Socket
Socket
Sign inDemoInstall

fs-minipass

Package Overview
Dependencies
3
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.4 to 1.2.5

2

index.js

@@ -98,3 +98,3 @@ 'use strict'

/* istanbul ignore if */
if (buf.length === 0) return process.nextTick(this[_onread], null, 0, buf)
if (buf.length === 0) return process.nextTick(() => this[_onread](null, 0, buf))
fs.read(this[_fd], buf, 0, buf.length, null, (er, br, buf) =>

@@ -101,0 +101,0 @@ this[_onread](er, br, buf))

{
"name": "fs-minipass",
"version": "1.2.4",
"version": "1.2.5",
"main": "index.js",

@@ -5,0 +5,0 @@ "scripts": {

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