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.21 to 0.0.22

4

lib/web/@misk/cli/commands/new.d.ts

@@ -1,3 +0,3 @@

export declare const command = "build";
export declare const desc = "run webpack production build";
export declare const command = "new";
export declare const desc = "create a new tan";
export declare function handler(): Promise<void>;

@@ -5,4 +5,4 @@ "use strict";

var utils_1 = require("../utils");
exports.command = "build";
exports.desc = "run webpack production build";
exports.command = "new";
exports.desc = "create a new tan";
function handler() {

@@ -9,0 +9,0 @@ return tslib_1.__awaiter(this, void 0, void 0, function () {

{
"name": "@misk/cli",
"version": "0.0.21",
"version": "0.0.22",
"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