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
2
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 0.18.3 to 0.18.4

20

index.d.ts

@@ -13,12 +13,2 @@ import * as React from 'react'

export function createComponent<Props, State>(
store: Store<State>,
renderProp: (props: Props, state: State) => React.ReactNode,
): React.ComponentType<Props>
export function createContextComponent<Props, State, Context>(
store: Store<State>,
context: React.Context<Context>,
renderProp: (props: Props, state: State, context: Context) => React.ReactNode,
): React.ComponentType<Props>
export type Gate<Props = {}> = React.ComponentType<Props> & {

@@ -36,3 +26,13 @@ isOpen: boolean

export function useStore<State>(store: Store<State>): State
export function createGate<Props>(name?: string): Gate<Props>
export function createComponent<Props, State>(
store: Store<State>,
renderProp: (props: Props, state: State) => React.ReactNode,
): React.ComponentType<Props>
export function createContextComponent<Props, State, Context>(
store: Store<State>,
context: React.Context<Context>,
renderProp: (props: Props, state: State, context: Context) => React.ReactNode,
): React.ComponentType<Props>

@@ -39,0 +39,0 @@ export function connect<

{
"name": "effector-react",
"version": "0.18.3",
"version": "0.18.4",
"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