Socket
Socket
Sign inDemoInstall

mmenu-js

Package Overview
Dependencies
0
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.5.20 to 8.5.21

.github/workflows/codeql-analysis.yml

3

dist/core/oncanvas/mmenu.oncanvas.js

@@ -1,2 +0,1 @@

import * as pack from '../../../package.json';
import options from './_options';

@@ -758,4 +757,2 @@ import configs from './_configs';

};
/** Plugin version. */
Mmenu.version = pack.version;
/** Default options for menus. */

@@ -762,0 +759,0 @@ Mmenu.options = options;

{
"name": "mmenu-js",
"version": "8.5.20",
"version": "8.5.21",
"main": "dist/mmenu.js",

@@ -5,0 +5,0 @@ "module": "src/mmenu.js",

@@ -1,2 +0,1 @@

import * as pack from '../../../package.json';
import options from './_options';

@@ -23,4 +22,2 @@ import configs from './_configs';

export default class Mmenu {
/** Plugin version. */
static version: string = pack.version;

@@ -27,0 +24,0 @@ /** Default options for menus. */

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

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