Socket
Socket
Sign inDemoInstall

@tamagui/use-event

Package Overview
Dependencies
Maintainers
1
Versions
1001
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tamagui/use-event - npm Package Compare versions

Comparing version 1.0.1-rc.1.3 to 1.0.1-rc.1.4

4

package.json
{
"name": "@tamagui/use-event",
"version": "1.0.1-rc.1.3",
"version": "1.0.1-rc.1.4",
"types": "./types/index.d.ts",

@@ -21,3 +21,3 @@ "main": "dist/cjs",

"devDependencies": {
"@tamagui/build": "^1.0.1-rc.1.3",
"@tamagui/build": "^1.0.1-rc.1.4",
"react": ">=18"

@@ -24,0 +24,0 @@ },

@@ -1,4 +0,4 @@

declare type AnyFunction = (...args: any[]) => any;
type AnyFunction = (...args: any[]) => any;
export declare function useEvent<T extends AnyFunction>(callback?: T): T;
export {};
//# sourceMappingURL=useEvent.d.ts.map
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