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 4.3.0 to 4.3.1-r1

types/index.d.ts

29

package.json
{
"name": "@browsery/stream",
"version": "4.3.0",
"version": "4.3.1-r1",
"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",
"dependencies": {

@@ -26,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",

@@ -33,0 +38,0 @@ "README.md"

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