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 0.8.2 to 0.8.3

cli.d.ts

11

package.json
{
"name": "inngest",
"version": "0.8.2",
"version": "0.8.3",
"description": "Official SDK for Inngest.com",

@@ -15,3 +15,4 @@ "main": "./index.js",

"bin": {
"inngest-init": "./init.js"
"inngest-init": "./init.js",
"inngest": "./cli.js"
},

@@ -23,3 +24,4 @@ "scripts": {

"build": "yarn run clean && tsc --project tsconfig.build.json",
"test": "node --expose-gc --max-old-space-size=4096 ./node_modules/.bin/jest --silent --logHeapUsage --maxWorkers=8 --coverage",
"test": "node --expose-gc --max-old-space-size=4096 ./node_modules/.bin/jest --silent --logHeapUsage --maxWorkers=8 --coverage --ci --verbose",
"test:examples": "node --expose-gc --max-old-space-size=4096 ./node_modules/.bin/jest --silent --logHeapUsage --maxWorkers=8 --testMatch \"**/examples/test/*.test.ts\" --ci --verbose",
"clean": "rm -rf ./dist",

@@ -88,3 +90,4 @@ "lint": "eslint .",

"ts-jest": "^27.1.4",
"typescript": "^4.8.3"
"typescript": "^4.8.3",
"ulid": "^2.3.0"
},

@@ -91,0 +94,0 @@ "volta": {

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

export declare const version = "0.8.2";
export declare const version = "0.8.3";
//# sourceMappingURL=version.d.ts.map

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

// Generated by genversion.
exports.version = "0.8.2";
exports.version = "0.8.3";
//# sourceMappingURL=version.js.map

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