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

inngest-cli

Package Overview
Dependencies
Maintainers
3
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inngest-cli - npm Package Compare versions

Comparing version 0.17.1 to 0.18.0

2

package.json
{
"name": "inngest-cli",
"version": "0.17.1",
"version": "0.18.0",
"description": "The event-driven queue for any language.",

@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.md",

@@ -45,7 +45,2 @@ #!/usr/bin/env node

debug("npm_package_version:", version);
if (platform.platform === "windows") {
debug("Windows detected; pinning to v0.14.6");
console.warn("Windows detected; pinning to last known working version 0.14.6");
version = "0.14.6";
}
if (!version) {

@@ -75,6 +70,2 @@ throw new Error("Could not find package version to install binary");

}
if (platform.platform === "windows" && arch === "amd64") {
debug("Old Windows x64 build; using 'x86_64' to access binary");
return { arch: "x86_64", platform };
}
return { arch, platform };

@@ -81,0 +72,0 @@ }

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