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

evt

Package Overview
Dependencies
Maintainers
2
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

evt - npm Package Compare versions

Comparing version 2.0.0-beta.44 to 2.0.0-beta.45

2

hooks/useEvt.d.ts

@@ -31,2 +31,2 @@ import type { Ctx } from "../lib";

*/
export declare function useEvt(effect: (ctx: Ctx) => void, deps: React.DependencyList): void;
export declare function useEvt(effect: (ctx: Ctx) => void, deps?: React.DependencyList): void;
{
"name": "evt",
"version": "2.0.0-beta.44",
"version": "2.0.0-beta.45",
"description": "Type safe replacement for node's EventEmitter",

@@ -5,0 +5,0 @@ "repository": {

@@ -37,3 +37,3 @@ import { Evt } from "../lib/Evt";

effect: (ctx: Ctx) => void,
deps: React.DependencyList
deps?: React.DependencyList
): void {

@@ -40,0 +40,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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