@hafslundnett/hdd-vue
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "@hafslundnett/hdd-vue", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"main": "./src/main.js", | ||
@@ -11,3 +11,3 @@ "scripts": { | ||
"dependencies": { | ||
"moment": "^2.22.1", | ||
"date-fns": "^1.29.0", | ||
"vue": "^2.5.16" | ||
@@ -14,0 +14,0 @@ }, |
@@ -1,10 +0,9 @@ | ||
import {setOptions} from './utils/config' | ||
// For showcase | ||
// import Vue from 'vue' | ||
// import App from './App.vue' | ||
import { setOptions } from './utils/config' | ||
import Datepicker from './components/Datepicker.vue' | ||
import Autocomplete from './components/Autocomplete.vue' | ||
const components = [ | ||
['hdd-datepicker', Datepicker], | ||
['hdd-autocomplete', Autocomplete] | ||
] | ||
const components = [ [ 'hdd-datepicker', Datepicker ], [ 'hdd-autocomplete', Autocomplete ] ] | ||
@@ -15,3 +14,3 @@ const plugin = { | ||
for (const [name, component] of components) { | ||
for (const [ name, component ] of components) { | ||
Vue.component(name, component) | ||
@@ -25,2 +24,10 @@ } | ||
// Showcase: | ||
// function init () { | ||
// new Vue({ | ||
// render: (h) => h(App) | ||
// }).$mount('#app') | ||
// } | ||
// init() | ||
export default plugin |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
540770
24
110
1
23
1
+ Addeddate-fns@^1.29.0
+ Addeddate-fns@1.30.1(transitive)
- Removedmoment@^2.22.1
- Removedmoment@2.30.1(transitive)