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.10 to 0.0.11

1

lib/web/@misk/cli/utils/templates/package.d.ts
export declare const createPackage: (slug: string, pkg: any) => {
generated: string;
prettier: {

@@ -3,0 +4,0 @@ arrowParens: string;

2

lib/web/@misk/cli/utils/templates/package.js

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

}); };
exports.createPackage = function (slug, pkg) { return (tslib_1.__assign({ name: "misk-web-tab-" + slug, version: pkg.version }, header, scripts(slug), dependencies(pkg), devDependencies(pkg), templates_1.prettier)); };
exports.createPackage = function (slug, pkg) { return (tslib_1.__assign({ name: "misk-web-tab-" + slug, version: pkg.version }, header, scripts(slug), dependencies(pkg), devDependencies(pkg), templates_1.prettier, { generated: templates_1.generatedByCLI })); };
//# sourceMappingURL=package.js.map
{
"name": "@misk/cli",
"version": "0.0.10",
"version": "0.0.11",
"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