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

stream-mock

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-mock - npm Package Compare versions

Comparing version

to
1.0.2

4

package.json
{
"name": "stream-mock",
"version": "1.0.1",
"version": "1.0.2",
"description": "Node stream mock module",

@@ -21,3 +21,3 @@ "main": "lib/index.js",

"dependencies": {
"debug": "^3.1.0"
"babel-runtime": "^6.26.0"
},

@@ -24,0 +24,0 @@ "devDependencies": {

@@ -12,5 +12,11 @@ # Stream Mock

- Create a [readable stream](https://nodejs.org/api/stream.html#stream_readable_streams) from any iterable
- Create a [writable stream](https://nodejs.org/api/stream.html#stream_writable_streams) that puts its data at your disposal
- Can operate both in [object](https://nodejs.org/api/stream.html#stream_object_mode) and normal ( [Buffer](https://nodejs.org/api/buffer.html#buffer_buf_length) ) mode
- Create a
[readable stream](https://nodejs.org/api/stream.html#stream_readable_streams)
from any iterable.
- Create a
[writable stream](https://nodejs.org/api/stream.html#stream_writable_streams)
that puts its data at your disposal.
- Can operate both in
[object](https://nodejs.org/api/stream.html#stream_object_mode) and normal
( [Buffer](https://nodejs.org/api/buffer.html#buffer_buf_length) ) mode.

@@ -79,7 +85,13 @@ ## Quick start

stream-mock is currently on early stage. I'm happily receiving new PR or discussing about new features, improvement or bug report. If you need something that this module is lacking (related to Nodejs stream mock obviously), do not hesitate to raise an issue.
stream-mock is currently on early stage.
I'm happily receiving new PR or discussing about new features,
improvement or bug report.
If you need something that this module is lacking
(related to Nodejs stream mock obviously), do not hesitate to raise an issue.
### Developper side
If you have to write code in that repository, please be kind to run unit tests and lint before pushing. Yeah the linter is quite strict, but it's for the best !
If you have to write code in that repository,
please be kind to run unit tests and lint before pushing.
Yeah the linter is quite strict, but it's for the best !

@@ -86,0 +98,0 @@ ```shell