Socket
Socket
Sign inDemoInstall

accept

Package Overview
Dependencies
2
Maintainers
5
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.0.2

12

package.json
{
"name": "accept",
"description": "HTTP Accept-* headers parsing",
"version": "3.0.1",
"version": "3.0.2",
"repository": "git://github.com/hapijs/accept",

@@ -14,6 +14,6 @@ "main": "lib/index.js",

"engines": {
"node": ">=8.0.0"
"node": ">=8.9.0"
},
"dependencies": {
"boom": "6.x.x",
"boom": "7.x.x",
"hoek": "5.x.x"

@@ -23,11 +23,9 @@ },

"code": "5.x.x",
"lab": "14.x.x",
"npmignore": "0.2.x"
"lab": "15.x.x"
},
"scripts": {
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -r html -o coverage.html",
"update-npmignore": "npmignore"
"test-cov-html": "lab -a code -r html -o coverage.html"
},
"license": "BSD-3-Clause"
}
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