Socket
Socket
Sign inDemoInstall

negotiator

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

negotiator - npm Package Compare versions

Comparing version 0.2.8 to 0.3.0

1

lib/negotiator.js

@@ -5,2 +5,3 @@ module.exports = Negotiator;

function Negotiator(request) {
if (!(this instanceof Negotiator)) return new Negotiator(request);
this.request = request;

@@ -7,0 +8,0 @@ }

2

package.json
{
"name": "negotiator",
"description": "HTTP content negotiation",
"version": "0.2.8",
"version": "0.3.0",
"author": "Federico Romero <federico.romero@outboxlabs.com>",

@@ -6,0 +6,0 @@ "contributors": ["Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)"],

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