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

32

generator/functions/extendPackage.js

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

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

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

'vue-router': '^3.5.1',
'vuetify': '^2.4.7'
'vuetify': '^2.4.9'
},
devDependencies: {
'@babel/core': '^7.13.10',
'@babel/core': '^7.13.15',
'@mdi/js': '^5.9.55',
'@types/jest': '^26.0.21',
'@types/webfontloader': '^1.6.32',
'@typescript-eslint/eslint-plugin': '^4.18.0',
'@typescript-eslint/parser': '^4.18.0',
'@types/jest': '^26.0.22',
'@types/webfontloader': '^1.6.0',
'@typescript-eslint/eslint-plugin': '^4.22.0',
'@typescript-eslint/parser': '^4.22.0',
'@vue/cli-plugin-babel': '~4.5.12',

@@ -70,14 +70,14 @@ '@vue/cli-plugin-eslint': '~4.5.12',

'@vue/eslint-config-typescript': '^7.0.0',
'@vue/test-utils': '^1.1.3',
'eslint': '^7.22.0',
'@vue/test-utils': '^1.1.4',
'eslint': '^7.24.0',
'eslint-plugin-import': '^2.22.1',
'eslint-plugin-node': '^11.1.0',
'eslint-plugin-promise': '^4.3.1',
'eslint-plugin-vue': '^7.7.0',
'eslint-plugin-vue': '^7.9.0',
'jest-serializer-vue': '^2.0.2',
'sass': '^1.32.8',
'sass': '^1.32.10',
'sass-loader': '^10.1.1',
'typescript': '~4.2.3',
'typescript': '~4.2.4',
'vue-class-component': '^7.2.6',
'vue-cli-plugin-vuetify': '^2.3.0',
'vue-cli-plugin-vuetify': '^2.3.1',
'vue-template-compiler': '^2.6.12',

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

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

@@ -101,3 +101,3 @@ },

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

@@ -123,3 +123,3 @@

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

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

@@ -132,2 +132,6 @@ module.exports = {

],
ignorePatterns: [
'tests/unit/coverage',
'dist/'
],
parserOptions: {

@@ -134,0 +138,0 @@ parser: '@typescript-eslint/parser'

{
"compilerOptions": {
// Always transpile to ES5
"target": "es5",
"module": "esnext",
// Strict type-checking
"strict": true,
// Node.js resolution strategy
"moduleResolution": "node",
// Resolve JSON files as modules
"resolveJsonModule": true,
// Emit interoperability between CommonJS and ES Modules
"esModuleInterop": true,
// Allow default imports from modules with no default export.
// This does not affect code emit, just type-checking.
"allowSyntheticDefaultImports": true,
// Enables experimental support for ES7 decorators
"experimentalDecorators": true,

@@ -29,3 +21,2 @@ "sourceMap": true,

],
// Path aliases
"paths": {

@@ -32,0 +23,0 @@ "@/*": [

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

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

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

@@ -34,4 +34,4 @@ "fs-extra": "^9.0.1",

"@cnamts/design-tokens": "^2.0.0-beta.7",
"@cnamts/form-builder": "^2.0.0-beta.7",
"@cnamts/vue-dot": "^2.0.0-beta.7"
"@cnamts/form-builder": "^2.0.0-beta.8",
"@cnamts/vue-dot": "^2.0.0-beta.8"
},

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

},
"gitHead": "68b1815795f52462ab1a1e0d3d030c277a7ef7cb"
"gitHead": "cc7712f81850ed74c08de3d49666446186ffba9a"
}

@@ -13,3 +13,5 @@ // Vue CLI configuration

PageCard: 'elements',
PageContainer: 'elements',
// Patterns
DataListGroup: 'patterns',
DatePicker: 'patterns',

@@ -16,0 +18,0 @@ FileUpload: 'patterns',

Sorry, the diff of this file is not supported yet

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