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 0.10.0-next.5 to 0.10.0-next.6

11

components/InngestFunction.js

@@ -278,2 +278,13 @@ "use strict";

}
/**
* If we're here, it means that the user's function has returned a value
* but not all ops have been resolved. This might be intentional if they
* are purposefully pushing work to the background, but also might be
* unintentional and a bug in the user's code where they expected an
* order to be maintained.
*
* To be safe, we'll show a warning here to tell users that this might
* be unintentional, but otherwise carry on as normal.
*/
console.warn(`Warning: Your "${this.name}" function has returned a value, but not all ops have been resolved, i.e. you have used step tooling without \`await\`. This may be intentional, but if you expect your ops to be resolved in order, you should \`await\` them. If you are knowingly leaving ops unresolved using \`.catch()\` or \`void\`, you can ignore this warning.`);
}

@@ -280,0 +291,0 @@ }

2

package.json
{
"name": "inngest",
"version": "0.10.0-next.5",
"version": "0.10.0-next.6",
"description": "Official SDK for Inngest.com",

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

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

export declare const version = "0.10.0-next.5";
export declare const version = "0.10.0-next.6";
//# sourceMappingURL=version.d.ts.map

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

// Generated by genversion.
exports.version = "0.10.0-next.5";
exports.version = "0.10.0-next.6";
//# 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 not supported yet

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

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