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

shipit-cli

Package Overview
Dependencies
Maintainers
1
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 1.4.0 to 1.4.1

3

lib/shipit.js

@@ -51,2 +51,3 @@ var util = require('util');

Shipit.prototype.initialize = function () {
this.emit('init');
return this.initSshPool();

@@ -96,3 +97,2 @@ };

log(msg);
process.exit(1);
});

@@ -105,3 +105,2 @@

log('Please check the documentation for proper shipitfile formatting');
process.exit(1);
});

@@ -108,0 +107,0 @@ };

{
"name": "shipit-cli",
"version": "1.4.0",
"version": "1.4.1",
"description": "Universal automation and deployment tool written in JavaScript.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -144,2 +144,4 @@ # Shipit

Shipit emits the `init` event once initialized, before any tasks are run.
### Methods

@@ -285,2 +287,4 @@

- [shipit-captain](https://github.com/timkelty/shipit-captain/)
- [shipit-bower](https://github.com/willsteinmetz/shipit-bower)
- [shipit-composer](https://github.com/jeremyzahner/shipit-composer)

@@ -287,0 +291,0 @@ ## Who use Shipit?

Sorry, the diff of this file is not supported yet

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