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

fs-minipass

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-minipass - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

index.js

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

// truncating makes no sense when writing into the middle
const defaultFlag = this[_pos] ? 'a' : 'w'
const defaultFlag = this[_pos] !== null ? 'a' : 'w'
this[_flags] = opt.flags === undefined ? defaultFlag : opt.flags

@@ -279,3 +279,3 @@

else {
if (this[_pos])
if (this[_pos] !== null)
this[_pos] += bw

@@ -282,0 +282,0 @@ if (this[_queue].length)

{
"name": "fs-minipass",
"version": "1.1.1",
"version": "1.1.2",
"main": "index.js",

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

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