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.2.0 to 1.2.1

3

lib/shipit.js

@@ -244,4 +244,3 @@ var util = require('util');

options = _.defaults(options || {}, {
ignores: this.config && this.config.ignores ? this.config.ignores : [],
rsync: ['--info=progress2']
ignores: this.config && this.config.ignores ? this.config.ignores : []
});

@@ -248,0 +247,0 @@

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

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

@@ -98,4 +98,3 @@ var sinon = require('sinon');

shipit.remoteCopy('src', 'dest', {
direction: 'remoteToLocal',
rsync: ['--info=progress2']
direction: 'remoteToLocal'
});

@@ -105,4 +104,3 @@

direction: 'remoteToLocal',
ignores: [],
rsync: ['--info=progress2']
ignores: []
});

@@ -109,0 +107,0 @@ });

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