New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-ssh-no-cpu-features

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-ssh-no-cpu-features - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

13

package.json
{
"name": "node-ssh-no-cpu-features",
"version": "1.0.1",
"version": "2.0.0",
"description": "SSH2 with Promises",

@@ -20,4 +20,5 @@ "main": "lib/cjs/index.js",

"lint": "(tsc -p . --noEmit) && (eslint . --ext .ts) && (prettier --list-different src/*.ts)",
"build:clean": "rmdir /s /q lib",
"build:esm": "tsc --module es2015 --target es2018 --outDir lib/esm && move lib/esm/index.js lib/esm/index.mjs",
"prepare": "yarn build:clean && yarn build:cjs && yarn build:esm && yarn build:typings",
"build:clean": "rimraf lib",
"build:esm": "tsc --module es2015 --target es2018 --outDir lib/esm && shx mv lib/esm/index.js lib/esm/index.mjs",
"build:cjs": "tsc --module commonjs --target es2018 --outDir lib/cjs",

@@ -47,2 +48,4 @@ "build:typings": "tsc --declaration --outDir lib/typings --emitDeclarationOnly"

"ava": "^3.15.0",
"rimraf": "^5.0.1",
"shx": "^0.3.4",
"eslint-config-steelbrain": "^11.0.0",

@@ -61,3 +64,3 @@ "node-pty": "^0.10.1",

"shell-escape": "^0.2.0",
"ssh2-no-cpu-features": "^1.0.0"
"ssh2-no-cpu-features": "^2.0.0"
},

@@ -78,2 +81,2 @@ "ava": {

}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc