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

vise

Package Overview
Dependencies
Maintainers
4
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 2.1.1

LICENSE.md

6

lib/index.js
'use strict';
// Load modules
const Hoek = require('hoek');
// Declare internals
const internals = {};

@@ -116,3 +112,3 @@

if (offset < chunk.length) {
return { chunk: chunk, offset: offset };
return { chunk, offset };
}

@@ -119,0 +115,0 @@ }

{
"name": "vise",
"description": "Treat multiple buffers as one",
"version": "2.0.2",
"version": "2.1.1",
"repository": "git://github.com/hapijs/vise",
"engines": {
"node": ">=6.0.0"
},
"main": "lib/index.js",

@@ -13,5 +16,2 @@ "keywords": [

],
"engines": {
"node": ">=4.0.0"
},
"dependencies": {

@@ -21,10 +21,10 @@ "hoek": "4.x.x"

"devDependencies": {
"code": "3.x.x",
"lab": "10.x.x"
"code": "4.x.x",
"lab": "14.x.x"
},
"scripts": {
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -r html -o coverage.html"
"test": "lab -a code -t 100 -L -l",
"test-cov-html": "lab -a code -r html -o coverage.html -l"
},
"license": "BSD-3-Clause"
"license": "SEE LICENSE IN LICENSE.md"
}

@@ -1,7 +0,5 @@

#vise
# vise
Treat multiple buffers as one.
[![Build Status](https://secure.travis-ci.org/hapijs/vise.png)](http://travis-ci.org/hapijs/vise)
Lead Maintainer - [Anna Luisa Patiño West](https://github.com/aisapatino)
[![Build Status](https://travis-ci.org/hapijs/vise.svg?branch=v2-commercial)](https://travis-ci.org/hapijs/vise)

Sorry, the diff of this file is not supported yet

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