Socket
Socket
Sign inDemoInstall

vuetify-responsive-menu

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

35

dist/VResponsiveMenu.esm.js

@@ -0,33 +1,10 @@

import { VDialog, VMenu } from 'vuetify/lib';
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
var script = {
components: {
VDialog: VDialog,
VMenu: VMenu,
},
computed: {

@@ -34,0 +11,0 @@ dialogAttrs: function dialogAttrs() {

@@ -1,36 +0,11 @@

var VResponsiveMenu = (function (exports) {
var VResponsiveMenu = (function (exports, lib) {
'use strict';
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
var script = {
components: {
VDialog: lib.VDialog,
VMenu: lib.VMenu,
},
computed: {

@@ -321,2 +296,2 @@ dialogAttrs: function dialogAttrs() {

}({}));
}({}, lib));
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.VResponsiveMenu = {}));
}(this, (function (exports) { 'use strict';
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vuetify/lib')) :
typeof define === 'function' && define.amd ? define(['exports', 'vuetify/lib'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.VResponsiveMenu = {}, global.lib));
}(this, (function (exports, lib) { 'use strict';
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
var script = {
components: {
VDialog: lib.VDialog,
VMenu: lib.VMenu,
},
computed: {

@@ -40,0 +15,0 @@ dialogAttrs: function dialogAttrs() {

2

package.json

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

"description": "This components lets you to add a vuetify responsive menu to your project, without duplicating anything.",
"version": "0.1.1",
"version": "0.1.2",
"main": "dist/VResponsiveMenu.umd.js",

@@ -8,0 +8,0 @@ "module": "dist/VResponsiveMenu.esm.js",

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