Socket
Socket
Sign inDemoInstall

@hapi/accept

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hapi/accept - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

5

lib/header.js
'use strict';
const Hoek = require('@hapi/hoek');
const Boom = require('@hapi/boom');
const Hoek = require('hoek');
const Boom = require('boom');
const internals = {};

@@ -9,0 +8,0 @@

4

lib/media.js
'use strict';
const Hoek = require('hoek');
const Boom = require('boom');
const Hoek = require('@hapi/hoek');
const Boom = require('@hapi/boom');

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

{
"name": "@hapi/accept",
"description": "HTTP Accept-* headers parsing",
"version": "3.2.0",
"version": "3.2.1",
"repository": "git://github.com/hapijs/accept",

@@ -18,10 +18,10 @@ "main": "lib/index.js",

"devDependencies": {
"code": "5.x.x",
"lab": "18.x.x"
"@hapi/code": "5.x.x",
"@hapi/lab": "18.x.x"
},
"scripts": {
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -r html -o coverage.html"
"test": "lab -a @hapi/code -t 100 -L",
"test-cov-html": "lab -a @hapi/code -r html -o coverage.html"
},
"license": "BSD-3-Clause"
}
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