Comparing version 0.0.0 to 0.0.2
{ | ||
"name": "dispatchr", | ||
"version": "0.0.0", | ||
"version": "0.0.2", | ||
"description": "A dispatcher to aid in following the Flux application architecture for applications that run in the server and the client", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"cover": "node node_modules/istanbul/lib/cli.js cover --dir artifacts -- ./node_modules/mocha/bin/_mocha tests/unit/ --recursive --reporter spec", | ||
"lint": "./node_modules/.bin/jshint lib tests", | ||
"test": "./node_modules/.bin/mocha tests/unit/ --recursive --reporter spec" | ||
}, | ||
"author": "Michael Ridgway <mridgway@yahoo-inc.com", | ||
"license": "MIT" | ||
"licenses": [ | ||
{ | ||
"type": "BSD", | ||
"url": "https://github.com/yahoo/dispatchr/blob/master/LICENSE.md" | ||
} | ||
], | ||
"dependencies": { | ||
"bluebird": "^1.2.4", | ||
"debug": "^0.8.1" | ||
}, | ||
"devDependencies": { | ||
"chai": "^1.9.1", | ||
"istanbul": "^0.2.10", | ||
"jshint": "^2.5.1", | ||
"mocha": "^1.20.0", | ||
"precommit-hook": "^1.0.2" | ||
}, | ||
"jshintConfig": { | ||
"node": true | ||
} | ||
} |
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
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 README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
37985
17
231
2
0
62
2
5
+ Addedbluebird@^1.2.4
+ Addeddebug@^0.8.1
+ Addedbluebird@1.2.4(transitive)
+ Addeddebug@0.8.1(transitive)