Socket
Socket
Sign inDemoInstall

zx

Package Overview
Dependencies
Maintainers
2
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zx - npm Package Compare versions

Comparing version 7.2.0-dev.5bbb635 to 7.2.0-dev.85c9409

3

build/cli.js

@@ -22,3 +22,2 @@ #!/usr/bin/env node

import { $, chalk, fetch, ProcessOutput } from './index.js';
import { startRepl } from './repl.js';
import { randomId } from './util.js';

@@ -74,3 +73,3 @@ import { installDeps, parseDeps } from './deps.js';

if (argv.repl) {
startRepl();
(await import('./repl.js')).startRepl();
return;

@@ -77,0 +76,0 @@ }

{
"name": "zx",
"version": "7.2.0-dev.5bbb635",
"version": "7.2.0-dev.85c9409",
"description": "A tool for writing better scripts.",

@@ -5,0 +5,0 @@ "type": "module",

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