Socket
Socket
Sign inDemoInstall

stream-browserify

Package Overview
Dependencies
2
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

8

package.json
{
"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 @@ }

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