stream-mock
Advanced tools
+2
-2
| { | ||
| "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": { |
+17
-5
@@ -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 |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
15812
0.15%107
12.63%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed