Comparing version 0.2.13 to 1.0.0-beta1
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42475
24
1152
8
6
5
4
+ Addedgit-node-fs@^1.0.0
+ Addedini@^1.3.4
+ Addedjs-git@^0.7.8
+ Addedlodash.findindex@^4.6.0
+ Addedlodash.foreach@^4.5.0
+ Addedlodash.get@^4.4.2
+ Addedlodash.last@^3.0.0
+ Addedbodec@0.1.0(transitive)
+ Addedculvert@0.1.2(transitive)
+ Addedgit-node-fs@1.0.0(transitive)
+ Addedgit-sha1@0.1.2(transitive)
+ Addedini@1.3.8(transitive)
+ Addedjs-git@0.7.8(transitive)
+ Addedlodash.findindex@4.6.0(transitive)
+ Addedlodash.foreach@4.5.0(transitive)
+ Addedlodash.get@4.4.2(transitive)
+ Addedlodash.last@3.0.0(transitive)
+ Addedpako@0.2.9(transitive)