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.4.0 to 2.5.0

6

generator/template/jest.config.ts

@@ -46,4 +46,6 @@ import type { Config } from '@jest/types';

MAINTENANCE_MESSAGE: '',
// Workaround of error "TypeError: Unable to require `.d.ts` file."
// See https://github.com/kulshekhar/ts-jest/issues/805#issuecomment-456055213
/**
* Workaround of error "TypeError: Unable to require `.d.ts` file."
* @see https://github.com/kulshekhar/ts-jest/issues/805#issuecomment-456055213
*/
'ts-jest': {

@@ -50,0 +52,0 @@ isolatedModules: true

@@ -7,3 +7,3 @@ // Disable return types for import functions

/** See https://router.vuejs.org/fr/essentials/navigation.html for help */
/** @see https://router.vuejs.org/fr/essentials/navigation.html for help */
export const routes = [

@@ -10,0 +10,0 @@ {

@@ -15,7 +15,7 @@ import Vue from 'vue';

/** See https://vuex.vuejs.org/fr/getting-started.html for help */
/** @see https://vuex.vuejs.org/fr/getting-started.html for help */
const storeOptions: StoreOptions<RootState> = {
strict: true,
state: {},
// See https://vuex.vuejs.org/guide/modules.html for more info on modules
/** @see https://vuex.vuejs.org/guide/modules.html for more informations on modules */
modules: {

@@ -22,0 +22,0 @@ notification

@@ -6,3 +6,3 @@ {

"lib": [
"es5",
"esnext",
"dom"

@@ -9,0 +9,0 @@ ],

@@ -34,7 +34,3 @@ {

"esnext",
"es2017",
"es2015",
"dom",
"dom.iterable",
"scripthost"
"dom"
]

@@ -41,0 +37,0 @@ },

{
"name": "@cnamts/vue-cli-plugin-vue-dash",
"version": "2.4.0",
"version": "2.5.0",
"description": "Vue CLI plugin to scaffold front-end projects",

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

"devDependencies": {
"@cnamts/design-tokens": "^2.4.0",
"@cnamts/eslint-config": "^2.4.0",
"@cnamts/eslint-config-vue": "^2.4.0",
"@cnamts/form-builder": "^2.4.0",
"@cnamts/vue-dot": "^2.4.0"
"@cnamts/design-tokens": "^2.5.0",
"@cnamts/eslint-config": "^2.5.0",
"@cnamts/eslint-config-vue": "^2.5.0",
"@cnamts/form-builder": "^2.5.0",
"@cnamts/vue-dot": "^2.5.0"
},

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

},
"gitHead": "1e4d86bb298920cd901e754d5db3cf193b004506"
"gitHead": "bbd656d3e97883293c6b72cc196b2fd139818038"
}

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