bufferstreams
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -0,1 +1,11 @@ | ||
<a name="2.0.1"></a> | ||
## [2.0.1](https://github.com/nfroidure/BufferStreams/compare/v2.0.0...v2.0.1) (2018-04-23) | ||
### Bug Fixes | ||
* Remove debug dependency ([2719573](https://github.com/nfroidure/BufferStreams/commit/2719573)) | ||
<a name="2.0.0"></a> | ||
@@ -2,0 +12,0 @@ # [2.0.0](https://github.com/nfroidure/BufferStreams/compare/v1.1.1...v2.0.0) (2017-12-06) |
{ | ||
"name": "bufferstreams", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Abstract streams to deal with the whole buffered contents.", | ||
@@ -49,19 +49,18 @@ "homepage": "https://github.com/nfroidure/BufferStreams", | ||
"dependencies": { | ||
"debug": "2.6.1", | ||
"readable-stream": "^2.0.2" | ||
"readable-stream": "^2.3.6" | ||
}, | ||
"devDependencies": { | ||
"commitizen": "^2.9.6", | ||
"conventional-changelog-cli": "^1.3.5", | ||
"coveralls": "^2.13.3", | ||
"cz-conventional-changelog": "^2.0.0", | ||
"eslint": "^4.12.1", | ||
"eslint-plugin-prettier": "^2.3.1", | ||
"conventional-changelog-cli": "^1.3.8", | ||
"coveralls": "^3.0.0", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"eslint": "^4.19.0", | ||
"eslint-plugin-prettier": "^2.6.0", | ||
"istanbul": "^0.4.5", | ||
"istanbul-coveralls": "^1.0.3", | ||
"metapak": "^1.0.2", | ||
"metapak-nfroidure": "^2.0.2", | ||
"mocha": "^3.5.3", | ||
"metapak": "^1.0.3", | ||
"metapak-nfroidure": "^6.0.0", | ||
"mocha": "^5.0.0", | ||
"mocha-lcov-reporter": "^1.3.0", | ||
"prettier": "^1.8.2", | ||
"prettier": "^1.11.1", | ||
"streamtest": "^1.2.1" | ||
@@ -68,0 +67,0 @@ }, |
@@ -1,6 +0,7 @@ | ||
<!-- | ||
# This file is automatically generated by a `metapak` | ||
# module. Do not change it elsewhere, changes would | ||
# be overridden. | ||
--> | ||
[//]: # ( ) | ||
[//]: # (This file is automatically generated by a `metapak`) | ||
[//]: # (module. Do not change it except between the) | ||
[//]: # (`content:start/end` flags, your changes would) | ||
[//]: # (be overridden.) | ||
[//]: # ( ) | ||
# bufferstreams | ||
@@ -17,2 +18,5 @@ > Abstract streams to deal with the whole buffered contents. | ||
[//]: # (::contents:start) | ||
`bufferstreams` abstracts streams to allow you to deal with their whole content | ||
@@ -96,3 +100,5 @@ in a single buffer when it becomes necessary (by example: a legacy library that | ||
[//]: # (::contents:end) | ||
# License | ||
[MIT](https://github.com/nfroidure/bufferstreams/blob/master/LICENSE) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16407
1
103
- Removeddebug@2.6.1
- Removeddebug@2.6.1(transitive)
- Removedms@0.7.2(transitive)
Updatedreadable-stream@^2.3.6