Comparing version 0.1.1 to 0.1.2
'use strict' | ||
const { Buffer } = require('buffer') | ||
const BufferList = require('bl/BufferList') | ||
@@ -4,0 +5,0 @@ |
{ | ||
"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') |
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
Possible typosquat attack
Supply chain riskThere is a package with a similar name that is downloaded much more often.
Did you mean |
---|
is-buffer |
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
3317
90
0
2
+ Addedbuffer@^5.5.0
Updatedbl@^4.0.2