New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@kdcloudjs/kd-visualize

Package Overview
Dependencies
Maintainers
14
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kdcloudjs/kd-visualize - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

6

clone.js

@@ -5,5 +5,5 @@ const { exec } = require('child_process')

function clone(projectName) {
const url ='git@github.com:kdcloudone/kdesign-pro.git'
const url ='git@github.com:kdcloudone/kd-visualize.git'
const spinner = ora('Initializing the KDesign App');
const spinner = ora('Initializing the KDesign visualize');
spinner.start();

@@ -17,3 +17,3 @@ spinner.color = 'green';

exec(`rm -rf ${projectName}/.git`)
spinner.succeed('KDesign App is ready!');
spinner.succeed('KDesign visualize is ready!');

@@ -20,0 +20,0 @@ console.log('\n')

@@ -10,4 +10,4 @@ #!/usr/bin/env node

program
.name('create-kdesign-app')
.description('CLI to create kdesign App')
.name('kd-visualize')
.description('CLI to create kdesign visualize')
.usage('<projectName> | [options]')

@@ -14,0 +14,0 @@ .version(pkg.version)

{
"name": "@kdcloudjs/kd-visualize",
"version": "1.1.8",
"version": "1.1.9",
"description": "可视化脚手架",

@@ -10,3 +10,3 @@ "title": "create-kdesign-visualize",

"cli",
"pro"
"visualize"
],

@@ -13,0 +13,0 @@ "homepage": "https://charts.kingdee.design/",

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