Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

broadcast-channel

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broadcast-channel - npm Package Compare versions

Comparing version 4.20.1 to 4.20.2

12

package.json
{
"name": "broadcast-channel",
"version": "4.20.1",
"version": "4.20.2",
"description": "A BroadcastChannel that works in New Browsers, Old Browsers, WebWorkers and NodeJs and iframes",

@@ -8,9 +8,9 @@ "exports": {

"node": {
"types": "./types/index.d.ts",
"import": "./dist/esnode/index.js",
"types": "./types/index.d.ts",
"default": "./dist/es5node/index.js"
},
"browser": {
"types": "./types/index.d.ts",
"import": "./dist/esbrowser/index.js",
"types": "./types/index.d.ts",
"default": "./dist/lib/index.es5.js"

@@ -118,3 +118,3 @@ }

"detect-node": "2.1.0",
"eslint": "8.31.0",
"eslint": "8.32.0",
"gzip-size-cli": "5.1.0",

@@ -140,4 +140,4 @@ "http-server": "14.1.1",

"random-token": "0.0.8",
"rollup": "3.9.1",
"@rollup/plugin-terser": "0.2.1",
"rollup": "3.10.0",
"@rollup/plugin-terser": "0.3.0",
"testcafe": "2.2.0",

@@ -144,0 +144,0 @@ "ts-node": "10.9.1",

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