@browsery/stream
Advanced tools
Comparing version 0.6.0 to 4.3.0-r2
{ | ||
"name": "@browsery/stream", | ||
"version": "0.6.0", | ||
"version": "4.3.0-r2", | ||
"description": "Browser compatible NodeJS stream module", | ||
"author": "Panates", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/panates/browsery.git", | ||
"directory": "packages/stream" | ||
}, | ||
"type": "module", | ||
"module": "./esm/stream.mjs", | ||
"main": "./cjs/stream.cjs", | ||
"types": "./typings/index.d.ts", | ||
"typings": "./typings/index.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"require": "./cjs/stream.cjs", | ||
"default": "./esm/stream.mjs" | ||
} | ||
}, | ||
"dependencies": { | ||
@@ -35,7 +16,22 @@ "abort-controller": "^3.0.0", | ||
"devDependencies": {}, | ||
"main": "./cjs/stream.cjs", | ||
"module": "./esm/stream.mjs", | ||
"types": "./types/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./cjs/stream.cjs", | ||
"import": "./esm/stream.mjs", | ||
"types": "./types/index.d.ts" | ||
} | ||
}, | ||
"sideEffects": false, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/panates/browsery.git", | ||
"directory": "packages/stream" | ||
}, | ||
"files": [ | ||
"typings/", | ||
"cjs/", | ||
"esm/", | ||
"types/", | ||
"LICENSE", | ||
@@ -42,0 +38,0 @@ "README.md" |
@@ -19,5 +19,5 @@ # @browsery/stream | ||
This package is a mirror of the streams implementations in Node.js 18.16.0. | ||
This package is a mirror of the streams implementations in Node.js 18.19.0. | ||
Full documentation may be found on the [Node.js website](https://nodejs.org/dist/v18.16.0/docs/api/stream.html). | ||
Full documentation may be found on the [Node.js website](https://nodejs.org/dist/v18.19.0/docs/api/stream.html). | ||
@@ -24,0 +24,0 @@ If you want to guarantee a stable streams base, regardless of what version of |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
445112
13422
No