Releases: NodeSecure/js-x-ray
Releases · NodeSecure/js-x-ray
@nodesecure/[email protected]
Patch Changes
- Updated dependencies [
d38f809
]:- @nodesecure/[email protected]
@nodesecure/[email protected]
@nodesecure/[email protected]
@nodesecure/[email protected]
v9.0.0
What's Changed
- chore(deps): bump the github-actions group with 3 updates by @dependabot in #329
- feat(AstAnalyser): add SourceFlags with oneline-require and is-minified by @intincrab in #331
- docs: add intincrab as a contributor for code by @allcontributors in #332
- feat: configure changesets by @fraxken in #333
- feat(warnings): exports warnings for non node.js environments by @clemgbld in #335
- test(AstAnalyser): add tests for flags property and minified/oneline-require detection by @intincrab in #334
- feat(probes): Flag some URL and domains as suspicious/shady (such as … by @clemgbld in #336
Full Changelog: v8.2.0...v9.0.0
v8.2.0
What's Changed
- feat(EntryFilesAnalyzer): add option to ignore entry file that doesn't exist by @clemgbld in #320
- docs: add clemgbld as a contributor for code, and test by @allcontributors in #321
- test(JsSourceParser): should not crash with source code containing im… by @clemgbld in #322
- feat: implement native fetch detection & implement SourceFile flags by @fraxken in #324
New Contributors
Full Changelog: v8.1.1...v8.2.0
v8.1.1
What's Changed
- chore(deps): bump the github-actions group with 4 updates by @dependabot in #314
- chore(deps): bump the github-actions group with 4 updates by @dependabot in #315
- chore(deps): bump is-svg from 5.1.0 to 6.0.0 in the dependencies group by @dependabot in #316
- fix: change builtinModules import from repl to module by @intincrab in #317
New Contributors
- @intincrab made their first contribution in #317
Full Changelog: v8.1.0...v8.1.1
v8.1.0
Full Changelog: v8.1.0...v8.1.0
What's Changed
- chore(deps): bump meriyah from 5.0.0 to 6.0.0 in the dependencies group by @dependabot in #301
- Update Node.js versions to v20 and v22 by @fabnguess in #305
- fix: implement isESMExport probe to consider export stmts as dependencies by @fraxken in #307
- Update copyright by @fabnguess in #308
- fix(SourceFile): ignore try/finally statements for inTryStatement by @fraxken in #313
Full Changelog: v8.0.0...v8.1.0
v8.0.0
What's Changed
- chore(deps): bump meriyah from 4.5.0 to 5.0.0 in the dependencies group by @dependabot in #285
- chore(deps-dev): bump @types/node from 20.14.13 to 22.0.0 in the development-dependencies group by @dependabot in #286
- fix: type issues in api.d.ts by @fraxken in #287
- chore(deps): bump the github-actions group with 5 updates by @dependabot in #288
- chore(deps): bump @typescript-eslint/typescript-estree from 7.18.0 to 8.0.0 in the dependencies group by @dependabot in #289
- fix(EntryFilesAnalyser): add missing options and patch some minors issues by @fraxken in #291
- refactor: fix deprecation in tests & update eslint by @fraxken in #292
- feat(EntryFilesAnalyser): implement digraph-js by @fraxken in #293
- feat: trace process.getBuiltinModule by @fraxken in #294
- fix(Deobfuscator): return if Node is null in extractCounterIdentifiers by @fraxken in #296
- Prepare major 8 by @fraxken in #297
Full Changelog: v7.3.0...v8.0.0
v7.3.0
What's Changed
- chore(deps): bump the github-actions group with 5 updates by @dependabot in #273
- chore(deps-dev): bump c8 from 9.1.0 to 10.1.2 in the development-dependencies group by @dependabot in #274
- feat(AstAnalyser): add synchronous analyseFile function version by @FredGuiou in #275
- Added deprecation warnings for
runASTAnalysis
andrunASTAnalysisOn
by @fless-lab in #276 - docs: add fless-lab as a contributor for code by @allcontributors in #277
- chore(deps): bump the github-actions group with 4 updates by @dependabot in #281
- chore(deps-dev): bump glob from 10.4.5 to 11.0.0 in the development-dependencies group by @dependabot in #282
- fix(isOneLineRequire): must return true for a one line require with no export by @fraxken in #284
New Contributors
- @fless-lab made their first contribution in #276
Full Changelog: v7.2.0...v7.3.0