Socket
Socket
Sign inDemoInstall

lazystream

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

lazystream - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

LICENSE

7

package.json
{
"name": "lazystream",
"version": "1.0.0",
"version": "1.0.1",
"description": "Open Node Streams on demand.",

@@ -29,2 +29,7 @@ "homepage": "https://github.com/jpommerening/node-lazystream",

},
"files": [
"lib/lazystream.js",
"test/*.js",
"test/*.md"
],
"dependencies": {

@@ -31,0 +36,0 @@ "readable-stream": "^2.0.5"

12

README.md
# Lazy Streams
> *Create streams lazily when they are read from or written to.*
> `lazystream: 1.0.0` [![Build Status](https://travis-ci.org/jpommerening/node-lazystream.png?branch=master)](https://travis-ci.org/jpommerening/node-lazystream)
> `lazystream: 1.0.1`

@@ -60,3 +60,3 @@ ## Why?

$ npm install lazystream --save
lazystream@1.0.0 node_modules/lazystream
lazystream@1.0.1 node_modules/lazystream
└── readable-stream@2.0.5

@@ -67,5 +67,9 @@ ```

### v1.0.1
- [#3](https://github.com/jpommerening/node-lazystream/issues/3): (finally) fixed a long-standing publishing error
### v1.0.0
- [#2](https://github.com/jpommerening/node-lazystream/pull/2): [unconditionally](https://r.va.gg/2014/06/why-i-dont-use-nodes-core-stream-module.html) use `readable-stream` _2.x_.
- [#2](https://github.com/jpommerening/node-lazystream/issues/2): [unconditionally](https://r.va.gg/2014/06/why-i-dont-use-nodes-core-stream-module.html) use `readable-stream` _2.x_.

@@ -88,3 +92,3 @@ ### v0.2.0

## [License](LICENSE-MIT)
## [License](LICENSE)

@@ -91,0 +95,0 @@ Copyright (c) 2013 J. Pommerening, contributors.

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