Socket
Socket
Sign inDemoInstall

accepts

Package Overview
Dependencies
3
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.6 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": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc