Comparing version 2.0.2 to 3.0.0
@@ -116,3 +116,3 @@ 'use strict'; | ||
if (offset < chunk.length) { | ||
return { chunk: chunk, offset: offset }; | ||
return { chunk, offset }; | ||
} | ||
@@ -119,0 +119,0 @@ } |
{ | ||
"name": "vise", | ||
"description": "Treat multiple buffers as one", | ||
"version": "2.0.2", | ||
"version": "3.0.0", | ||
"repository": "git://github.com/hapijs/vise", | ||
@@ -14,10 +14,10 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=4.0.0" | ||
"node": ">=8.0.0" | ||
}, | ||
"dependencies": { | ||
"hoek": "4.x.x" | ||
"hoek": "5.x.x" | ||
}, | ||
"devDependencies": { | ||
"code": "3.x.x", | ||
"lab": "10.x.x" | ||
"code": "5.x.x", | ||
"lab": "14.x.x" | ||
}, | ||
@@ -24,0 +24,0 @@ "scripts": { |
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
5979
+ Addedhoek@5.0.4(transitive)
- Removedhoek@4.3.1(transitive)
Updatedhoek@5.x.x