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

it-reader

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

it-reader - npm Package Compare versions

Comparing version 5.0.2 to 6.0.0

2

dist/src/index.js

@@ -16,3 +16,3 @@ import { Uint8ArrayList } from 'uint8arraylist';

while (bl.length >= bytes) {
const data = bl.subarray(0, bytes);
const data = bl.sublist(0, bytes);
bl.consume(bytes);

@@ -19,0 +19,0 @@ bytes = yield data;

{
"name": "it-reader",
"version": "5.0.2",
"version": "6.0.0",
"description": "Read an exact number of bytes from a binary (async) iterable",

@@ -150,3 +150,3 @@ "author": "Alan Shaw",

"it-stream-types": "^1.0.4",
"uint8arraylist": "^1.2.0"
"uint8arraylist": "^2.0.0"
},

@@ -153,0 +153,0 @@ "devDependencies": {

@@ -25,3 +25,3 @@ import { Uint8ArrayList } from 'uint8arraylist'

while (bl.length >= bytes) {
const data = bl.subarray(0, bytes)
const data = bl.sublist(0, bytes)
bl.consume(bytes)

@@ -28,0 +28,0 @@ bytes = yield data

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