Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/clean-mails-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-deer-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-sloths-know.md

This file was deleted.

6 changes: 6 additions & 0 deletions workspaces/estree-ast-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nodesecure/estree-ast-utils

## 4.1.0

### Minor Changes

- [#374](https://github.com/NodeSecure/js-x-ray/pull/374) [`19f9822`](https://github.com/NodeSecure/js-x-ray/commit/19f9822fb74ea6de9d2978106a719ce93dcbb918) Thanks [@fraxken](https://github.com/fraxken)! - Add missing utilities UT

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/estree-ast-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/estree-ast-utils",
"version": "4.0.0",
"version": "4.1.0",
"description": "Utilities for AST (ESTree compliant)",
"type": "module",
"exports": "./dist/index.js",
Expand Down
13 changes: 13 additions & 0 deletions workspaces/js-x-ray/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @nodesecure/js-x-ray

## 9.2.0

### Minor Changes

- [#369](https://github.com/NodeSecure/js-x-ray/pull/369) [`644232a`](https://github.com/NodeSecure/js-x-ray/commit/644232a76abbd4fcc75421ebfbb1092abe0d4ca1) Thanks [@clemgbld](https://github.com/clemgbld)! - refactor(probe/isSerializeEnv): trace re-assignment of JSON.stringy & process.env

### Patch Changes

- [#375](https://github.com/NodeSecure/js-x-ray/pull/375) [`20181e7`](https://github.com/NodeSecure/js-x-ray/commit/20181e77479a7f623100c6b5568148356bbc2625) Thanks [@PierreDemailly](https://github.com/PierreDemailly)! - Update files to includes /dist folder

- Updated dependencies [[`19f9822`](https://github.com/NodeSecure/js-x-ray/commit/19f9822fb74ea6de9d2978106a719ce93dcbb918)]:
- @nodesecure/estree-ast-utils@4.1.0

## 9.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions workspaces/js-x-ray/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/js-x-ray",
"version": "9.1.0",
"version": "9.2.0",
"description": "JavaScript AST XRay analysis",
"type": "module",
"exports": {
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"homepage": "https://github.com/NodeSecure/js-x-ray#readme",
"dependencies": {
"@nodesecure/estree-ast-utils": "^4.0.0",
"@nodesecure/estree-ast-utils": "^4.1.0",
"@nodesecure/sec-literal": "^1.2.0",
"@nodesecure/tracer": "^2.0.0",
"digraph-js": "^2.2.3",
Expand Down