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

ssh2-exec

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssh2-exec - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

4

CHANGELOG.md
# Changelog
## Version 0.4.1
* package: release commands
## Version 0.4.0

@@ -5,0 +9,0 @@

8

package.json
{
"name": "ssh2-exec",
"version": "0.4.0",
"version": "0.4.1",
"description": "Transparent use of `child_process.exec` and `ssh2.prototype.exec`",

@@ -31,6 +31,10 @@ "keywords": [

"scripts": {
"patch": "npm test && npm version patch -m 'Bump to version %s' && git push --tags && npm publish",
"minor": "npm test && npm version minor -m 'Bump to version %s' && git push --tags && npm publish",
"major": "npm test && npm version major -m 'Bump to version %s' && git push --tags && npm publish",
"coffee": "coffee -b -o lib src",
"pretest": "coffee -b -o lib src",
"test": "mocha test/*.coffee"
}
},
"dependencies": {}
}
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