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

it-buffer

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

it-buffer - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

1

index.js
'use strict'
const { Buffer } = require('buffer')
const BufferList = require('bl/BufferList')

@@ -4,0 +5,0 @@

9

package.json
{
"name": "it-buffer",
"version": "0.1.1",
"version": "0.1.2",
"description": "Is it a string? Is it a BufferList? Or just a Buffer? Worry no more with `it-buffer`!",

@@ -20,7 +20,8 @@ "main": "index.js",

"it-pipe": "^1.1.0",
"mocha": "^6.2.2",
"streaming-iterables": "^4.1.1"
"mocha": "^7.1.1",
"streaming-iterables": "^4.1.2"
},
"dependencies": {
"bl": "^4.0.0"
"bl": "^4.0.2",
"buffer": "^5.5.0"
},

@@ -27,0 +28,0 @@ "repository": {

'use strict'
/* eslint-env mocha */
const { Buffer } = require('buffer')
const assert = require('assert').strict

@@ -6,0 +6,0 @@ const { collect } = require('streaming-iterables')

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