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

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

Package Overview
Dependencies
Maintainers
2
Versions
65
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-alpha.53 to 2.0.0-beta.0

32

generator/functions/extendPackage.js

@@ -18,24 +18,24 @@ const vdPkg = require('../../package.json');

'core-js': '^3.6.5',
'dayjs': '^1.8.28',
'dayjs': '^1.8.33',
'languages': '^0.1.3',
'vue-input-facade': '1.3.1',
'vue-input-facade': '^1.3.2',
'vue-meta': '^2.4.0',
'vuetify': '^2.2.34'
'vuetify': '^2.3.8'
},
devDependencies: {
'@babel/core': '^7.10.4',
'@babel/core': '^7.11.1',
'@types/webfontloader': '^1.6.32',
'@mdi/js': '^5.3.45',
'@typescript-eslint/eslint-plugin': '^3.5.0',
'@typescript-eslint/parser': '^3.5.0',
'@types/jest': '26.0.3',
'babel-jest': '^26.1.0',
'jest': '^26.1.0',
'@mdi/js': '^5.5.55',
'@typescript-eslint/eslint-plugin': '^3.9.1',
'@typescript-eslint/parser': '^3.9.1',
'@types/jest': '26.0.10',
'babel-jest': '^26.3.0',
'jest': '^26.4.0',
'jest-serializer-vue': '^2.0.2',
'ts-jest': '^26.1.1',
'vue-class-component': '^7.2.3',
'vue-cli-plugin-vuetify': '^2.0.6',
'vuetify-loader': '^1.5.0',
'ts-jest': '^26.2.0',
'vue-class-component': '^7.2.5',
'vue-cli-plugin-vuetify': '^2.0.7',
'vuetify-loader': '^1.6.0',
'webfontloader': '^1.6.28',
'webpack': '^4.43.0'
'webpack': '^4.44.1'
}

@@ -45,3 +45,3 @@ };

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

@@ -48,0 +48,0 @@

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

store.dispatch('notification/rmNotif');
<% if (i18n) { %>
<% if (i18n) { %>
const lang = i18n.locale;

@@ -36,3 +36,3 @@

);
<% } %>
<% } %>
navigationRedirect(to, from, next);

@@ -39,0 +39,0 @@ });

@@ -14,3 +14,3 @@ /* eslint-disable @typescript-eslint/no-empty-interface */

rmNotif: () => void;
notification: NotificationObj;
notification: NotificationObj | null;
}
// Import Vuetify theme from Design Tokens
import { vuetifyTheme } from '@cnamts/vue-dot/src/tokens/vuetifyTheme';
import { lightTheme } from '@cnamts/design-tokens/src/colors';
/** Custom Vuetify color theme */
export const themeColors = {
light: {
...vuetifyTheme
}
light: lightTheme
};
{
"name": "@cnamts/vue-cli-plugin-vue-dash",
"version": "2.0.0-alpha.53",
"version": "2.0.0-beta.0",
"description": "Vue CLI plugin to scaffold front-end projects",

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

"devDependencies": {
"@cnamts/vue-dot": "^2.0.0-alpha.53"
"@cnamts/vue-dot": "^2.0.0-beta.0"
},

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

},
"gitHead": "946eb4d4003cdaff1fbae3c47466925ec4282009"
"gitHead": "2fb14083a55546f5b3a7d62d6afca1f70d21b6d0"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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