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.29.8 to 3.29.9

6

package.json
{
"name": "@mazui/cli",
"version": "3.29.8",
"version": "3.29.9",
"description": "CLI of Maz-ui",

@@ -31,3 +31,3 @@ "license": "MIT",

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

@@ -52,3 +52,3 @@ "dependencies": {

"commit": "cz",
"lint": "cross-env NODE_ENV=production eslint --ignore-path .gitignore --fix --ext .ts,.js src",
"lint": "cross-env NODE_ENV=production eslint --ignore-path .gitignore --fix --ext .ts,.js,.mjs,.mts,.cjs src",
"format": "prettier . --write",

@@ -55,0 +55,0 @@ "beautify": "pnpm format && pnpm lint",

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