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

evt

Package Overview
Dependencies
Maintainers
1
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 1.1.0 to 1.1.1

1

dist/lib/Evt.d.ts

@@ -34,2 +34,3 @@ import "minimal-polyfills/dist/lib/Array.prototype.find";

static readonly from: typeof from;
/** https://docs.evt.land/api/evt/use-effect */
static readonly useEffect: typeof useEffect;

@@ -36,0 +37,0 @@ /** https://docs.evt.land/api/evt/getevtattachdetach */

@@ -692,2 +692,3 @@ "use strict";

Evt.from = from_1.from;
/** https://docs.evt.land/api/evt/use-effect */
Evt.useEffect = useEffect_1.useEffect;

@@ -694,0 +695,0 @@ return Evt;

2

dist/lib/util/parseOverloadParams.d.ts
import { Handler } from "../types/Handler";
export declare function parseOverloadParamsFactory<T>(): (inputs: readonly any[], methodName: "pipe" | "waitFor" | "attach*") => Handler.PropsFromArgs<T, any, import("../Ctx").CtxLike<any> | undefined>;
export declare function parseOverloadParamsFactory<T>(): (inputs: readonly any[], methodName: "waitFor" | "attach*" | "pipe") => Handler.PropsFromArgs<T, any, import("../Ctx").CtxLike<any> | undefined>;
{
"name": "evt",
"version": "1.1.0",
"version": "1.1.1",
"description": "Type safe replacement for node's EventEmitter",

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

@@ -55,2 +55,3 @@ import "minimal-polyfills/dist/lib/Array.prototype.find";

/** https://docs.evt.land/api/evt/use-effect */
public static readonly useEffect = useEffect;

@@ -57,0 +58,0 @@

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