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 4.0.1 to 4.0.2

11

CHANGELOG.md

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

<a name="4.0.2"></a>
## [4.0.2](https://github.com/shipitjs/shipit/compare/v4.0.1...v4.0.2) (2018-03-25)
### Bug Fixes
* be compatible with CommonJS ([abd2316](https://github.com/shipitjs/shipit/commit/abd2316))
<a name="4.0.1"></a>

@@ -8,0 +19,0 @@ ## [4.0.1](https://github.com/shipitjs/shipit/compare/v4.0.0...v4.0.1) (2018-03-18)

13

lib/index.js
'use strict';
exports.__esModule = true;
var _Shipit = require('./Shipit');
Object.defineProperty(exports, 'default', {
enumerable: true,
get: function get() {
return _interopRequireDefault(_Shipit).default;
}
});
var _Shipit2 = _interopRequireDefault(_Shipit);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
module.exports = _Shipit2.default;
{
"name": "shipit-cli",
"version": "4.0.1",
"version": "4.0.2",
"description": "Universal automation and deployment tool written in JavaScript.",

@@ -20,3 +20,3 @@ "main": "lib/index.js",

"pretty-hrtime": "^1.0.0",
"ssh-pool": "^4.0.0",
"ssh-pool": "^4.0.2",
"stream-line-wrapper": "^0.1.1",

@@ -23,0 +23,0 @@ "v8flags": "^3.0.2"

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