🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@ismartify/cli

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ismartify/cli - npm Package Compare versions

Comparing version
1.0.17
to
1.0.18
+2
-2
package.json
{
"name": "@ismartify/cli",
"version": "1.0.17",
"version": "1.0.18",
"description": "iSmartify CLI 工具",

@@ -14,3 +14,3 @@ "type": "module",

"scripts": {
"dev": "cross-env NODE_ENV=development tsup --watch",
"dev": "cross-env NODE_ENV=development tsup --watch&&npm run start",
"build": "cross-env NODE_ENV=production tsup",

@@ -17,0 +17,0 @@ "start": "cross-env NODE_ENV=production node dist/index.js",