You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

bufferstreams

Package Overview
Dependencies
Maintainers
2
Versions
13
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

to
5.0.0

19

CHANGELOG.md

@@ -0,1 +1,20 @@

# [5.0.0](https://github.com/nfroidure/bufferstreams/compare/v4.0.0...v5.0.0) (2025-06-16)
### Bug Fixes
* **docs:** fix git repository url ([cbbd8a1](https://github.com/nfroidure/bufferstreams/commit/cbbd8a1bcb89217041ebf1e17f784626753316c6))
### chore
* **dependencies:** update dependencies ([7a59c1a](https://github.com/nfroidure/bufferstreams/commit/7a59c1a0926ac87e323ca9053b1202352a3f0b39))
### BREAKING CHANGES
* **dependencies:** Will require Node22 (last LTS)
# [4.0.0](https://github.com/nfroidure/BufferStreams/compare/v3.0.0...v4.0.0) (2024-07-17)

@@ -2,0 +21,0 @@

2

dist/index.d.ts

@@ -1,2 +0,2 @@

import { Duplex, type Writable } from 'stream';
import { Duplex, type Writable } from 'node:stream';
export type BufferStreamOptions = {

@@ -3,0 +3,0 @@ objectMode: boolean;

@@ -1,2 +0,2 @@

import { Duplex } from 'stream';
import { Duplex } from 'node:stream';
import { YError } from 'yerror';

@@ -3,0 +3,0 @@ const DEFAULT_BUFFER_STREAM_OPTIONS = {

@@ -28,3 +28,3 @@ {

"name": "bufferstreams",
"version": "4.0.0",
"version": "5.0.0",
"description": "Abstract streams to deal with the whole buffered contents.",

@@ -44,3 +44,3 @@ "homepage": "https://github.com/nfroidure/BufferStreams",

"cli": "env NODE_ENV=${NODE_ENV:-cli}",
"cover": "npm run jest -- --coverage",
"cover": "node --run jest -- --coverage",
"cz": "env NODE_ENV=${NODE_ENV:-cli} git cz",

@@ -52,13 +52,12 @@ "doc": "echo \"# API\" > API.md; jsdoc2md 'dist/**/*.js' >> API.md && git add API.md",

"metapak": "metapak",
"precz": "npm t && npm run lint && npm run build && npm run doc && npm run metapak -- -s",
"precz": "node --run test && node --run lint && node --run build && node --run doc && node --run metapak -- -s",
"prettier": "prettier --write 'src/**/*.ts'",
"preversion": "npm t && npm run lint && npm run build && npm run doc && npm run metapak -- -s",
"preversion": "node --run test && node --run lint && node --run build && node --run doc && node --run metapak -- -s",
"rebuild": "swc ./src -s -d dist -C jsc.target=es2022",
"test": "npm run jest",
"type-check": "tsc --pretty --noEmit",
"version": "npm run changelog"
"test": "node --run jest",
"version": "node --run changelog"
},
"repository": {
"type": "git",
"url": "git://github.com/nfroidure/BufferStreams"
"url": "git+https://github.com/nfroidure/bufferstreams.git"
},

@@ -73,27 +72,26 @@ "keywords": [

"dependencies": {
"readable-stream": "^3.4.0",
"yerror": "^8.0.0"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.6.13",
"@swc/helpers": "^0.5.12",
"@swc/jest": "^0.2.36",
"commitizen": "^4.3.0",
"@eslint/js": "^9.29.0",
"@swc/cli": "^0.7.7",
"@swc/core": "^1.12.1",
"@swc/helpers": "^0.5.17",
"@swc/jest": "^0.2.38",
"commitizen": "^4.3.1",
"conventional-changelog-cli": "^5.0.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"jsdoc-to-markdown": "^8.0.0",
"metapak": "^6.0.1",
"metapak-nfroidure": "^18.2.0",
"prettier": "^3.3.3",
"eslint": "^9.29.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-jest": "^28.14.0",
"eslint-plugin-prettier": "^5.4.1",
"jest": "^30.0.0",
"jsdoc-to-markdown": "^9.1.1",
"metapak": "^6.0.3",
"metapak-nfroidure": "20.0.4",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"streamtest": "^3.0.0",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.0"
"streamtest": "^3.0.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.34.0"
},

@@ -106,3 +104,3 @@ "author": {

"engines": {
"node": ">=20.11.1"
"node": ">=22.16.0"
},

@@ -171,7 +169,8 @@ "license": "MIT",

},
"overrides": {
"eslint": "^9.7.0"
},
"type": "module",
"types": "dist/index.d.ts"
"types": "dist/index.d.ts",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/nfroidure"
}
}

@@ -11,3 +11,3 @@ [//]: # ( )

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/nfroidure/bufferstreams/blob/main/LICENSE)
[![Coverage Status](https://coveralls.io/repos/github/git://github.com/nfroidure/BufferStreams/badge.svg?branch=main)](https://coveralls.io/github/git://github.com/nfroidure/BufferStreams?branch=main)
[![Coverage Status](https://coveralls.io/repos/github/nfroidure/bufferstreams/badge.svg?branch=main)](https://coveralls.io/github/nfroidure/bufferstreams?branch=main)

@@ -14,0 +14,0 @@

@@ -1,2 +0,2 @@

import { Duplex, type Writable } from 'stream';
import { Duplex, type Writable } from 'node:stream';
import { YError } from 'yerror';

@@ -3,0 +3,0 @@

Sorry, the diff of this file is not supported yet