Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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 1.0.2 to 1.0.3

6

History.md

@@ -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 @@ ==================

26

package.json
{
"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

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