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

inst

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inst - npm Package Compare versions

Comparing version
0.2.2
to
1.0.0
+6
-7
package.json
{
"name": "inst",
"version": "0.2.2",
"version": "1.0.0",
"dependencies": {
"npm": "~1.4.0",
"commander": "~2.0.0",
"tar": "~1.0.2",
"fstream": "~1.0.0"
"commander": "^2.9.0",
"fstream": "^1.0.8",
"npm": "^2.14.13",
"tar": "^2.2.1"
},

@@ -38,5 +38,4 @@ "description": "Faster npm installs via caching whole node_module dir",

"engines": {
"node": ">=0.10"
"node": "^4.2"
}
}