Socket
Socket
Sign inDemoInstall

mdbvue

Package Overview
Dependencies
120
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.4.1 to 5.5.0

build/css/style.css

7

package.json
{
"name": "mdbvue",
"version": "5.4.1",
"version": "5.5.0",
"description": "Vue Bootstrap with Material Design",

@@ -14,3 +14,3 @@ "author": "MDBootstrap <support@mdbootstrap.com>",

"build": "node build/build.js",
"build-lib": "vue-cli-service build --target lib --name mdbvue ./src/index.js",
"build-lib": "vue-cli-service build --target lib --dest lib --name mdbvue ./src/index.js",
"lint": "eslint --ext .js,.vue src",

@@ -23,2 +23,3 @@ "remove-pro-dirs": "del-cli src/components/pro src/docs/pro build/scss build/css",

"@fortawesome/fontawesome-free": "^5.8.2",
"axios": "^0.18.0",
"bootstrap-css-only": "^4.3.1",

@@ -73,3 +74,3 @@ "chart.js": "^2.8.0",

"node-sass": "^4.11.0",
"opn": "^5.3.0",
"opn": "^6.0.0",
"ora": "^2.0.0",

@@ -76,0 +77,0 @@ "portfinder": "^1.0.13",

@@ -57,7 +57,7 @@

- [Main demo](https://mdbootstrap.com/docs/vue/components/demo/)
- [Main demo](https://mdbootstrap.com/previews/templates/vue/)
# Version
- MDBVue 5.4.1
- MDBVue 5.5.0
- Vue 2.6.10

@@ -64,0 +64,0 @@

@@ -29,2 +29,3 @@ import Vue from 'vue';

import DataTablePage from '../docs/Tables/DataTablePage';
import DataTableJSONPage from '../docs/Tables/DataTableJSONPage';
import DropdownPage from '../docs/Components/DropdownPage';

@@ -57,3 +58,6 @@ import EdgeHeaderPage from '../docs/Components/EdgeHeaderPage';

import NavbarPage from '../docs/Navigation/NavbarPage';
import NavigationPage from '../docs/Navigation/NavigationPage';
import NavigationPagev1 from '../docs/Navigation/NavigationPagev1';
import NavigationPagev2 from '../docs/Navigation/NavigationPagev2';
import NavigationPagev3 from '../docs/Navigation/NavigationPagev3';
import NavigationPagev4 from '../docs/Navigation/NavigationPagev4';
import PaginationPage from '../docs/Components/PaginationPage';

@@ -84,7 +88,5 @@ import PanelPage from '../docs/Components/PanelPage';

import SwitchPage from '../docs/Forms/SwitchPage';
Vue.use(Router);
export default new Router({
mode: 'history',
routes: [

@@ -187,2 +189,6 @@ {

}, {
path: '/tables/datatableJSON',
name: 'DataTableJSONPage',
component: DataTableJSONPage
}, {
path: '/plugins/iframe',

@@ -272,6 +278,18 @@ name: 'IframePage',

}, {
path: '/navigation/navigation',
name: 'NavigationPage',
component: NavigationPage
path: '/navigation/navigation-v1',
name: 'NavigationPagev1',
component: NavigationPagev1
}, {
path: '/navigation/navigation-v2',
name: 'NavigationPagev2',
component: NavigationPagev2
}, {
path: '/navigation/navigation-v3',
name: 'NavigationPagev3',
component: NavigationPagev3
}, {
path: '/navigation/navigation-v4',
name: 'NavigationPagev4',
component: NavigationPagev4
}, {
path: '/components/alerts',

@@ -405,3 +423,4 @@ name: 'AlertPage',

},
]
});

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

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

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

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

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

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

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

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc