Socket
Socket
Sign inDemoInstall

use-broadcast-ts

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-broadcast-ts - npm Package Compare versions

Comparing version 1.4.3 to 1.4.4

5

dist/index.js

@@ -397,2 +397,7 @@ 'use strict';

}
/**
* Modify and return the Zustand store
*/
store.setState = onSet;
return f(onSet, get, store);

@@ -399,0 +404,0 @@ };

2

package.json
{
"name": "use-broadcast-ts",
"version": "1.4.3",
"version": "1.4.4",
"description": "Use the Broadcast Channel API in React easily with hooks or Zustand, and Typescript!",

@@ -5,0 +5,0 @@ "type": "module",

@@ -299,2 +299,7 @@ import { StateCreator, StoreMutatorIdentifier } from 'zustand';

/**
* Modify and return the Zustand store
*/
store.setState = onSet;
return f(onSet, get, store);

@@ -301,0 +306,0 @@ };

Sorry, the diff of this file is not supported yet

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