Socket
Socket
Sign inDemoInstall

accepts

Package Overview
Dependencies
Maintainers
7
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 1.2.13 to 1.3.0

17

HISTORY.md

@@ -0,1 +1,18 @@

1.3.0 / 2015-09-29
==================
* deps: mime-types@~2.1.7
- deps: mime-db@~1.19.0
* deps: negotiator@0.6.0
- Fix including type extensions in parameters in `Accept` parsing
- Fix parsing `Accept` parameters with quoted equals
- Fix parsing `Accept` parameters with quoted semicolons
- Lazy-load modules from main entry point
- perf: delay type concatenation until needed
- perf: enable strict mode
- perf: hoist regular expressions
- perf: remove closures getting spec properties
- perf: remove a closure from media type parsing
- perf: remove property delete from media type parsing
1.2.13 / 2015-09-06

@@ -2,0 +19,0 @@ ===================

8

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

@@ -12,7 +12,7 @@ "Douglas Christopher Wilson <doug@somethingdoug.com>",

"dependencies": {
"mime-types": "~2.1.6",
"negotiator": "0.5.3"
"mime-types": "~2.1.7",
"negotiator": "0.6.0"
},
"devDependencies": {
"istanbul": "0.3.19",
"istanbul": "0.3.21",
"mocha": "~1.21.5"

@@ -19,0 +19,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc