Socket
Socket
Sign inDemoInstall

react-fluxible

Package Overview
Dependencies
8
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.3 to 6.0.4

2

package.json
{
"name": "react-fluxible",
"version": "6.0.3",
"version": "6.0.4",
"description": " Connector for react-js and fluxible-js.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -62,3 +62,3 @@ ![npm](https://img.shields.io/npm/dt/react-fluxible) ![npm](https://img.shields.io/npm/dm/react-fluxible) ![npm](https://img.shields.io/npm/dw/react-fluxible)

const globalStore = createStore<typeof initialStore>({
const globalStore = createStore({
initialStore

@@ -98,3 +98,3 @@ });

export const globalStore = createStore<typeof initialStore>({
export const globalStore = createStore({
initialStore

@@ -101,0 +101,0 @@ });

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc