Socket
Socket
Sign inDemoInstall

generator-vue-ts

Package Overview
Dependencies
178
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

generators/app/templates/_gitignore

3

generators/app/index.js

@@ -75,6 +75,7 @@ 'use strict';

[
'.editorconfig', '.gitignore', '.postcssrc.js', 'tsconfig.json', 'tslint.json'
'.editorconfig', '.postcssrc.js', 'tsconfig.json', 'tslint.json'
].forEach(
file => this.fs.copy(this.templatePath(file), this.destinationPath(file))
);
this.fs.copy(this.templatePath('_gitignore'), this.destinationPath('.gitignore'));
}

@@ -81,0 +82,0 @@

{
"name": "generator-vue-ts",
"version": "0.0.2",
"version": "0.0.3",
"description": "A Yeoman generator of Vue starter with typescript.",

@@ -5,0 +5,0 @@ "homepage": "",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc