Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "basic-auth", | ||
"version": "1.0.0", | ||
"repository": "visionmedia/node-basic-auth", | ||
"description": "generic basic auth parser", | ||
"keywords": ["basic", "auth", "authorization", "basicauth"], | ||
"description": "node.js basic auth parser", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
"keywords": [ | ||
"basic", | ||
"auth", | ||
"authorization", | ||
"basicauth" | ||
], | ||
"repository": "jshttp/basic-auth", | ||
"devDependencies": { | ||
"mocha": "*", | ||
"should": "*" | ||
"istanbul": "0.3.13", | ||
"mocha": "~2.2.4" | ||
}, | ||
"scripts": { | ||
"test": "make test" | ||
}, | ||
"files": [ | ||
"HISTORY.md", | ||
"LICENSE", | ||
"index.js" | ||
], | ||
"license": "MIT" | ||
"engines": { | ||
"node": ">= 0.8" | ||
}, | ||
"scripts": { | ||
"test": "mocha --check-leaks --reporter spec --bail", | ||
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", | ||
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" | ||
} | ||
} |
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
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
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
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
4456
5
68