Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.26 to 0.0.27

13

lib/web/@misk/cli/commands/build.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var commands_1 = require("../commands");
var utils_1 = require("../utils");

@@ -11,11 +10,5 @@ exports.command = "build";

return tslib_1.__generator(this, function (_a) {
switch (_a.label) {
case 0:
console.log("[BUILD]");
return [4 /*yield*/, commands_1.prebuild()];
case 1:
_a.sent();
utils_1.runCmd("sh -c 'npm run-script build'");
return [2 /*return*/];
}
console.log("[BUILD]");
utils_1.runCmd("sh -c 'npm run-script build'");
return [2 /*return*/];
});

@@ -22,0 +15,0 @@ });

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var commands_1 = require("../commands");
var utils_1 = require("../utils");

@@ -11,11 +10,5 @@ exports.command = "ci-build";

return tslib_1.__generator(this, function (_a) {
switch (_a.label) {
case 0:
console.log("[CI-BUILD]");
return [4 /*yield*/, commands_1.prebuild()];
case 1:
_a.sent();
utils_1.runCmd("sh -c 'npm run-script ci-build'");
return [2 /*return*/];
}
console.log("[CI-BUILD]");
utils_1.runCmd("sh -c 'npm run-script ci-build'");
return [2 /*return*/];
});

@@ -22,0 +15,0 @@ });

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var commands_1 = require("../commands");
var utils_1 = require("../utils");

@@ -11,11 +10,5 @@ exports.command = "clean";

return tslib_1.__generator(this, function (_a) {
switch (_a.label) {
case 0:
console.log("[CLEAN]");
return [4 /*yield*/, commands_1.prebuild()];
case 1:
_a.sent();
utils_1.runCmd("sh -c 'npm run-script clean'");
return [2 /*return*/];
}
console.log("[CLEAN]");
utils_1.runCmd("sh -c 'npm run-script clean'");
return [2 /*return*/];
});

@@ -22,0 +15,0 @@ });

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var commands_1 = require("../commands");
var utils_1 = require("../utils");

@@ -11,11 +10,5 @@ exports.command = "lint";

return tslib_1.__generator(this, function (_a) {
switch (_a.label) {
case 0:
console.log("[LINT]");
return [4 /*yield*/, commands_1.prebuild()];
case 1:
_a.sent();
utils_1.runCmd("sh -c 'npm run-script lint'");
return [2 /*return*/];
}
console.log("[LINT]");
utils_1.runCmd("sh -c 'npm run-script lint'");
return [2 /*return*/];
});

@@ -22,0 +15,0 @@ });

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var commands_1 = require("../commands");
var utils_1 = require("../utils");

@@ -11,11 +10,5 @@ exports.command = "start";

return tslib_1.__generator(this, function (_a) {
switch (_a.label) {
case 0:
console.log("[START]");
return [4 /*yield*/, commands_1.prebuild()];
case 1:
_a.sent();
utils_1.runCmd("sh -c 'npm run-script start'");
return [2 /*return*/];
}
console.log("[START]");
utils_1.runCmd("sh -c 'npm run-script start'");
return [2 /*return*/];
});

@@ -22,0 +15,0 @@ });

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var commands_1 = require("../commands");
var utils_1 = require("../utils");

@@ -11,11 +10,5 @@ exports.command = "zip";

return tslib_1.__generator(this, function (_a) {
switch (_a.label) {
case 0:
console.log("[ZIP]");
return [4 /*yield*/, commands_1.prebuild()];
case 1:
_a.sent();
utils_1.runCmd("sh -c 'npm run-script zip'");
return [2 /*return*/];
}
console.log("[ZIP]");
utils_1.runCmd("sh -c 'npm run-script zip'");
return [2 /*return*/];
});

@@ -22,0 +15,0 @@ });

