Socket
Socket
Sign inDemoInstall

read-chunk

Package Overview
Dependencies
1
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.2 to 4.0.3

4

index.js

@@ -21,3 +21,3 @@ import {promisify} from 'node:util';

if (bytesRead < length) {
buffer = buffer.slice(0, bytesRead);
buffer = buffer.subarray(0, bytesRead);
}

@@ -42,3 +42,3 @@

if (bytesRead < length) {
buffer = buffer.slice(0, bytesRead);
buffer = buffer.subarray(0, bytesRead);
}

@@ -45,0 +45,0 @@

{
"name": "read-chunk",
"version": "4.0.2",
"version": "4.0.3",
"description": "Read a chunk from a file",

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc