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
448
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.66.0 to 1.67.0

9

dist/cli.js
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="a3130374-8b31-5e03-a50a-d2b87bc6e6f3")}catch(e){}}();
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="5c52635e-d321-5a9c-8f94-d26b5d1b38fd")}catch(e){}}();
import * as dotenv from "dotenv";

@@ -23,3 +23,3 @@ dotenv.config();

import variable from "./cmds/variable/index.js";
import { MAX_WAIT_PENDING_TIME_MS, SENTRY_DSN } from "./common/constants.js";
import { SENTRY_DSN } from "./common/constants.js";
import { logger } from "./common/logger.js";

@@ -59,5 +59,2 @@ import { printCriticalFailureToConsoleAndExit } from "./common/output.js";

.help().argv;
Sentry.close(MAX_WAIT_PENDING_TIME_MS).then(() => {
process.exit(0);
});
}

@@ -70,2 +67,2 @@ else {

//# sourceMappingURL=cli.js.map
//# debugId=a3130374-8b31-5e03-a50a-d2b87bc6e6f3
//# debugId=5c52635e-d321-5a9c-8f94-d26b5d1b38fd
{
"name": "@zuplo/cli",
"version": "1.66.0",
"version": "1.67.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