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

vizion

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vizion - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

5

lib/git.js

@@ -59,3 +59,6 @@ var fs = require('fs');

return cb(err);
data.remote = myTrim(stdout);
data.remotes = stdout.split('\n');
data.remotes.pop();
data.remote = (data.remotes.indexOf('origin') === -1)
? data.remotes[0] : 'origin';
return cb(null, data);

@@ -62,0 +65,0 @@ });

2

package.json
{
"name": "vizion",
"version": "0.2.0",
"version": "0.2.1",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=0.10"

@@ -28,2 +28,4 @@

* branch : 'development',
* remotes : [ 'http', 'http ssl', 'origin' ],
* remote : 'origin',
* commment : 'This is a comment',

@@ -34,3 +36,3 @@ * update_time : Tue Oct 28 2014 14:33:30 GMT+0100 (CET),

* next_rev : null, // null if its latest in the branch
* prev_rev : 'aaaaasdaadas7a3c969e4caba96546fd23255796'
* prev_rev : '6d6932dac9c82f8a29ff40c1d5300569c24aa2c8'
* }

@@ -53,3 +55,3 @@ *

* is_up_to_date : false,
* new_revision : 'ZZZZZzzzza3c969e4caba96546fd23255796',
* new_revision : '6d6932dac9c82f8a29ff40c1d5300569c24aa2c8'
* current_revision : 'f0a1d45936cf7a3c969e4caba96546fd23255796'

@@ -74,3 +76,3 @@ * }

* success : true,
* current_revision : 'ZZZZZzzzza3c969e4caba96546fd23255796'
* current_revision : '6d6932dac9c82f8a29ff40c1d5300569c24aa2c8'
* }

@@ -112,3 +114,3 @@ *

* success : true,
* current_revision : 'ZZZZZzzzza3c969e4caba96546fd23255796'
* current_revision : '6d6932dac9c82f8a29ff40c1d5300569c24aa2c8'
* }

@@ -131,3 +133,3 @@ *

* success : false,
* current_revision : 'sdsdsdzzzza3c969e4caba96546fd2325576'
* current_revision : '6d6932dac9c82f8a29ff40c1d5300569c24aa2c8'
* }

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