@hapi/accept
Advanced tools
Comparing version 3.2.0 to 3.2.1
'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 @@ |
'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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18757