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

@hokid/generator-vuetut

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hokid/generator-vuetut - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

12

generators/app/index.js

@@ -102,3 +102,3 @@ const Generator = require('yeoman-generator');

if (this.lodash) {
this.dependencies.push('lodash');
this.dependencies.push('lodash', '@types/lodash');
}

@@ -114,3 +114,7 @@

compilerOptions: {
module: "esnext"
module: "esnext",
lib: [
"dom",
"es2017"
],
}

@@ -165,3 +169,3 @@ }

this.destinationPath('src/views/About.vue'),
this.destinationPath('src/components/**/*')
this.destinationPath('src/components/')
]

@@ -257,3 +261,3 @@ )

this.templatePath(this.language + '/.env.local'),
this.templatePath(this.language + '/.webpack.config.webstorm'),
this.templatePath(this.language + '/.webpack.config.webstorm.js'),
this.templatePath(this.language + '/vue.config.js'),

@@ -260,0 +264,0 @@ ],

{
"name": "@hokid/generator-vuetut",
"version": "0.0.1",
"version": "0.0.2",
"description": "Yoman generator. Setup another configuration based on vue template.",

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