New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@synstack/reforge

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@synstack/reforge - npm Package Compare versions

Comparing version
1.7.0
to
1.7.1
+8
-4
package.json

@@ -7,3 +7,3 @@ {

},
"version": "1.7.0",
"version": "1.7.1",
"description": "Runtime tools for interactive DevX with the ReForge IDE extension",

@@ -61,3 +61,3 @@ "keywords": [

"dependencies": {
"@synstack/json": "1.1.6",
"@synstack/json": "1.1.7",
"pako": "^2.1.0"

@@ -70,3 +70,4 @@ },

"tsup": "^8.4.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2",
"zod": "^3.24.2"
},

@@ -78,3 +79,6 @@ "files": [

],
"gitHead": "516556df78e2f9e4b6b9d60340fd127ad8b00d0c"
"peerDependencies": {
"zod": "*"
},
"gitHead": "4aae6e86f7664e5b928ecb3a492ec035307168d1"
}

@@ -5,5 +5,2 @@ # @synstack/reforge

> [!WARNING]
> This package is included in the [@synstack/synscript](../synscript/README.md) package. It is not recommended to install both packages at the same time.
> [!NOTE]

@@ -10,0 +7,0 @@ > The reforge VSCode extension is currently in alpha.