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

@cnamts/vue-dot

Package Overview
Dependencies
Maintainers
1
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cnamts/vue-dot - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0-beta.1

LICENSE.md

14

package.json
{
"name": "@cnamts/vue-dot",
"version": "1.2.0",
"license": "MIT",
"version": "1.3.0-beta.1",
"scripts": {

@@ -10,3 +11,5 @@ "serve": "vue-cli-service serve",

"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e"
"test:e2e": "vue-cli-service test:e2e",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},

@@ -22,7 +25,9 @@ "main": "./dist/vue-dot.common.js",

"dependencies": {
"languages": "^0.1.3",
"vue": "^2.5.17",
"vuetify": "^1.2.3"
"vuetify": "^1.2.4"
},
"devDependencies": {
"@babel/polyfill": "^7.0.0-rc.4",
"@cnamts/vue-dot": "x",
"@types/jest": "^23.3.2",

@@ -47,3 +52,4 @@ "@vue/cli-plugin-babel": "^3.0.1",

"vue-cli-plugin-vuetify": "^0.1.6",
"vue-template-compiler": "^2.5.17"
"vue-template-compiler": "^2.5.17",
"vuepress": "^0.14.4"
},

@@ -50,0 +56,0 @@ "postcss": {

@@ -12,2 +12,4 @@ import Vue from 'vue';

VIcon,
VSelect,
VAutocomplete,
transitions

@@ -27,4 +29,6 @@ } from 'vuetify';

VIcon,
VSelect,
VAutocomplete,
transitions
}
});

@@ -5,1 +5,3 @@ declare module '*.vue' {

}
declare module 'languages';

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