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.4.0 to 8.4.1

2

composer.json
{
"name" : "mmenu.js",
"version" : "8.4.0",
"version" : "8.4.1",
"authors" : "Fred Heusschen <info@frebsite.nl>",

@@ -5,0 +5,0 @@ "license" : "CC-BY-NC-4.0",

@@ -38,2 +38,3 @@ /**

surface.addEventListener('touchmove', function (evnt) {
direction = '';
if (evnt.movementY > 0) {

@@ -45,3 +46,2 @@ direction = 'down';

}
direction = null;
});

@@ -48,0 +48,0 @@ return {

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

export default '8.4.0';
export default '8.4.1';
{
"name": "mmenu-js",
"version": "8.4.0",
"version": "8.4.1",
"main": "dist/mmenu.js",

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

@@ -41,2 +41,4 @@ /**

surface.addEventListener('touchmove', evnt => {
direction = '';
if (evnt.movementY > 0) {

@@ -47,3 +49,2 @@ direction = 'down';

}
direction = null;
});

@@ -50,0 +51,0 @@

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

export default '8.4.0';
export default '8.4.1';

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