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

vue-design-core

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-design-core - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

lib/components.js

@@ -8,2 +8,2 @@ import { componentCache } from './utils/requireContext';

});
};
}

@@ -6,3 +6,3 @@ import { configCache } from './utils/requireContext';

return getConfig(configCache, fileName);
};
}

@@ -9,0 +9,0 @@ export function configs(fileNames) {

import cookies from 'js-cookie';
const install = (Vue, options = {}) => {
const install = (Vue) => {
Vue.cookies = cookies;

@@ -5,0 +5,0 @@ Vue.prototype.$cookies = cookies;

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

console.log('rootRoutes', rootRoutes, config('routes.js'), config('globals.js'));
Vue.use(Router);

@@ -14,0 +16,0 @@

@@ -17,2 +17,4 @@ import { getConfig } from './index';

console.log('configCache', configCache, configContext.keys());
const getGolbals = (defaultModuleRouter) => {

@@ -100,2 +102,4 @@ const golbalsConfig = getConfig(configCache, 'golbals.js');

console.log('configCache', configCache);
export {

@@ -102,0 +106,0 @@ rootRoutes,

export default function to(promise) {
return promise.then(data => [null, data])
.catch(err => [err]);
};
}

@@ -25,3 +25,2 @@ import { vendorCache } from './utils/requireContext';

break;
default: {}
}

@@ -28,0 +27,0 @@ });

{
"name": "vue-design-core",
"version": "0.1.6",
"version": "0.1.7",
"description": "",

@@ -12,8 +12,8 @@ "main": "index.js",

"dependencies": {
"axios": "^0.19.0",
"axios": "^0.19.2",
"normalize.css": "^8.0.1",
"vue": "^2.6.11",
"vue-router": "^3.1.3",
"vuex": "^3.1.2"
"vue-router": "^3.1.6",
"vuex": "^3.1.3"
}
}
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