Skip to content

Commit 0635e1b

Browse files
author
Max Schaefer
committed
JavaScript: Update change note.
I've eliminated the clumsily worded "client-side code" and "server-side code" distinction, not least because Electron fits neither of those categories.
1 parent c6fc4e4 commit 0635e1b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

change-notes/1.20/analysis-javascript.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22

33
## General improvements
44

5-
* Support for popular libraries has been improved. Consequently, queries may produce better results on code bases that use the following features:
6-
- client-side code, for example [React](https://reactjs.org/) and [Vue](https://vuejs.org/)
7-
- cookies and webstorage, for example [js-cookie](https://github.com/js-cookie/js-cookie)
8-
- server-side code, for example [hapi](https://hapijs.com/)
9-
- asynchronous code, for example [a-sync-waterfall](https://www.npmjs.com/package/a-sync-waterfall)
5+
* Support for many frameworks and libraries has been improved, in particular including the following:
6+
- [a-sync-waterfall](https://www.npmjs.com/package/a-sync-waterfall)
7+
- [Electron](https://electronjs.org)
8+
- [hapi](https://hapijs.com/)
9+
- [js-cookie](https://github.com/js-cookie/js-cookie)
10+
- [React](https://reactjs.org/)
11+
- [Vue](https://vuejs.org/)
12+
1013
* File classification has been improved to recognize additional generated files, for example files from [HTML Tidy](html-tidy.org).
1114

1215
* The taint tracking library now recognizes flow through persistent storage, class fields, and callbacks in certain cases. Handling of regular expressions has also been improved. This may give more results for the security queries.

0 commit comments

Comments
 (0)