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
5
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 21.3.2 to 21.3.3

2

compat.d.ts

@@ -104,3 +104,5 @@ import React from 'react'

export function useEvent(event: Event<void>): () => void
export function useEvent<T>(event: Event<T>): (payload: T) => T
export function useEvent<R>(fx: Effect<void, R, any>): () => Promise<R>
export function useEvent<T, R>(

@@ -107,0 +109,0 @@ fx: Effect<T, R, any>,

@@ -104,3 +104,5 @@ import React from 'react'

export function useEvent(event: Event<void>): () => void
export function useEvent<T>(event: Event<T>): (payload: T) => T
export function useEvent<R>(fx: Effect<void, R, any>): () => Promise<R>
export function useEvent<T, R>(

@@ -107,0 +109,0 @@ fx: Effect<T, R, any>,

@@ -104,3 +104,5 @@ import React from 'react'

export function useEvent(event: Event<void>): () => void
export function useEvent<T>(event: Event<T>): (payload: T) => T
export function useEvent<R>(fx: Effect<void, R, any>): () => Promise<R>
export function useEvent<T, R>(

@@ -107,0 +109,0 @@ fx: Effect<T, R, any>,

@@ -104,3 +104,5 @@ import React from 'react'

export function useEvent(event: Event<void>): () => void
export function useEvent<T>(event: Event<T>): (payload: T) => T
export function useEvent<R>(fx: Effect<void, R, any>): () => Promise<R>
export function useEvent<T, R>(

@@ -107,0 +109,0 @@ fx: Effect<T, R, any>,

@@ -104,3 +104,5 @@ import React from 'react'

export function useEvent(event: Event<void>): () => void
export function useEvent<T>(event: Event<T>): (payload: T) => T
export function useEvent<R>(fx: Effect<void, R, any>): () => Promise<R>
export function useEvent<T, R>(

@@ -107,0 +109,0 @@ fx: Effect<T, R, any>,

2

package.json
{
"name": "effector-react",
"version": "21.3.2",
"version": "21.3.3",
"description": "React bindings for effector",

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

@@ -14,3 +14,5 @@ import * as React from 'react'

*/
export function useEvent(event: Event<void>): () => void
export function useEvent<T>(event: Event<T>): (payload: T) => T
export function useEvent<R>(fx: Effect<void, R, any>): () => Promise<R>
export function useEvent<T, R>(

@@ -17,0 +19,0 @@ fx: Effect<T, R, any>,

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