New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stream-read

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-read - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

2

index.js

@@ -0,3 +1,5 @@

var dz = require('dezalgo');
module.exports = function read(stream, cb) {
cb = dz(cb);
return typeof stream.read == 'function'

@@ -4,0 +6,0 @@ ? read2(stream, cb)

5

package.json
{
"name": "stream-read",
"description": "Read from a stream, callback style",
"version": "1.0.1",
"version": "1.1.0",
"repository": "micnews/stream-read",

@@ -9,3 +9,6 @@ "license": "MIT",

"tape": "^3.0.0"
},
"dependencies": {
"dezalgo": "^1.0.1"
}
}
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