Comparing version 1.3.6 to 1.3.7
#!/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.6", | ||
"version": "1.3.7", | ||
"description": "sort module-deps output for deterministic browserify bundles", | ||
@@ -10,4 +10,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"JSONStream": "~0.10.0", | ||
"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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
17143
+ Addedjsonstream@^1.0.3
+ Addedjsonparse@1.0.0(transitive)
+ Addedjsonstream@1.0.3(transitive)
- RemovedJSONStream@~0.10.0
- RemovedJSONStream@0.10.0(transitive)
- Removedjsonparse@0.0.5(transitive)