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

28

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

28 - npm Package Compare versions

Comparing version 0.3.7 to 0.3.8

11

lib/sync.js
'use strict';
require('colors');
var Q = require('q');

@@ -38,6 +40,9 @@ var read = require('read');

if(diff.type === 'write') {
msg = 'Write <' + loc(diff.isOriginRemote) + '>/' + diff.query;
msg += ' to <' + loc(!diff.isOriginRemote) + '>/' + diff.query;
if(diff.isOriginRemote) {
msg = ('<< '.green) + ('↙ '.blue) + diff.query;
} else {
msg = ('>> '.green) + ('↗ '.blue) + diff.query;
}
} else {
msg = 'Delete <' + loc(!diff.isOriginRemote) + '>/' + diff.query;
msg = ('✗'.red) + ' <' + loc(!diff.isOriginRemote) + '>/' + diff.query;
}

@@ -44,0 +49,0 @@ if(simulate === true) {

@@ -9,3 +9,3 @@ {

"description": "Command line utility to download and upload 28.io queries.",
"version": "0.3.7",
"version": "0.3.8",
"keywords": [

@@ -49,3 +49,3 @@ "jsoniq",

"grunt-shell": "~0.7.0",
"bats": "git+https://github.com/sstephenson/bats.git#master",
"bats": "git+https://github.com/sstephenson/bats.git#03c6ab4c0f6c389f57d9db0ebdebbd53435dcb0d",
"lodash": "~2.4.1"

@@ -52,0 +52,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