Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,7 @@ | ||
1.0.3 / 2014-06-11 | ||
================== | ||
* deps: negotiator@0.4.6 | ||
- Order by specificity when quality is the same | ||
1.0.2 / 2014-05-29 | ||
@@ -2,0 +8,0 @@ ================== |
{ | ||
"name": "accepts", | ||
"description": "Higher-level content negotiation", | ||
"version": "1.0.2", | ||
"author": { | ||
"name": "Jonathan Ong", | ||
"email": "me@jongleberry.com", | ||
"url": "http://jongleberry.com", | ||
"twitter": "https://twitter.com/jongleberry" | ||
}, | ||
"version": "1.0.3", | ||
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/expressjs/accepts.git" | ||
}, | ||
"bugs": { | ||
"mail": "me@jongleberry.com", | ||
"url": "https://github.com/expressjs/accepts/issues" | ||
}, | ||
"repository": "expressjs/accepts", | ||
"dependencies": { | ||
"mime": "~1.2.11", | ||
"negotiator": "0.4.5" | ||
"negotiator": "0.4.6" | ||
}, | ||
"devDependencies": { | ||
"istanbul": "0.2.10", | ||
"mocha": "*", | ||
@@ -32,5 +21,6 @@ "should": "*" | ||
"scripts": { | ||
"test": "mocha --require should --reporter dot", | ||
"test-travis": "mocha --require should --reporter spec" | ||
"test": "mocha --require should --reporter dot test/", | ||
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require should --reporter dot test/", | ||
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require should --reporter spec test/" | ||
} | ||
} |
@@ -5,2 +5,3 @@ # Accepts | ||
[![Build Status](https://travis-ci.org/expressjs/accepts.svg?branch=master)](https://travis-ci.org/expressjs/accepts) | ||
[![Coverage Status](https://img.shields.io/coveralls/expressjs/accepts.svg?branch=master)](https://coveralls.io/r/expressjs/accepts) | ||
@@ -7,0 +8,0 @@ Higher level content negotation based on [negotiator](https://github.com/federomero/negotiator). Extracted from [koa](https://github.com/koajs/koa) for general use. |
Sorry, the diff of this file is not supported yet
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
No bug tracker
MaintenancePackage does not have a linked bug tracker 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
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
8488
101
0
3
1
1
+ Addednegotiator@0.4.6(transitive)
- Removednegotiator@0.4.5(transitive)
Updatednegotiator@0.4.6