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

@zuplo/cli

Package Overview
Dependencies
Maintainers
3
Versions
326
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zuplo/cli - npm Package Compare versions

Comparing version 1.16.0 to 1.17.0

3

dist/test/invoke-test.js

@@ -17,6 +17,7 @@ import { execa } from "execa";

async function locateDeno(dir) {
const DENO_EXECUTABLE = process.platform === "win32" ? "deno.exe" : "deno";
if (dir === ".") {
return undefined;
}
const pathToDeno = resolve(dir, "node_modules", "deno-bin", "bin", "deno");
const pathToDeno = resolve(dir, "node_modules", "deno-bin", "bin", DENO_EXECUTABLE);
if (await existsSync(pathToDeno)) {

@@ -23,0 +24,0 @@ logger.debug(`Path to deno: ${pathToDeno}`);

{
"name": "@zuplo/cli",
"version": "1.16.0",
"version": "1.17.0",
"type": "module",

@@ -5,0 +5,0 @@ "repository": "https://github.com/zuplo/cli",

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