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

stream-browserify

Package Overview
Dependencies
Maintainers
38
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-browserify - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

11

package.json
{
"name": "stream-browserify",
"version": "2.0.1",
"version": "2.0.2",
"description": "the stream module from node core for browsers",

@@ -11,4 +11,5 @@ "main": "index.js",

"devDependencies": {
"typedarray": "~0.0.6",
"tape": "^4.2.0"
"safe-buffer": "^5.1.2",
"tape": "^4.2.0",
"typedarray": "~0.0.6"
},

@@ -20,5 +21,5 @@ "scripts": {

"type": "git",
"url": "git://github.com/substack/stream-browserify.git"
"url": "git://github.com/browserify/stream-browserify.git"
},
"homepage": "https://github.com/substack/stream-browserify",
"homepage": "https://github.com/browserify/stream-browserify",
"keywords": [

@@ -25,0 +26,0 @@ "stream",

var path = require('path');
var test = require('tape');
var Buffer = require('safe-buffer').Buffer;

@@ -21,3 +22,3 @@ var Writable = require('../').Writable;

var buf = Buffer([ 88 ]);
var buf = Buffer.from([ 88 ]);

@@ -24,0 +25,0 @@ test('.writable writing ArrayBuffer', function(t) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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