Comparing version 2.0.4 to 3.0.0
@@ -6,2 +6,3 @@ 'use strict'; | ||
const Stream = require('stream'); | ||
const Hoek = require('hoek'); | ||
@@ -8,0 +9,0 @@ |
{ | ||
"name": "ammo", | ||
"description": "HTTP Range processing utilities", | ||
"version": "2.0.4", | ||
"version": "3.0.0", | ||
"repository": "git://github.com/hapijs/ammo", | ||
@@ -13,12 +13,12 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=4.0.0" | ||
"node": ">=8.0.0" | ||
}, | ||
"dependencies": { | ||
"boom": "5.x.x", | ||
"hoek": "4.x.x" | ||
"boom": "6.x.x", | ||
"hoek": "5.x.x" | ||
}, | ||
"devDependencies": { | ||
"code": "4.x.x", | ||
"lab": "13.x.x", | ||
"wreck": "12.x.x" | ||
"code": "5.x.x", | ||
"lab": "14.x.x", | ||
"wreck": "13.x.x" | ||
}, | ||
@@ -25,0 +25,0 @@ "scripts": { |
@@ -8,3 +8,3 @@ # ammo | ||
Lead Maintainer - [Eran Hammer](https://github.com/hueniverse) | ||
Lead Maintainer - [Gil Pedersen](https://github.com/kanongil) | ||
@@ -11,0 +11,0 @@ ## Usage |
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
+ Addedboom@6.0.0(transitive)
+ Addedhoek@5.0.4(transitive)
- Removedboom@5.3.3(transitive)
- Removedhoek@4.3.1(transitive)
Updatedboom@6.x.x
Updatedhoek@5.x.x