Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "ammo", | ||
"description": "HTTP Range processing utilities", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"repository": "git://github.com/hapijs/ammo", | ||
@@ -17,7 +17,7 @@ "main": "lib/index.js", | ||
"boom": "3.x.x", | ||
"hoek": "3.x.x" | ||
"hoek": "4.x.x" | ||
}, | ||
"devDependencies": { | ||
"code": "2.x.x", | ||
"lab": "7.x.x", | ||
"lab": "10.x.x", | ||
"wreck": "7.x.x" | ||
@@ -24,0 +24,0 @@ }, |
@@ -106,2 +106,3 @@ 'use strict'; | ||
expect(err).to.not.exist(); | ||
expect(buffer.toString()).to.equal(random.slice(1000, 4001).toString()); | ||
@@ -144,2 +145,3 @@ done(); | ||
expect(err).to.not.exist(); | ||
expect(buffer.toString()).to.equal('234'); | ||
@@ -146,0 +148,0 @@ done(); |
Sorry, the diff of this file is not supported yet
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
9972
186
- Removedhoek@3.0.4(transitive)
Updatedhoek@4.x.x