Comparing version 3.1.1 to 3.1.2
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36600