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

create-nocobase-app

Package Overview
Dependencies
Maintainers
1
Versions
529
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-nocobase-app - npm Package Compare versions

Comparing version 0.5.0-alpha.38 to 0.7.0-alpha.0

src/create-app.js

2

bin/create-nocobase-app.js
#!/usr/bin/env node
require('../lib/cli');
require('../src/create-nocobase-app');
{
"name": "create-nocobase-app",
"version": "0.5.0-alpha.38",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"bin",
"templates"
"version": "0.7.0-alpha.0",
"main": "src/index.js",
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/create-nocobase-app"
},
"license": "MIT",
"dependencies": {
"@nocobase/utils": "^0.5.0-alpha.38",
"@umijs/utils": "3.5.17",
"axios": "^0.26.1",
"chalk": "^4.1.1",
"commander": "^8.2.0",
"execa": "^5.1.1",
"ora": "^5.4.1"
"execa": "5",
"fs-extra": "^10.0.1",
"ora": "^5.4.1",
"tar": "^6.1.11"
},
"bin": {
"create-nocobase-app": "bin/create-nocobase-app.js"
"bin": "./bin/create-nocobase-app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/core/create-nocobase-app"
},
"gitHead": "ac34f5b49e78963b9d8f03159f02cf15b450c0b5"
"gitHead": "82167c6c4781195ae536cbc35c3c0006f655e044"
}

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