Comparing version 1.3.7 to 1.3.8
#!/usr/bin/env node | ||
var argv = require('subarg')(process.argv.slice(2)); | ||
var JSONStream = require('jsonstream'); | ||
var JSONStream = require('JSONStream'); | ||
@@ -6,0 +6,0 @@ var sort = require('../')(argv); |
var sort = require('../')(); | ||
var JSONStream = require('jsonstream'); | ||
var JSONStream = require('JSONStream'); | ||
var parse = JSONStream.parse([ true ]); | ||
@@ -4,0 +4,0 @@ var stringify = JSONStream.stringify(); |
{ | ||
"name": "deps-sort", | ||
"version": "1.3.7", | ||
"version": "1.3.8", | ||
"description": "sort module-deps output for deterministic browserify bundles", | ||
@@ -10,4 +10,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"JSONStream": "^1.0.3", | ||
"isarray": "0.0.1", | ||
"jsonstream": "^1.0.3", | ||
"shasum": "^1.0.0", | ||
@@ -14,0 +14,0 @@ "subarg": "^1.0.0", |
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
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
+ AddedJSONStream@^1.0.3
+ AddedJSONStream@1.3.5(transitive)
+ Addedjsonparse@1.3.1(transitive)
- Removedjsonstream@^1.0.3
- Removedjsonparse@1.0.0(transitive)
- Removedjsonstream@1.0.3(transitive)