New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

effector-react

Package Overview
Dependencies
Maintainers
6
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

effector-react - npm Package Compare versions

Comparing version 23.1.0 to 23.2.0

4

compat.d.ts

@@ -11,4 +11,4 @@ import React from 'react'

export type Gate<Props = {}> = React.ComponentType<Props> & {
open: Event<Props>
close: Event<Props>
open: EventCallable<Props>
close: EventCallable<Props>
status: Store<boolean>

@@ -15,0 +15,0 @@ state: Store<Props>

@@ -11,4 +11,4 @@ import React from 'react'

export type Gate<Props = {}> = React.ComponentType<Props> & {
open: Event<Props>
close: Event<Props>
open: EventCallable<Props>
close: EventCallable<Props>
status: Store<boolean>

@@ -15,0 +15,0 @@ state: Store<Props>

@@ -11,4 +11,4 @@ import React from 'react'

export type Gate<Props = {}> = React.ComponentType<Props> & {
open: Event<Props>
close: Event<Props>
open: EventCallable<Props>
close: EventCallable<Props>
status: Store<boolean>

@@ -15,0 +15,0 @@ state: Store<Props>

@@ -11,4 +11,4 @@ import React from 'react'

export type Gate<Props = {}> = React.ComponentType<Props> & {
open: Event<Props>
close: Event<Props>
open: EventCallable<Props>
close: EventCallable<Props>
status: Store<boolean>

@@ -15,0 +15,0 @@ state: Store<Props>

@@ -11,4 +11,4 @@ import React from 'react'

export type Gate<Props = {}> = React.ComponentType<Props> & {
open: Event<Props>
close: Event<Props>
open: EventCallable<Props>
close: EventCallable<Props>
status: Store<boolean>

@@ -15,0 +15,0 @@ state: Store<Props>

{
"name": "effector-react",
"version": "23.1.0",
"version": "23.2.0",
"description": "React bindings for effector",

@@ -5,0 +5,0 @@ "main": "effector-react.cjs.js",

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