@toruslabs/broadcast-channel
Advanced tools
Comparing version 4.12.3 to 4.13.0
{ | ||
"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 { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2141406