diff --git a/.changeset/cuddly-chairs-bow.md b/.changeset/cuddly-chairs-bow.md deleted file mode 100644 index 1f757b6f..00000000 --- a/.changeset/cuddly-chairs-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/js-x-ray": minor ---- - -Improve trojan-source detection diff --git a/.changeset/sweet-cobras-carry.md b/.changeset/sweet-cobras-carry.md deleted file mode 100644 index 67c8cb19..00000000 --- a/.changeset/sweet-cobras-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/js-x-ray": minor ---- - -Implement a new ShadyURL class with ipaddr.js to detect malicious URL/ips diff --git a/.changeset/tired-ends-dream.md b/.changeset/tired-ends-dream.md deleted file mode 100644 index f45b7d9a..00000000 --- a/.changeset/tired-ends-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/js-x-ray": minor ---- - -Implement new SourceFilePath to locate source code diff --git a/workspaces/js-x-ray/CHANGELOG.md b/workspaces/js-x-ray/CHANGELOG.md index 26302f26..b171b359 100644 --- a/workspaces/js-x-ray/CHANGELOG.md +++ b/workspaces/js-x-ray/CHANGELOG.md @@ -1,5 +1,15 @@ # @nodesecure/js-x-ray +## 10.3.0 + +### Minor Changes + +- [#421](https://github.com/NodeSecure/js-x-ray/pull/421) [`76a7425`](https://github.com/NodeSecure/js-x-ray/commit/76a7425ab5210ec35e25ea5a783b3ab53ff25a54) Thanks [@fraxken](https://github.com/fraxken)! - Improve trojan-source detection + +- [#423](https://github.com/NodeSecure/js-x-ray/pull/423) [`9a9a88a`](https://github.com/NodeSecure/js-x-ray/commit/9a9a88a4b0e96c3253e9eeec80cce0e31a966735) Thanks [@fraxken](https://github.com/fraxken)! - Implement a new ShadyURL class with ipaddr.js to detect malicious URL/ips + +- [#428](https://github.com/NodeSecure/js-x-ray/pull/428) [`d83087f`](https://github.com/NodeSecure/js-x-ray/commit/d83087f3a261fde295d9461b18e3278d21a9da7b) Thanks [@fraxken](https://github.com/fraxken)! - Implement new SourceFilePath to locate source code + ## 10.2.1 ### Patch Changes diff --git a/workspaces/js-x-ray/package.json b/workspaces/js-x-ray/package.json index 196e8a85..1ee35c52 100644 --- a/workspaces/js-x-ray/package.json +++ b/workspaces/js-x-ray/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/js-x-ray", - "version": "10.2.1", + "version": "10.3.0", "description": "JavaScript AST XRay analysis", "type": "module", "exports": {