Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "routr", | ||
"version": "0.0.0", | ||
"description": "Routing component", | ||
"version": "0.0.1", | ||
"description": "A router for both server and client", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/ouchtown/routr.git" | ||
}, | ||
"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": "", | ||
"license": "BSD" | ||
"author": "Lingyan Zhu <lingyan@yahoo-inc.com", | ||
"licenses": [ | ||
{ | ||
"type": "BSD", | ||
"url": "https://github.com/ouchtown/routr/blob/master/LICENSE.md" | ||
} | ||
], | ||
"dependencies": { | ||
"debug": "^1.0.0", | ||
"path-to-regexp": "^0.2.1", | ||
"reverend": "^0.3.0" | ||
}, | ||
"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 | ||
}, | ||
"keywords": [ | ||
"router" | ||
] | ||
} |
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 repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the 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
11422
8
0
196
1
2
1
56
0
3
5
2
+ Addeddebug@^1.0.0
+ Addedpath-to-regexp@^0.2.1
+ Addedreverend@^0.3.0
+ Addeddebug@1.0.5(transitive)
+ Addedisarray@0.0.1(transitive)
+ Addedms@2.0.0(transitive)
+ Addedpath-to-regexp@0.2.51.9.0(transitive)
+ Addedreverend@0.3.1(transitive)