New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-gitio

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-gitio - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

bin/commands/shrink.js

@@ -51,3 +51,3 @@ #! /usr/bin/env node

copyPaste.copy(result, function () {
console.log('\n%s %s', chalk.green(result), '(copied to clipboard)');
console.log('\n%s %s', result, chalk.dim('(copied to clipboard)'));
});

@@ -54,0 +54,0 @@ }).catch(function (err) {

@@ -29,1 +29,3 @@ #! /usr/bin/env node

.argv;
module.exports = yargs;
{
"name": "node-gitio",
"version": "0.0.1",
"version": "0.0.2",
"description": "A simple Node CLI wrapper for git.io.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha test"
},

@@ -32,3 +32,10 @@ "keywords": [

"gitio": "./bin/gitio.js"
},
"devDependencies": {
"chai": "^3.2.0",
"gulp": "^3.9.0",
"gulp-mocha": "^2.1.3",
"mocha": "^2.3.2",
"shelljs": "^0.5.3"
}
}

@@ -36,3 +36,2 @@ # node-gitio

```
Usage: gitio shrink <long url> [-c code] [-f]

@@ -75,3 +74,3 @@

console.log(result);
}).catch(function (err) {
}, function (err) {
console.error(err);

@@ -78,0 +77,0 @@ });

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