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

co-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

co-read - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

.travis.yml

4

index.js

@@ -76,2 +76,6 @@

return function(done) {
if (!stream.readable) {
return done();
}
function onreadable() {

@@ -78,0 +82,0 @@ cleanup();

2

package.json
{
"name": "co-read",
"description": "Consume a readable stream generator-style",
"version": "0.0.0",
"version": "0.0.1",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

@@ -7,2 +7,4 @@

[![build status](https://secure.travis-ci.org/juliangruber/co-read.png)](http://travis-ci.org/juliangruber/co-read)
## Example

@@ -51,3 +53,3 @@

[previous work](https://github.com/visionmedia/co/commit/d1f03a936a70d7c7cb27c9d95b53ed567a4ded10)
from @TooTallNate.
from [TooTallNate](https://github.com/TooTallNate).

@@ -54,0 +56,0 @@ ## License

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