🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

accepts

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

accepts - npm Package Compare versions

Comparing version

to
1.3.7

6

HISTORY.md

@@ -0,1 +1,7 @@

1.3.7 / 2019-04-29
==================
* deps: negotiator@0.6.2
- Fix sorting charset, encoding, and language with extra parameters
1.3.6 / 2019-04-28

@@ -2,0 +8,0 @@ ==================

12

package.json
{
"name": "accepts",
"description": "Higher-level content negotiation",
"version": "1.3.6",
"version": "1.3.7",
"contributors": [

@@ -13,3 +13,3 @@ "Douglas Christopher Wilson <doug@somethingdoug.com>",

"mime-types": "~2.1.24",
"negotiator": "0.6.1"
"negotiator": "0.6.2"
},

@@ -25,4 +25,4 @@ "devDependencies": {

"eslint-plugin-standard": "4.0.0",
"istanbul": "0.4.5",
"mocha": "6.1.4"
"mocha": "6.1.4",
"nyc": "14.0.0"
},

@@ -40,4 +40,4 @@ "files": [

"test": "mocha --reporter spec --check-leaks --bail test/",
"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/"
"test-cov": "nyc --reporter=html --reporter=text npm test",
"test-travis": "nyc --reporter=text npm test"
},

@@ -44,0 +44,0 @@ "keywords": [