Socket
Socket
Sign inDemoInstall

accept

Package Overview
Dependencies
2
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.2 to 2.1.3

2

lib/encoding.js

@@ -130,3 +130,3 @@ 'use strict';

if (score > 0) {
scored.push({ key: key, score: score });
scored.push({ key, score });
}

@@ -133,0 +133,0 @@ }

{
"name": "accept",
"description": "HTTP Accept-* headers parsing",
"version": "2.1.2",
"version": "2.1.3",
"repository": "git://github.com/hapijs/accept",

@@ -17,3 +17,3 @@ "main": "lib/index.js",

"dependencies": {
"boom": "3.x.x",
"boom": "4.x.x",
"hoek": "4.x.x"

@@ -23,3 +23,3 @@ },

"code": "3.x.x",
"lab": "10.x.x",
"lab": "11.x.x",
"npmignore": "0.2.x"

@@ -26,0 +26,0 @@ },

Sorry, the diff of this file is not supported yet

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