Socket
Socket
Sign inDemoInstall

readable-stream

Package Overview
Dependencies
4
Maintainers
3
Versions
103
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.33-1 to 1.0.33-2

2

package.json
{
"name": "readable-stream",
"version": "1.0.33-1",
"version": "1.0.33-2",
"description": "Streams2, a user-land copy of the stream library from Node.js v0.10.x",

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

@@ -1,3 +0,4 @@

require('stream'); // hack to fix a circular dependency issue when used with browserify
var Stream = require('stream'); // hack to fix a circular dependency issue when used with browserify
exports = module.exports = require('./lib/_stream_readable.js');
exports.Stream = Stream;
exports.Readable = exports;

@@ -4,0 +5,0 @@ exports.Writable = require('./lib/_stream_writable.js');

@@ -5,4 +5,4 @@ # readable-stream

[![NPM](https://nodei.co/npm/readable-stream.png?downloads=true)](https://nodei.co/npm/readable-stream/)
[![NPM](https://nodei.co/npm-dl/readable-stream.png)](https://nodei.co/npm/readable-stream/)
[![NPM](https://nodei.co/npm/readable-stream.png?downloads=true&downloadRank=true)](https://nodei.co/npm/readable-stream/)
[![NPM](https://nodei.co/npm-dl/readable-stream.png?&months=6&height=3)](https://nodei.co/npm/readable-stream/)

@@ -9,0 +9,0 @@ This package is a mirror of the Streams2 and Streams3 implementations in Node-core.

Sorry, the diff of this file is not supported yet

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