Socket
Book a DemoInstallSign in
Socket

@cmsdriven/nuxt

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cmsdriven/nuxt - npm Package Compare versions

Comparing version

to
0.2.0

src/components/cmsdriven.vue

7

package.json

@@ -5,3 +5,3 @@ {

"module": "dist/myLib.umd.js",
"version": "0.1.0",
"version": "0.2.0",
"private": false,

@@ -13,5 +13,4 @@ "scripts": {

"lib": "vue-cli-service build --target lib --name myLib src/main.js",
"buildmajor": "npm run lib && npm publish --access=public",
"buildminor": "npm run lib && npm version minor && npm publish --access=public",
"login": "npm login"
},

@@ -21,3 +20,3 @@ "dependencies": {

"vue": "^2.6.10"
},
},
"devDependencies": {

@@ -24,0 +23,0 @@ "@vue/cli-plugin-babel": "^4.0.0",

@@ -9,3 +9,3 @@ // import Vue from 'vue'

// }).$mount('#app')
import gRecaptcha from './components/gRecaptcha.vue'
import cmsdriven from './components/cmsdriven.vue'

@@ -17,3 +17,3 @@

install.installed = true;
Vue.component('gRecaptcha', gRecaptcha);
Vue.component('cmsdriven', cmsdriven);
}

@@ -38,2 +38,2 @@

// To allow use as module (npm/webpack/etc.) export component
export default gRecaptcha
export default cmsdriven

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display