Comparing version 0.0.0 to 0.1.5
{ | ||
"name": "fluxible", | ||
"version": "0.0.0", | ||
"description": "Fluxible", | ||
"version": "0.1.5", | ||
"description": "A pluggable container for isomorphic flux applications", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "fluxible" | ||
"url": "https://github.com/yahoo/fluxible" | ||
}, | ||
"scripts": { | ||
"test": "mocha tests/unit/ --recursive --reporter spec", | ||
"cover": "istanbul cover --dir artifacts -- _mocha tests/unit/ --recursive --reporter spec", | ||
"lint": "jshint" | ||
}, | ||
"dependencies": { | ||
"async": "^0.9.0", | ||
"debug": "^2.0.0", | ||
"dispatchr": "^0.2.5", | ||
"object-assign": "^2.0.0", | ||
"setimmediate": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"chai": "^1.10.0", | ||
"cheerio": "^0.18.0", | ||
"connect-livereload": "^0.5.2", | ||
"coveralls": "^2.11.1", | ||
"flux-router-component": "^0.5.0", | ||
"grunt": "^0.4.5", | ||
"istanbul": "^0.3.2", | ||
"jsdom": "^1.0.0-pre.3", | ||
"jshint": "^2.5.5", | ||
"mocha": "^2.0.1", | ||
"mockery": "^1.4.0", | ||
"node-jsx": "^0.12.4", | ||
"precommit-hook": "1.0.x", | ||
"react": "^0.12.0", | ||
"supertest": "^0.15.0" | ||
}, | ||
"author": "Michael Ridgway <mridgway@yahoo-inc.com>", | ||
"contributors": [], | ||
"licenses": [ | ||
{ | ||
"type": "BSD", | ||
"url": "https://github.com/yahoo/fluxible/blob/master/LICENSE.md" | ||
} | ||
], | ||
"keywords": [ | ||
"flux" | ||
], | ||
"author": "", | ||
"license": "BSD" | ||
"yahoo", | ||
"flux", | ||
"react", | ||
"fluxible" | ||
] | ||
} |
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
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 contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
77179
27
0
622
1
2
1
281
5
15
2
+ Addedasync@^0.9.0
+ Addeddebug@^2.0.0
+ Addeddispatchr@^0.2.5
+ Addedobject-assign@^2.0.0
+ Addedsetimmediate@^1.0.2
+ Addedasync@0.9.2(transitive)
+ Addeddebug@2.6.9(transitive)
+ Addeddispatchr@0.2.14(transitive)
+ Addedms@2.0.0(transitive)
+ Addedobject-assign@2.1.1(transitive)
+ Addedsetimmediate@1.0.5(transitive)