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

@mazui/cli

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mazui/cli - npm Package Compare versions

Comparing version 3.43.4 to 3.44.0

24

dist/cli.d.ts

@@ -31,14 +31,14 @@ interface MazUiConfig {

interface OutputColorVariant {
50: string;
100: string;
200: string;
300: string;
400: string;
base: string;
600: string;
700: string;
800: string;
900: string;
contrast: string;
alpha: string;
'50': string;
'100': string;
'200': string;
'300': string;
'400': string;
'base': string;
'600': string;
'700': string;
'800': string;
'900': string;
'contrast': string;
'alpha': string;
'alpha-20': string;

@@ -45,0 +45,0 @@ 'alpha-10': string;

{
"name": "@mazui/cli",
"version": "3.43.4",
"type": "module",
"version": "3.44.0",
"description": "CLI of Maz-ui",
"license": "MIT",
"type": "module",
"types": "./dist/cli.d.ts",
"homepage": "https://maz-ui.com/guide/cli",
"repository": {
"type": "git",
"url": "git+https://github.com/LouisMazel/maz-ui.git"
},
"bugs": {
"url": "https://github.com/LouisMazel/maz-ui/issues"
},
"exports": {

@@ -13,2 +20,3 @@ ".": "./dist/cli.mjs",

},
"types": "./dist/cli.d.ts",
"bin": {

@@ -18,10 +26,2 @@ "maz": "./bin/maz.mjs",

},
"repository": {
"type": "git",
"url": "git+https://github.com/LouisMazel/maz-ui.git"
},
"bugs": {
"url": "https://github.com/LouisMazel/maz-ui/issues"
},
"homepage": "https://maz-ui.com/guide/cli",
"files": [

@@ -31,6 +31,2 @@ "bin",

],
"lint-staged": {
"*": "prettier -w -u",
"*.{js,ts,mjs,mts,cjs}": "cross-env NODE_ENV=production eslint --fix"
},
"dependencies": {

@@ -40,3 +36,3 @@ "@clack/prompts": "^0.7.0",

"colorette": "^2.0.20",
"commander": "^12.0.0",
"commander": "^12.1.0",
"cosmiconfig": "^9.0.0",

@@ -52,8 +48,9 @@ "figlet": "^1.7.0",

},
"lint-staged": {
"*.{js,ts,mjs,mts,cjs}": "cross-env NODE_ENV=production eslint --fix"
},
"scripts": {
"pre-commit": "lint-staged",
"commit": "cz",
"lint": "cross-env NODE_ENV=production eslint --ignore-path .gitignore --fix --ext .ts,.js,.mjs,.mts,.cjs src",
"format": "prettier . --write",
"beautify": "pnpm format && pnpm lint",
"lint": "cross-env NODE_ENV=production eslint --fix src",
"typecheck": "tsc --noEmit",

@@ -60,0 +57,0 @@ "build": "unbuild",

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