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.31 to 1.0.32-1

2

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

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

@@ -0,1 +1,2 @@

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

@@ -2,0 +3,0 @@ exports.Readable = exports;

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