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
347
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.39.0 to 1.40.0

10

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

@@ -36,6 +36,2 @@ export function denoTestPrepPlugin(argv, options) {

// Load environment variables
import { load } from "https://deno.land/std@0.185.0/dotenv/mod.ts";
await load();
export class TestHelper {

@@ -50,6 +46,2 @@ static get TEST_URL() {

}
static get environment() {
return Deno.env.toObject();
}
}

@@ -64,3 +56,3 @@

it,
} from "https://deno.land/std@0.185.0/testing/bdd.ts";
} from "https://deno.land/std@0.151.0/testing/bdd.ts";

@@ -67,0 +59,0 @@ // We want to be able to disable test sanitizers by default to

2

dist/test/invoke-test.js

@@ -31,3 +31,3 @@ import { execa } from "execa";

if (denoExecutable) {
const args = ["test", "--allow-env", "--allow-net", "--no-check"];
const args = ["test", "--allow-net", "--no-check"];
if (argv.filter) {

@@ -34,0 +34,0 @@ args.push("--filter", argv.filter);

{
"name": "@zuplo/cli",
"version": "1.39.0",
"version": "1.40.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