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

@saulx/utils

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saulx/utils - npm Package Compare versions

Comparing version 4.3.0 to 4.3.1

3

dist/src/readStream.js

@@ -8,3 +8,3 @@ import { Writable } from 'stream';

buffers.push(c.slice(0, maxCunkSize));
const chunkP = c.slice(maxCunkSize);
const chunkP = c.slice(maxCunkSize, c.byteLength);
if (chunkP.byteLength > maxCunkSize) {

@@ -21,2 +21,3 @@ if (throttle) {

else {
buffers.push(chunkP);
if (throttle) {

@@ -23,0 +24,0 @@ setTimeout(() => {

{
"name": "@saulx/utils",
"version": "4.3.0",
"version": "4.3.1",
"repository": "https://github.com/atelier-saulx/utils",

@@ -5,0 +5,0 @@ "files": [

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