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

inngest

Package Overview
Dependencies
Maintainers
2
Versions
563
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.5.1 to 1.5.2

6

CHANGELOG.md
# inngest
## 1.5.2
### Patch Changes
- 2d6e0b5: Fix infinite type instantiation using a looping type in serve handlers (thanks for the report, @grempe)
## 1.5.1

@@ -4,0 +10,0 @@

8

components/InngestCommHandler.d.ts

@@ -37,7 +37,7 @@ import { ServerTiming } from "../helpers/ServerTiming";

*/
nameOrInngest: string | Inngest,
nameOrInngest: string | Inngest<any>,
/**
* An array of the functions to serve and register with Inngest.
*/
functions: InngestFunction[],
functions: InngestFunction<any, any, any>[],
/**

@@ -199,7 +199,7 @@ * A set of options to further configure the registration of Inngest

*/
appNameOrInngest: string | Inngest,
appNameOrInngest: string | Inngest<any>,
/**
* An array of the functions to serve and register with Inngest.
*/
functions: InngestFunction[], { inngestRegisterUrl, fetch, landingPage, logLevel, signingKey, serveHost, servePath, }: RegisterOptions | undefined,
functions: InngestFunction<any, any, any>[], { inngestRegisterUrl, fetch, landingPage, logLevel, signingKey, serveHost, servePath, }: RegisterOptions | undefined,
/**

@@ -206,0 +206,0 @@ * The `handler` is the function your framework requires to handle a

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

*/
// eslint-disable-next-line @typescript-eslint/no-explicit-any
appNameOrInngest,

@@ -87,2 +88,3 @@ /**

*/
// eslint-disable-next-line @typescript-eslint/no-explicit-any
functions, { inngestRegisterUrl, fetch, landingPage, logLevel = "info", signingKey, serveHost, servePath, } = {},

@@ -89,0 +91,0 @@ /**

{
"name": "inngest",
"version": "1.5.1",
"version": "1.5.2",
"description": "Official SDK for Inngest.com",

@@ -5,0 +5,0 @@ "main": "./index.js",

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

export declare const version = "1.5.1";
export declare const version = "1.5.2";
//# sourceMappingURL=version.d.ts.map

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

// Generated by genversion.
exports.version = "1.5.1";
exports.version = "1.5.2";
//# 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