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

inngest

Package Overview
Dependencies
Maintainers
2
Versions
561
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.4.8 to 0.4.9

6

cloudflare.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.register = void 0;
// Import Buffer to polyfill it before others
const buffer_1 = require("buffer");
if (typeof window !== "undefined") {
window.Buffer = buffer_1.Buffer;
}
// Regular imports
const zod_1 = require("zod");

@@ -5,0 +11,0 @@ const default_1 = require("./handlers/default");

5

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

@@ -49,4 +49,7 @@ "main": "./index.js",

"axios": "^0.27.2",
"buffer": "^6.0.3",
"cross-fetch": "^3.1.5",
"events": "^3.3.0",
"isomorphic-crypto": "^3.0.0",
"stream": "^0.0.2",
"zod": "^3.19.1"

@@ -53,0 +56,0 @@ },

2

version.d.ts

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

export declare const version = "0.4.8";
export declare const version = "0.4.9";
//# sourceMappingURL=version.d.ts.map

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

// Generated by genversion.
exports.version = "0.4.8";
exports.version = "0.4.9";
//# sourceMappingURL=version.js.map

Sorry, the diff of this file is not supported yet

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