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.14.0 to 1.15.0

11

dist/test/esbuild-plugins/deno-test-prep-plugin.js

@@ -36,4 +36,11 @@ export function denoTestPrepPlugin(argv, options) {

export const TestHelper = {
TEST_URL: "${argv.endpoint ?? undefined}"
export class TestHelper {
static get TEST_URL() {
const url = "${argv.endpoint}";
if (url !== "undefined") {
return url;
}
throw new Error("TEST_URL is not set. Pass --endpoint <URL> to \`zuplo test\` on the CLI to set a value.");
}
}

@@ -40,0 +47,0 @@

2

package.json
{
"name": "@zuplo/cli",
"version": "1.14.0",
"version": "1.15.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