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

inngest

Package Overview
Dependencies
Maintainers
2
Versions
564
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inngest - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

components/Inngest.d.ts

@@ -143,3 +143,3 @@ import type { PartialK, SendEventPayload, SingleOrArray } from "../helpers/types";

send<Payload extends SendEventPayload<Events>>(payload: Payload): Promise<void>;
createFunction<Trigger extends TriggerOptions<keyof Events & string>, NameOrOpts extends string | FunctionOptions, T extends TriggerOptions<keyof Events & string>>(nameOrOpts: NameOrOpts, trigger: Trigger extends T ? T : T extends string ? T : never, fn: Handler<Events, Trigger extends string ? Trigger : Trigger extends {
createFunction<Trigger extends TriggerOptions<keyof Events & string>, NameOrOpts extends string | FunctionOptions>(nameOrOpts: NameOrOpts, trigger: Trigger, fn: Handler<Events, Trigger extends string ? Trigger : Trigger extends {
event: string;

@@ -146,0 +146,0 @@ } ? Trigger["event"] : string, NameOrOpts extends FunctionOptions ? NameOrOpts : never>): InngestFunction<Events>;

{
"name": "inngest",
"version": "1.3.0",
"version": "1.3.1",
"description": "Official SDK for Inngest.com",

@@ -65,2 +65,3 @@ "main": "./index.js",

"devDependencies": {
"@changesets/cli": "^2.26.0",
"@inngest/eslint-plugin": "./rules",

@@ -67,0 +68,0 @@ "@microsoft/api-extractor": "^7.33.7",

@@ -1,2 +0,2 @@

export declare const version = "1.3.0";
export declare const version = "1.3.1";
//# sourceMappingURL=version.d.ts.map

@@ -5,3 +5,3 @@ "use strict";

// Generated by genversion.
exports.version = "1.3.0";
exports.version = "1.3.1";
//# sourceMappingURL=version.js.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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