export declare enum MiskVersion {
"latest" = "0.1.1",
"alpha" = "0.1.2-alpha-0.1",
"alpha" = "0.1.2-alpha-0.2",
"v012alpha02" = "0.1.2-alpha-0.2",
"v012alpha01" = "0.1.2-alpha-0.1",

@@ -5,0 +6,0 @@ "v011" = "0.1.1",

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w;
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x;
var MiskVersion;
(function (MiskVersion) {
MiskVersion["latest"] = "0.1.1";
MiskVersion["alpha"] = "0.1.2-alpha-0.1";
MiskVersion["alpha"] = "0.1.2-alpha-0.2";
MiskVersion["v012alpha02"] = "0.1.2-alpha-0.2";
MiskVersion["v012alpha01"] = "0.1.2-alpha-0.1";

@@ -44,6 +45,6 @@ MiskVersion["v011"] = "0.1.1";

_b[MiskPkg.tslint] = "0.1.1",
_b.date = "2018-12-7 ",
_b.notes = "Use CLI in Docker misk-web script.",
_b.date = "2019-01-07",
_b.notes = "Change Docker base image to use 10-alpine for Microsoft Rush support",
_b),
_a[MiskVersion.v011] = (_c = {},
_a[MiskVersion.v012alpha01] = (_c = {},
_c[MiskPkg.cli] = "0.0.24",

@@ -55,15 +56,15 @@ _c[MiskPkg.common] = "0.1.1",

_c.date = "2018-12-7 ",
_c.notes = "Stable release before CLI adoption.",
_c.notes = "Use CLI in Docker misk-web script.",
_c),
_a[MiskVersion.v011alpha06] = (_d = {},
_d[MiskPkg.cli] = "0.0.3",
_d[MiskPkg.common] = "0.1.1-alpha-0.3",
_d[MiskPkg.core] = "0.1.1-alpha-0.17",
_d[MiskPkg.dev] = "0.1.1-alpha-0.4",
_d[MiskPkg.tslint] = "0.1.1-alpha-0.1",
_d.date = "2018-12-6 ",
_d.notes = "Initial CLI work.",
_a[MiskVersion.v011] = (_d = {},
_d[MiskPkg.cli] = "0.0.24",
_d[MiskPkg.common] = "0.1.1",
_d[MiskPkg.core] = "0.1.1",
_d[MiskPkg.dev] = "0.1.1",
_d[MiskPkg.tslint] = "0.1.1",
_d.date = "2018-12-7 ",
_d.notes = "Stable release before CLI adoption.",
_d),
_a[MiskVersion.v011alpha05] = (_e = {},
_e[MiskPkg.cli] = " ",
_a[MiskVersion.v011alpha06] = (_e = {},
_e[MiskPkg.cli] = "0.0.3",
_e[MiskPkg.common] = "0.1.1-alpha-0.3",

@@ -74,86 +75,86 @@ _e[MiskPkg.core] = "0.1.1-alpha-0.17",

_e.date = "2018-12-6 ",
_e.notes = "Revert changes in 0.1.1-alpha-0.4. Remove `noUnusedParameters` from tsconfig base in `@misk/dev`",
_e.notes = "Initial CLI work.",
_e),
_a[MiskVersion.v011alpha04] = (_f = {},
_a[MiskVersion.v011alpha05] = (_f = {},
_f[MiskPkg.cli] = " ",
_f[MiskPkg.common] = "0.1.1-alpha-0.3",
_f[MiskPkg.core] = "0.1.1-alpha-0.14",
_f[MiskPkg.dev] = "0.1.1-alpha-0.3",
_f[MiskPkg.core] = "0.1.1-alpha-0.17",
_f[MiskPkg.dev] = "0.1.1-alpha-0.4",
_f[MiskPkg.tslint] = "0.1.1-alpha-0.1",
_f.date = "2018-12-5 ",
_f.notes = "[DEPRECATED]",
_f.date = "2018-12-6 ",
_f.notes = "Revert changes in 0.1.1-alpha-0.4. Remove `noUnusedParameters` from tsconfig base in `@misk/dev`",
_f),
_a[MiskVersion.v011alpha03] = (_g = {},
_a[MiskVersion.v011alpha04] = (_g = {},
_g[MiskPkg.cli] = " ",
_g[MiskPkg.common] = "0.1.1-alpha-0.3",
_g[MiskPkg.core] = "0.1.1-alpha-0.9",
_g[MiskPkg.core] = "0.1.1-alpha-0.14",
_g[MiskPkg.dev] = "0.1.1-alpha-0.3",
_g[MiskPkg.tslint] = "0.1.1-alpha-0.1",
_g.date = "2018-12-4 ",
_g.notes = "SimpleNetwork Ducks with S",
_g.date = "2018-12-5 ",
_g.notes = "[DEPRECATED]",
_g),
_a[MiskVersion.v011alpha01] = (_h = {},
_a[MiskVersion.v011alpha03] = (_h = {},
_h[MiskPkg.cli] = " ",
_h[MiskPkg.common] = "0.1.1-alpha-0.1",
_h[MiskPkg.core] = "0.1.1-alpha-0.1",
_h[MiskPkg.dev] = "0.1.1-alpha-0.2",
_h[MiskPkg.common] = "0.1.1-alpha-0.3",
_h[MiskPkg.core] = "0.1.1-alpha-0.9",
_h[MiskPkg.dev] = "0.1.1-alpha-0.3",
_h[MiskPkg.tslint] = "0.1.1-alpha-0.1",
_h.date = "2018-11-30 ",
_h.notes = "Rename @misk/core to @misk/core.",
_h.date = "2018-12-4 ",
_h.notes = "SimpleNetwork Ducks with S",
_h),
_a[MiskVersion.v010] = (_j = {},
_a[MiskVersion.v011alpha01] = (_j = {},
_j[MiskPkg.cli] = " ",
_j[MiskPkg.common] = "0.1.0",
_j[MiskPkg.core] = "0.1.0",
_j[MiskPkg.dev] = "0.1.0",
_j[MiskPkg.tslint] = "0.1.0",
_j[MiskPkg.common] = "0.1.1-alpha-0.1",
_j[MiskPkg.core] = "0.1.1-alpha-0.1",
_j[MiskPkg.dev] = "0.1.1-alpha-0.2",
_j[MiskPkg.tslint] = "0.1.1-alpha-0.1",
_j.date = "2018-11-30 ",
_j.notes = "Stable Release 0.1.0. Migrate from awesome-typescript-loader to ts-loader. Rename @misk/core to @misk/core.",
_j.notes = "Rename @misk/core to @misk/core.",
_j),
_a[MiskVersion.v0012] = (_k = {},
_a[MiskVersion.v010] = (_k = {},
_k[MiskPkg.cli] = " ",
_k[MiskPkg.common] = "0.1.0-alpha-0.6",
_k[MiskPkg.core] = "0.1.0-alpha-0.16",
_k[MiskPkg.dev] = "0.1.0-alpha-0.3",
_k[MiskPkg.tslint] = "0.1.0-alpha-0.1",
_k.date = "2018-11-29 ",
_k.notes = "Added `reselect` l",
_k[MiskPkg.common] = "0.1.0",
_k[MiskPkg.core] = "0.1.0",
_k[MiskPkg.dev] = "0.1.0",
_k[MiskPkg.tslint] = "0.1.0",
_k.date = "2018-11-30 ",
_k.notes = "Stable Release 0.1.0. Migrate from awesome-typescript-loader to ts-loader. Rename @misk/core to @misk/core.",
_k),
_a[MiskVersion.v0011] = (_l = {},
_a[MiskVersion.v0012] = (_l = {},
_l[MiskPkg.cli] = " ",
_l[MiskPkg.common] = "0.1.0-alpha-0.5",
_l[MiskPkg.common] = "0.1.0-alpha-0.6",
_l[MiskPkg.core] = "0.1.0-alpha-0.16",
_l[MiskPkg.dev] = "0.1.0-alpha-0.2",
_l[MiskPkg.dev] = "0.1.0-alpha-0.3",
_l[MiskPkg.tslint] = "0.1.0-alpha-0.1",
_l.date = "2018-11-28 ",
_l.notes = "[DEPRECATED] Added `reselect` library.",
_l.date = "2018-11-29 ",
_l.notes = "Added `reselect` l",
_l),
_a[MiskVersion.v0010] = (_m = {},
_a[MiskVersion.v0011] = (_m = {},
_m[MiskPkg.cli] = " ",
_m[MiskPkg.common] = "0.1.0-alpha-0.3",
_m[MiskPkg.core] = "0.1.0-alpha-0.15",
_m[MiskPkg.dev] = "0.1.0-alpha-0.1",
_m[MiskPkg.common] = "0.1.0-alpha-0.5",
_m[MiskPkg.core] = "0.1.0-alpha-0.16",
_m[MiskPkg.dev] = "0.1.0-alpha-0.2",
_m[MiskPkg.tslint] = "0.1.0-alpha-0.1",
_m.date = "2018-11-27 ",
_m.notes = "Robust ErrorCalloutComponent, async network r",
_m.date = "2018-11-28 ",
_m.notes = "[DEPRECATED] Added `reselect` library.",
_m),
_a[MiskVersion.v0009] = (_o = {},
_a[MiskVersion.v0010] = (_o = {},
_o[MiskPkg.cli] = " ",
_o[MiskPkg.common] = "0.1.0-alpha-0.3",
_o[MiskPkg.core] = "0.1.0-alpha-0.7",
_o[MiskPkg.core] = "0.1.0-alpha-0.15",
_o[MiskPkg.dev] = "0.1.0-alpha-0.1",
_o[MiskPkg.tslint] = "0.1.0-alpha-0.1",
_o.date = "2018-11-26 ",
_o.notes = "Fixed refreshNodeModules command.",
_o.date = "2018-11-27 ",
_o.notes = "Robust ErrorCalloutComponent, async network r",
_o),
_a[MiskVersion.v0008] = (_p = {},
_a[MiskVersion.v0009] = (_p = {},
_p[MiskPkg.cli] = " ",
_p[MiskPkg.common] = "0.0.70",
_p[MiskPkg.core] = "0.0.90",
_p[MiskPkg.dev] = "0.0.69",
_p[MiskPkg.tslint] = "0.0.10",
_p.date = "2018-11-20 ",
_p.notes = "0.0.5 misk-web runtime. Large changes to Topbar Component, color Enum added with standard colors.",
_p[MiskPkg.common] = "0.1.0-alpha-0.3",
_p[MiskPkg.core] = "0.1.0-alpha-0.7",
_p[MiskPkg.dev] = "0.1.0-alpha-0.1",
_p[MiskPkg.tslint] = "0.1.0-alpha-0.1",
_p.date = "2018-11-26 ",
_p.notes = "Fixed refreshNodeModules command.",
_p),
_a[MiskVersion.v0007] = (_q = {},
_a[MiskVersion.v0008] = (_q = {},
_q[MiskPkg.cli] = " ",

@@ -164,6 +165,6 @@ _q[MiskPkg.common] = "0.0.70",

_q[MiskPkg.tslint] = "0.0.10",
_q.date = "2018-11-19 ",
_q.notes = "[DEPRECATED] Large changes to Topbar Component, color Enum added with standard colors.",
_q.date = "2018-11-20 ",
_q.notes = "0.0.5 misk-web runtime. Large changes to Topbar Component, color Enum added with standard colors.",
_q),
_a[MiskVersion.v0006] = (_r = {},
_a[MiskVersion.v0007] = (_r = {},
_r[MiskPkg.cli] = " ",

@@ -174,51 +175,60 @@ _r[MiskPkg.common] = "0.0.70",

_r[MiskPkg.tslint] = "0.0.10",
_r.date = "2018-11-16 ",
_r.date = "2018-11-19 ",
_r.notes = "[DEPRECATED] Large changes to Topbar Component, color Enum added with standard colors.",
_r),
_a[MiskVersion.v0005] = (_s = {},
_a[MiskVersion.v0006] = (_s = {},
_s[MiskPkg.cli] = " ",
_s[MiskPkg.common] = "0.0.61",
_s[MiskPkg.core] = "0.0.79",
_s[MiskPkg.dev] = "0.0.64",
_s[MiskPkg.common] = "0.0.70",
_s[MiskPkg.core] = "0.0.90",
_s[MiskPkg.dev] = "0.0.69",
_s[MiskPkg.tslint] = "0.0.10",
_s.date = "2018-11-07 ",
_s.notes = "Includes CSS to support all `@blueprintjs` packages.",
_s.date = "2018-11-16 ",
_s.notes = "[DEPRECATED] Large changes to Topbar Component, color Enum added with standard colors.",
_s),
_a[MiskVersion.v0004] = (_t = {},
_a[MiskVersion.v0005] = (_t = {},
_t[MiskPkg.cli] = " ",
_t[MiskPkg.common] = "0.0.60",
_t[MiskPkg.core] = "0.0.76",
_t[MiskPkg.dev] = "0.0.61",
_t[MiskPkg.common] = "0.0.61",
_t[MiskPkg.core] = "0.0.79",
_t[MiskPkg.dev] = "0.0.64",
_t[MiskPkg.tslint] = "0.0.10",
_t.date = "2018-11-06 ",
_t.notes = "Includes all `@blueprintjs` packages.",
_t.date = "2018-11-07 ",
_t.notes = "Includes CSS to support all `@blueprintjs` packages.",
_t),
_a[MiskVersion.v0003] = (_u = {},
_a[MiskVersion.v0004] = (_u = {},
_u[MiskPkg.cli] = " ",
_u[MiskPkg.common] = "0.0.59",
_u[MiskPkg.common] = "0.0.60",
_u[MiskPkg.core] = "0.0.76",
_u[MiskPkg.dev] = "0.0.60",
_u[MiskPkg.dev] = "0.0.61",
_u[MiskPkg.tslint] = "0.0.10",
_u.date = "2018-11-05 ",
_u.notes = "Assumes `node_modules` installed centrally in `web/node_modules`. This will involve updating `tsconfig.json` in each tab.",
_u.date = "2018-11-06 ",
_u.notes = "Includes all `@blueprintjs` packages.",
_u),
_a[MiskVersion.v0002] = (_v = {},
_a[MiskVersion.v0003] = (_v = {},
_v[MiskPkg.cli] = " ",
_v[MiskPkg.common] = "0.0.55",
_v[MiskPkg.core] = "0.0.71",
_v[MiskPkg.dev] = "0.0.57",
_v[MiskPkg.tslint] = "0.0.8",
_v.date = "2018-11-02 ",
_v.notes = "",
_v[MiskPkg.common] = "0.0.59",
_v[MiskPkg.core] = "0.0.76",
_v[MiskPkg.dev] = "0.0.60",
_v[MiskPkg.tslint] = "0.0.10",
_v.date = "2018-11-05 ",
_v.notes = "Assumes `node_modules` installed centrally in `web/node_modules`. This will involve updating `tsconfig.json` in each tab.",
_v),
_a[MiskVersion.v0001] = (_w = {},
_a[MiskVersion.v0002] = (_w = {},
_w[MiskPkg.cli] = " ",
_w[MiskPkg.common] = "0.0.52",
_w[MiskPkg.core] = "0.0.68",
_w[MiskPkg.dev] = "0.0.46",
_w[MiskPkg.tslint] = "0.0.7",
_w.date = "2018-10-26 ",
_w[MiskPkg.common] = "0.0.55",
_w[MiskPkg.core] = "0.0.71",
_w[MiskPkg.dev] = "0.0.57",
_w[MiskPkg.tslint] = "0.0.8",
_w.date = "2018-11-02 ",
_w.notes = "",
_w),
_a[MiskVersion.v0001] = (_x = {},
_x[MiskPkg.cli] = " ",
_x[MiskPkg.common] = "0.0.52",
_x[MiskPkg.core] = "0.0.68",
_x[MiskPkg.dev] = "0.0.46",
_x[MiskPkg.tslint] = "0.0.7",
_x.date = "2018-10-26 ",
_x.notes = "",
_x),
_a);
//# sourceMappingURL=changelog.js.map
{
"name": "@misk/cli",
"version": "0.0.26",
"version": "0.0.27",
"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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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