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

@toruslabs/broadcast-channel

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toruslabs/broadcast-channel - npm Package Compare versions

Comparing version 4.12.3 to 4.13.0

2

package.json
{
"name": "@toruslabs/broadcast-channel",
"version": "4.12.3",
"version": "4.13.0",
"description": "A BroadcastChannel that works in New Browsers, Old Browsers, WebWorkers and NodeJs",

@@ -5,0 +5,0 @@ "exports": {

@@ -1,2 +0,2 @@

declare type MethodType = 'node' | 'idb' | 'native' | 'localstorage' | 'simulate';
declare type MethodType = 'node' | 'idb' | 'native' | 'localstorage' | 'simulate' | 'server';

@@ -3,0 +3,0 @@ interface BroadcastChannelEventMap {

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