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.6 to 2.0.0-beta.7

44

generator/functions/extendPackage.js

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

'axios': '^0.21.1',
'core-js': '^3.8.3',
'core-js': '^3.9.1',
'custom-event-polyfill': '^1.0.7',

@@ -51,32 +51,32 @@ 'dayjs': '^1.10.4',

'vue-router': '^3.5.1',
'vuetify': '^2.4.4'
'vuetify': '^2.4.7'
},
devDependencies: {
'@babel/core': '^7.12.16',
'@babel/core': '^7.13.10',
'@mdi/js': '^5.9.55',
'@types/jest': '^26.0.20',
'@types/jest': '^26.0.21',
'@types/webfontloader': '^1.6.32',
'@typescript-eslint/eslint-plugin': '^4.15.1',
'@typescript-eslint/parser': '^4.15.1',
'@vue/cli-plugin-babel': '~4.5.11',
'@vue/cli-plugin-eslint': '~4.5.11',
'@vue/cli-plugin-router': '~4.5.11',
'@vue/cli-plugin-typescript': '~4.5.11',
'@vue/cli-plugin-unit-jest': '~4.5.11',
'@vue/cli-plugin-vuex': '~4.5.11',
'@vue/cli-service': '~4.5.11',
'@typescript-eslint/eslint-plugin': '^4.18.0',
'@typescript-eslint/parser': '^4.18.0',
'@vue/cli-plugin-babel': '~4.5.12',
'@vue/cli-plugin-eslint': '~4.5.12',
'@vue/cli-plugin-router': '~4.5.12',
'@vue/cli-plugin-typescript': '~4.5.12',
'@vue/cli-plugin-unit-jest': '~4.5.12',
'@vue/cli-plugin-vuex': '~4.5.12',
'@vue/cli-service': '~4.5.12',
'@vue/eslint-config-standard': '^6.0.0',
'@vue/eslint-config-typescript': '^7.0.0',
'@vue/test-utils': '^1.1.3',
'eslint': '^7.20.0',
'eslint': '^7.22.0',
'eslint-plugin-import': '^2.22.1',
'eslint-plugin-node': '^11.1.0',
'eslint-plugin-promise': '^4.3.1',
'eslint-plugin-vue': '^7.6.0',
'eslint-plugin-vue': '^7.7.0',
'jest-serializer-vue': '^2.0.2',
'sass': '^1.32.7',
'sass': '^1.32.8',
'sass-loader': '^10.1.1',
'typescript': '~4.1.5',
'typescript': '~4.2.3',
'vue-class-component': '^7.2.6',
'vue-cli-plugin-vuetify': '^2.1.0',
'vue-cli-plugin-vuetify': '^2.3.0',
'vue-template-compiler': '^2.6.12',

@@ -89,3 +89,3 @@ 'vuetify-loader': '^1.7.2',

'jest': '^26.6.3',
'ts-jest': '^26.5.1',
'ts-jest': '^26.5.4',
'babel-jest': '^26.6.3'

@@ -100,3 +100,3 @@ },

if (options.i18n) {
newPackageProperties.dependencies['vue-i18n'] = '^8.22.4';
newPackageProperties.dependencies['vue-i18n'] = '^8.24.1';
}

@@ -116,3 +116,3 @@

if (options.cypress) {
newPackageProperties.devDependencies['@vue/cli-plugin-e2e-cypress'] = '~4.5.11';
newPackageProperties.devDependencies['@vue/cli-plugin-e2e-cypress'] = '~4.5.12';

@@ -123,3 +123,3 @@ newPackageProperties.scripts = {};

newPackageProperties.resolutions['cypress'] = '^6.5.0';
newPackageProperties.resolutions['cypress'] = '^6.8.0';
}

@@ -126,0 +126,0 @@

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

@@ -32,5 +32,5 @@ "keywords": [

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

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

},
"gitHead": "460ae6e662238a1731ef1c49fd21d7927618af30"
"gitHead": "68b1815795f52462ab1a1e0d3d030c277a7ef7cb"
}

@@ -9,5 +9,6 @@ // Vue CLI configuration

DataList: 'elements',
DialogBox: 'elements',
DownloadBtn: 'elements',
HeaderLoading: 'elements',
PageCard: 'elements',
DialogBox: 'elements',
// Patterns

@@ -21,2 +22,3 @@ DatePicker: 'patterns',

SubHeader: 'patterns',
TableToolbar: 'patterns',
UploadWorkflow: 'patterns',

@@ -23,0 +25,0 @@ // Templates

Sorry, the diff of this file is not supported yet

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