🚀 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
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

to
1.3.1

6

HISTORY.md

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

1.3.1 / 2016-01-19
==================
* deps: mime-types@~2.1.9
- deps: mime-db@~1.21.0
1.3.0 / 2015-09-29

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

6

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

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

"dependencies": {
"mime-types": "~2.1.7",
"mime-types": "~2.1.9",
"negotiator": "0.6.0"
},
"devDependencies": {
"istanbul": "0.3.21",
"istanbul": "0.4.2",
"mocha": "~1.21.5"

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