Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

shipit-cli

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shipit-cli - npm Package Compare versions

Comparing version 5.2.0 to 5.3.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [5.3.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.2.0...v5.3.0) (2020-03-18)
### Features
* add support of `asUser` ([#260](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/issues/260)) ([4e79edb](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/commit/4e79edb))
# [5.2.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.1.0...v5.2.0) (2020-03-07)

@@ -8,0 +19,0 @@

1

lib/Shipit.js

@@ -149,2 +149,3 @@ "use strict";

key: this.config.key,
asUser: this.config.asUser,
strict: this.config.strict,

@@ -151,0 +152,0 @@ verbosityLevel: this.config.verboseSSHLevel === undefined ? 0 : this.config.verboseSSHLevel

6

package.json
{
"name": "shipit-cli",
"version": "5.2.0",
"version": "5.3.0",
"description": "Universal automation and deployment tool written in JavaScript.",

@@ -34,7 +34,7 @@ "engines": {

"pretty-hrtime": "^1.0.0",
"ssh-pool": "^5.2.0",
"ssh-pool": "^5.3.0",
"stream-line-wrapper": "^0.1.1",
"v8flags": "^3.1.0"
},
"gitHead": "199df664cc59a06e4ed5b8e68746ec72feed6fad"
"gitHead": "5e9b5fb4396e75cbe43382781c0b06491a66ad3c"
}
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