Comparing version 0.1.0 to 0.1.1
@@ -1,1 +0,7 @@ | ||
console.log('Comming soon'); | ||
'use strict'; | ||
module.exports = { | ||
Step: require('jsonbeat'), | ||
Pipe: require('./lib/jsonpipe'), | ||
Flow: require('./lib/jsonflow') | ||
}; |
{ | ||
"name": "jsonflow", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "JSON data processing in flow", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"bdd": "node_modules/.bin/cucumber.js test/bdd/features/${BDD_FILE:-*.feature}", | ||
"tdd": "node_modules/.bin/mocha test/tdd/${TDD_FILE:-*-test.js}" | ||
}, | ||
"author": "acegik", | ||
"license": "MIT" | ||
"author": "devebot", | ||
"license": "MIT", | ||
"dependencies": { | ||
"bluebird": "^3.4.7", | ||
"debug": "^2.6.1", | ||
"jsonbeat": "^0.2.0", | ||
"jsonvalidator": "^0.1.1", | ||
"loadsync": "^0.1.7" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"cucumber": "^2.0.0-rc.7", | ||
"mocha": "^3.2.0" | ||
} | ||
} |
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
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
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
17476
7
584
2
5
3
2
+ Addedbluebird@^3.4.7
+ Addeddebug@^2.6.1
+ Addedjsonbeat@^0.2.0
+ Addedjsonvalidator@^0.1.1
+ Addedloadsync@^0.1.7
+ Addedajv@4.11.8(transitive)
+ Addedbluebird@3.7.2(transitive)
+ Addedcall-bind@1.0.8(transitive)
+ Addedcall-bind-apply-helpers@1.0.1(transitive)
+ Addedcall-bound@1.0.3(transitive)
+ Addedco@4.6.0(transitive)
+ Addeddebug@2.6.9(transitive)
+ Addeddefine-data-property@1.1.4(transitive)
+ Addeddunder-proto@1.0.1(transitive)
+ Addedes-define-property@1.0.1(transitive)
+ Addedes-errors@1.3.0(transitive)
+ Addedes-object-atoms@1.0.0(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedget-intrinsic@1.2.6(transitive)
+ Addedgopd@1.2.0(transitive)
+ Addedhas-property-descriptors@1.0.2(transitive)
+ Addedhas-symbols@1.1.0(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedisarray@2.0.5(transitive)
+ Addedjson-stable-stringify@1.2.1(transitive)
+ Addedjsonbeat@0.2.0(transitive)
+ Addedjsonify@0.0.1(transitive)
+ Addedjsonschema@1.4.1(transitive)
+ Addedjsonvalidator@0.1.1(transitive)
+ Addedloadsync@0.1.8(transitive)
+ Addedmath-intrinsics@1.1.0(transitive)
+ Addedms@2.0.0(transitive)
+ Addedobject-keys@1.1.1(transitive)
+ Addedset-function-length@1.2.2(transitive)