Socket
Socket
Sign inDemoInstall

minipass

Package Overview
Dependencies
Maintainers
5
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minipass - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

2

index.js

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

get objectMode () { return this[OBJECTMODE] }
set objectMode (ॐ ) { this[OBJECTMODE] = this[OBJECTMODE] || !!ॐ }
set objectMode (om) { this[OBJECTMODE] = this[OBJECTMODE] || !!om }

@@ -103,0 +103,0 @@ write (chunk, encoding, cb) {

{
"name": "minipass",
"version": "3.1.1",
"version": "3.1.2",
"description": "minimal implementation of a PassThrough stream",

@@ -5,0 +5,0 @@ "main": "index.js",

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