Skip to content

Commit c3dc483

Browse files
chore: update versions
1 parent b1d67a4 commit c3dc483

File tree

6 files changed

+13
-21
lines changed

6 files changed

+13
-21
lines changed

.changeset/cuddly-chairs-bow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/metal-poets-type.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sweet-cobras-carry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tired-ends-dream.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/js-x-ray/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @nodesecure/js-x-ray
22

3+
## 10.3.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- [#429](https://github.com/NodeSecure/js-x-ray/pull/429) [`b1d67a4`](https://github.com/NodeSecure/js-x-ray/commit/b1d67a4be64d8c0b8ba5043a0792d8d4028cdf3f) Thanks [@clemgbld](https://github.com/clemgbld)! - feat(isRequire): Unsafe-import for prebuilt-install binary file
10+
11+
- [#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
12+
13+
- [#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
14+
315
## 10.2.1
416

517
### Patch Changes

workspaces/js-x-ray/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/js-x-ray",
3-
"version": "10.2.1",
3+
"version": "10.3.0",
44
"description": "JavaScript AST XRay analysis",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)