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

@cnamts/vue-cli-plugin-vue-dash

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cnamts/vue-cli-plugin-vue-dash - npm Package Compare versions

Comparing version 2.0.0-beta.12 to 2.0.0

generator/template/pipeline/front-dev.jenkinsfile

20

generator/functions/extendPackage.js

@@ -43,3 +43,3 @@ const { devDependencies } = require('../../package.json');

'axios': '^0.21.1',
'core-js': '^3.16.0',
'core-js': '^3.16.4',
'custom-event-polyfill': '^1.0.7',

@@ -56,8 +56,8 @@ 'dayjs': '^1.10.6',

devDependencies: {
'@babel/core': '^7.14.8',
'@babel/core': '^7.15.0',
'@mdi/js': '^5.9.55',
'@types/jest': '^26.0.24',
'@types/webfontloader': '^1.6.33',
'@typescript-eslint/eslint-plugin': '^4.28.5',
'@typescript-eslint/parser': '^4.28.5',
'@typescript-eslint/eslint-plugin': '^4.29.3',
'@typescript-eslint/parser': '^4.29.3',
'@vue/cli-plugin-babel': '~4.5.13',

@@ -74,14 +74,14 @@ '@vue/cli-plugin-eslint': '~4.5.13',

'eslint': '^7.32.0',
'eslint-plugin-import': '^2.23.4',
'eslint-plugin-import': '^2.24.2',
'eslint-plugin-node': '^11.1.0',
'eslint-plugin-promise': '^5.1.0',
'eslint-plugin-vue': '^7.15.0',
'eslint-plugin-vue': '^7.17.0',
'jest-serializer-vue': '^2.0.2',
'sass': '1.32.13', // @see https://github.com/vuetifyjs/vuetify/issues/13694
'sass-loader': '^10.2.0',
'typescript': '~4.3.5',
'typescript': '~4.4.2',
'vue-class-component': '^7.2.6',
'vue-cli-plugin-vuetify': '^2.4.1',
'vue-cli-plugin-vuetify': '^2.4.2',
'vue-template-compiler': '^2.6.14',
'vuetify-loader': '^1.7.2',
'vuetify-loader': '^1.7.3',
'webfontloader': '^1.6.28',

@@ -119,3 +119,3 @@ 'webpack': '^4.46.0'

newPackageProperties.resolutions['cypress'] = '^8.1.0';
newPackageProperties.resolutions['cypress'] = '^8.3.1';
}

@@ -122,0 +122,0 @@

@@ -67,3 +67,8 @@ /**

type: 'folder',
path: 'public/js/lib',
path: 'pipeline/',
condition: !options.jenkins
},
{
type: 'folder',
path: 'public/js/lib/',
condition: !options.matomo

@@ -70,0 +75,0 @@ }

@@ -12,3 +12,3 @@ import Vue from 'vue';

// Tests
describe('App.vue', () => {
describe('App', () => {
it('renders correctly', () => {

@@ -15,0 +15,0 @@ // Mount component

{
"name": "@cnamts/vue-cli-plugin-vue-dash",
"version": "2.0.0-beta.12",
"version": "2.0.0",
"description": "Vue CLI plugin to scaffold front-end projects",

@@ -26,3 +26,3 @@ "keywords": [

"dependencies": {
"@cnamts/cli-helpers": "^2.0.0-beta.12",
"@cnamts/cli-helpers": "^2.0.0",
"dayjs": "^1.8.34",

@@ -33,5 +33,5 @@ "fs-extra": "^10.0.0",

"devDependencies": {
"@cnamts/design-tokens": "^2.0.0-beta.10",
"@cnamts/form-builder": "^2.0.0-beta.12",
"@cnamts/vue-dot": "^2.0.0-beta.12"
"@cnamts/design-tokens": "^2.0.0",
"@cnamts/form-builder": "^2.0.0",
"@cnamts/vue-dot": "^2.0.0"
},

@@ -41,3 +41,3 @@ "publishConfig": {

},
"gitHead": "640e1fba5aa7255cf763bb8338f0bf9cc3444525"
"gitHead": "41bc442357bbb2807f4b252b58669226ce57200e"
}

@@ -34,2 +34,8 @@ const shouldRenderTemplate = require('./shouldRenderTemplate');

{
name: 'jenkins',
type: 'confirm',
message: 'Utiliser la configuration Jenkins par défaut',
default: true
},
{
name: 'matomo',

@@ -36,0 +42,0 @@ type: 'confirm',

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