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.13 to 1.0.0-beta1

lib/git/git.js

6

lib/vizion.js
var ALL = {};
var vizion = {};
ALL.hg = require('./hg.js');
ALL.git = require('./git.js');
ALL.svn = require('./svn.js');
ALL.hg = require('./hg/hg.js');
ALL.git = require('./git/git.js');
ALL.svn = require('./svn/svn.js');
// Add more revision control tools here

@@ -8,0 +8,0 @@ var identify = require('./identify.js');

{
"name": "vizion",
"version": "0.2.13",
"version": "1.0.0-beta1",
"engines": {

@@ -8,4 +8,4 @@ "node": ">=0.10"

"author": {
"name": "Joni Shkurti",
"email": "jonishkurti90@gmail.com"
"name": "Keymetrics",
"email": "contact@keymetrics.io"
},

@@ -30,13 +30,22 @@ "keywords": [

"scripts": {
"cover" : "node_modules/.bin/istanbul cover --report html node_modules/.bin/_mocha -- -R spec test/*",
"test": "node_modules/.bin/_mocha --require test/support/env --reporter spec --bail --check-leaks test/"
"cover": "node_modules/.bin/istanbul cover --report html node_modules/.bin/_mocha -- -R spec test/*",
"test": "node_modules/.bin/_mocha --require test/support/env test/"
},
"dependencies": {
"async": "1.5"
"async": "1.5",
"git-node-fs": "^1.0.0",
"ini": "^1.3.4",
"js-git": "^0.7.8",
"lodash.findindex": "^4.6.0",
"lodash.foreach": "^4.5.0",
"lodash.get": "^4.4.2",
"lodash.last": "^3.0.0"
},
"devDependencies": {
"mocha": "2.0.0",
"should" : "*",
"shelljs" : "0.6.0",
"istanbul" : "*"
"mocha": "3.2.0",
"should": "11.2.0",
"shelljs": "0.6.0",
"istanbul": "0.4.5",
"sinon": "^1.17.7",
"chai": "^3.5.0"
},

@@ -43,0 +52,0 @@ "bugs": {

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