Socket
Socket
Sign inDemoInstall

@misk/cli

Package Overview
Dependencies
Maintainers
2
Versions
444
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@misk/cli - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

2

lib/web/@misk/cli/utils/index.js

@@ -37,3 +37,3 @@ "use strict";

try {
var result = child_process_1.execSync(cmd, { stdio: "pipe", encoding: "utf-8" });
var result = child_process_1.execSync(cmd, { stdio: "inherit", encoding: "utf-8" });
console.log(result);

@@ -40,0 +40,0 @@ }

{
"name": "@misk/cli",
"version": "0.0.18",
"version": "0.0.19",
"license": "SEE LICENSE IN https://github.com/square/misk-web",

@@ -5,0 +5,0 @@ "description": "Misk-Web CLI Build Tool",

Sorry, the diff of this file is not supported yet

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