Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vise

Package Overview
Dependencies
Maintainers
5
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vise - npm Package Compare versions

Comparing version 2.0.2 to 3.0.0

2

lib/index.js

@@ -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": {

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