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

generator-vue-starter

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-vue-starter - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

generators/app/templates/_.babelrc

4

generators/app/index.js

@@ -37,7 +37,7 @@ var Generator = require('yeoman-generator');

this.fs.copyTpl(
this.templatePath('.babelrc'),
this.templatePath('_.babelrc'),
this.destinationPath('.babelrc')
);
this.fs.copyTpl(
this.templatePath('.gitignore'),
this.templatePath('_.gitignore'),
this.destinationPath('.gitignore')

@@ -44,0 +44,0 @@ );

{
"name": "generator-vue-starter",
"version": "0.1.3",
"version": "0.1.4",
"description": "This is a generator for vue+webpack. You can choose to start with a base structure of a quick-start structure",

@@ -5,0 +5,0 @@ "files": [

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