stream-browserify
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "stream-browserify", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "the stream module from node core for browsers", | ||
@@ -37,6 +37,4 @@ "main": "index.js", | ||
"ie/8..latest", | ||
"firefox/16..latest", | ||
"firefox/nightly", | ||
"chrome/22..latest", | ||
"chrome/canary", | ||
"firefox/3.5", "firefox/10", "firefox/nightly", | ||
"chrome/10","chrome/latest", "chrome/canary", | ||
"opera/12..latest", | ||
@@ -43,0 +41,0 @@ "opera/next", |
@@ -37,3 +37,3 @@ // Copyright Joyent, Inc. and other Node contributors. | ||
? function (x) { return x instanceof ArrayBuffer } | ||
: function () { | ||
: function (x) { | ||
return x && x.constructor && x.constructor.name === 'ArrayBuffer' | ||
@@ -40,0 +40,0 @@ } |
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
55853