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.0 to 4.20.1

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # CHANGELOG

## 4.20.1 (6 January 2023)
- FIX exports order
## 4.20.0 (6 January 2023)

@@ -8,0 +12,0 @@

10

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

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

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

@@ -18,0 +18,0 @@ },

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