Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bearei/react-util

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bearei/react-util - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

2

lib-esm/event.d.ts

@@ -9,2 +9,2 @@ export declare type DefaultEvent = {

export declare const handleDefaultEvent: HandleDefaultEvent;
export declare const bindEvents: <T extends string, C = (e: unknown) => void>(names: T[], match: (key: T) => C) => Record<T, (e: unknown) => void>;
export declare const bindEvents: <T extends string, C = (e: unknown) => void>(names: T[], match: (key: T) => C) => Record<T, C>;

@@ -9,2 +9,2 @@ export declare type DefaultEvent = {

export declare const handleDefaultEvent: HandleDefaultEvent;
export declare const bindEvents: <T extends string, C = (e: unknown) => void>(names: T[], match: (key: T) => C) => Record<T, (e: unknown) => void>;
export declare const bindEvents: <T extends string, C = (e: unknown) => void>(names: T[], match: (key: T) => C) => Record<T, C>;
{
"name": "@bearei/react-util",
"version": "0.0.19",
"version": "0.0.20",
"main": "./lib/index.js",

@@ -5,0 +5,0 @@ "types": "./lib/index.d.ts",

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