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

create-qbi-app

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-qbi-app - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

3

bin/utils/config.js
const FRAMEWORK_ORIGIN = 'origin';
const FRAMEWORK_REACT = 'react';
const FRAMEWORK_VUE = 'vue';

@@ -7,2 +8,3 @@ const FRAMEWORK_BRANCH = {

[FRAMEWORK_REACT]: 'template/react',
[FRAMEWORK_VUE]: 'template/vue',
};

@@ -16,3 +18,4 @@

FRAMEWORK_BRANCH,
FRAMEWORK_VUE,
GIT,
};

2

package.json
{
"name": "create-qbi-app",
"version": "0.0.2",
"version": "0.0.3",
"description": "Command line tool for developing component for Quick BI",

@@ -5,0 +5,0 @@ "author": "Quick BI",

# create-qbi-app
Create Quick-BI custom components with no build configuration.
Quickly Create a Quick-BI custom component project.
## Quick start
## Quick Overview
3 ways for you to getting start:

@@ -30,2 +28,5 @@ ### npm

yarn start
```
```
## Next step
Please refer to the [documentation](https://www.yuque.com/u2227425/ia1pn8/xaia8g) on how to develop Quick-BI custom components.
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