Socket
Socket
Sign inDemoInstall

bufferstreams

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bufferstreams - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

10

CHANGELOG.md

@@ -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)

23

package.json
{
"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)
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