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

yu-init

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yu-init - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

ectype/config.js

7

index.js

@@ -8,8 +8,9 @@ #!/usr/bin/env node

program.version('1.0.2');
program.version('1.0.3');
program
.arguments('<dir>')
.option('-w --webpack','创建项目')
.option('-k --koa','创建项目')
.option('-w --webpack','创建webpack项目')
.option('-k --koa','创建koa项目')
.action(callback);
program.parse(process.argv);

@@ -16,0 +17,0 @@

{
"name": "yu-init",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "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