New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@browsery/stream

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@browsery/stream - npm Package Compare versions

Comparing version 0.6.0 to 4.3.0-r2

cjs/readable-stream-DsKtFBZI.cjs

38

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

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