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.1 to 3.0.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# [3.0.0](https://github.com/nfroidure/BufferStreams/compare/v2.0.1...v3.0.0) (2019-11-15)
<a name="2.0.1"></a>

@@ -2,0 +6,0 @@ ## [2.0.1](https://github.com/nfroidure/BufferStreams/compare/v2.0.0...v2.0.1) (2018-04-23)

95

package.json
{
"name": "bufferstreams",
"version": "2.0.1",
"version": "3.0.0",
"description": "Abstract streams to deal with the whole buffered contents.",

@@ -8,6 +8,10 @@ "homepage": "https://github.com/nfroidure/BufferStreams",

"files": [
"src"
"src/**/*.js",
"LICENSE",
"README.md",
"CHANGELOG.md"
],
"metapak": {
"configs": [
"main",
"readme",

@@ -25,6 +29,6 @@ "eslint",

"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"cli": "env NODE_ENV=${NODE_ENV:-cli}",
"cover": "istanbul cover _mocha --report html -- tests/*.mocha.js -R spec -t 5000",
"coveralls": "istanbul cover _mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
"cover": "nyc npm test && nyc report --reporter=html --reporter=text",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls && rm -rf ./coverage",
"cz": "env NODE_ENV=${NODE_ENV:-cli} git cz",

@@ -34,6 +38,7 @@ "lint": "eslint src/*.js tests/*.mocha.js",

"mocha": "mocha tests/*.mocha.js",
"precz": "npm t && npm run lint && npm run metapak -- -s",
"prettier": "prettier --write src/*.js tests/*.mocha.js",
"preversion": "npm t && npm run lint && npm run metapak -s",
"preversion": "npm t && npm run lint && npm run metapak -s && npm run metapak -- -s",
"test": "npm run mocha",
"version": "npm run changelog && git add CHANGELOG.md"
"version": "npm run changelog"
},

@@ -52,23 +57,25 @@ "repository": {

"dependencies": {
"readable-stream": "^2.3.6"
"readable-stream": "^3.4.0"
},
"devDependencies": {
"commitizen": "^2.9.6",
"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.3",
"metapak-nfroidure": "^6.0.0",
"mocha": "^5.0.0",
"mocha-lcov-reporter": "^1.3.0",
"prettier": "^1.11.1",
"streamtest": "^1.2.1"
"commitizen": "^3.1.1",
"conventional-changelog-cli": "^2.0.23",
"coveralls": "^3.0.5",
"cz-conventional-changelog": "^3.0.2",
"eslint": "^6.1.0",
"eslint-plugin-prettier": "^3.1.0",
"metapak": "^3.1.6",
"metapak-nfroidure": "^9.6.4",
"mocha": "^6.2.0",
"nyc": "^14.1.1",
"prettier": "^1.18.2",
"streamtest": "^1.2.4"
},
"author": "Nicolas Froidure",
"author": {
"name": "Nicolas Froidure",
"email": "nicolas.froidure@insertafter.com",
"url": "http://insertafter.com/en/index.html"
},
"engines": {
"node": ">=6.9.5"
"node": ">=8.12.0"
},

@@ -93,7 +100,41 @@ "license": "MIT",

"mocha",
"mocha-lcov-reporter",
"coveralls",
"istanbul"
"nyc"
]
}
},
"eslintConfig": {
"extends": [
"eslint:recommended"
],
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "script",
"modules": true
},
"env": {
"es6": true,
"node": true,
"jest": true,
"mocha": true
},
"plugins": [
"prettier"
],
"rules": {
"prettier/prettier": "error"
}
},
"prettier": {
"semi": true,
"printWidth": 80,
"singleQuote": true,
"trailingComma": "es5",
"proseWrap": "always"
},
"nyc": {
"exclude": [
"tests/*.mocha.js"
]
},
"contributors": []
}

@@ -10,9 +10,10 @@ [//]: # ( )

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/nfroidure/bufferstreams/blob/master/LICENSE)
[![Build status](https://secure.travis-ci.org/nfroidure/bufferstreams.svg)](https://travis-ci.org/nfroidure/bufferstreams)
[![Coverage Status](https://coveralls.io/repos/nfroidure/bufferstreams/badge.svg?branch=master)](https://coveralls.io/r/nfroidure/bufferstreams?branch=master)
[![NPM version](https://badge.fury.io/js/bufferstreams.svg)](https://npmjs.org/package/bufferstreams)
[![Build status](https://secure.travis-ci.org/nfroidure/bufferstreams.svg)](https://travis-ci.org/nfroidure/bufferstreams)
[![Dependency Status](https://david-dm.org/nfroidure/bufferstreams.svg)](https://david-dm.org/nfroidure/bufferstreams)
[![devDependency Status](https://david-dm.org/nfroidure/bufferstreams/dev-status.svg)](https://david-dm.org/nfroidure/bufferstreams#info=devDependencies)
[![Coverage Status](https://coveralls.io/repos/nfroidure/bufferstreams/badge.svg?branch=master)](https://coveralls.io/r/nfroidure/bufferstreams?branch=master)
[![Package Quality](http://npm.packagequality.com/shield/bufferstreams.svg)](http://packagequality.com/#?package=bufferstreams)
[![Code Climate](https://codeclimate.com/github/nfroidure/bufferstreams.svg)](https://codeclimate.com/github/nfroidure/bufferstreams)
[![Dependency Status](https://dependencyci.com/github/nfroidure/bufferstreams/badge)](https://dependencyci.com/github/nfroidure/bufferstreams)

@@ -102,3 +103,6 @@

# Authors
- [Nicolas Froidure](http://insertafter.com/en/index.html)
# 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