Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@blucass/create-project

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blucass/create-project - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

5

dist/index.js

@@ -71,2 +71,7 @@ #!/usr/bin/env node

{
title: 'Vue3 (vite)',
value: 'vue-vite',
description: '基于 vite 构建, PC 和移动端双页面入口'
},
{
title: 'Vanilla(vite)',

@@ -73,0 +78,0 @@ value: 'vanilla-vite',

4

dist/repos/index.d.ts

@@ -18,2 +18,6 @@ export declare const Boilerplate_Repos: {

};
'vue-vite': {
url: string;
branch: string;
};
};

@@ -21,3 +21,7 @@ "use strict";

branch: 'vanilla-vite'
},
'vue-vite': {
url: repo,
branch: 'vue-vite'
}
};

2

package.json
{
"name": "@blucass/create-project",
"version": "0.6.0",
"version": "0.7.0",
"description": "Create start project boilerplate",

@@ -5,0 +5,0 @@ "bin": "dist/index.js",

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