Skip to content

Commit c03532e

Browse files
committed
JS: Change note
1 parent d116b42 commit c03532e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

change-notes/1.26/analysis-javascript.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
* Angular-specific taint sources and sinks are now recognized by the security queries.
66

7+
* Support for React has improved, with better handling of react hooks, react-router path parameters, lazy-loaded components, and components transformed using `react-redux` and/or `styled-components`.
8+
9+
* Dynamic imports are now analyzed more precisely.
10+
711
* Support for the following frameworks and libraries has been improved:
812
- [@angular/*](https://www.npmjs.com/package/@angular/core)
913
- [AWS Serverless](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-function.html)
@@ -27,7 +31,11 @@
2731
- [needle](https://www.npmjs.com/package/needle)
2832
- [object-inspect](https://www.npmjs.com/package/object-inspect)
2933
- [pretty-format](https://www.npmjs.com/package/pretty-format)
34+
- [react](https://www.npmjs.com/package/react)
35+
- [react-router-dom](https://www.npmjs.com/package/react-router-dom)
36+
- [react-redux](https://www.npmjs.com/package/react-redux)
3037
- [stringify-object](https://www.npmjs.com/package/stringify-object)
38+
- [styled-components](https://www.npmjs.com/package/styled-components)
3139
- [throttle-debounce](https://www.npmjs.com/package/throttle-debounce)
3240
- [underscore](https://www.npmjs.com/package/underscore)
3341

0 commit comments

Comments
 (0)