Socket
Socket
Sign inDemoInstall

mmenu-js

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mmenu-js - npm Package Compare versions

Comparing version 9.0.2 to 9.0.3

2

package.json
{
"name": "mmenu-js",
"version": "9.0.2",
"version": "9.0.3",
"main": "dist/mmenu.js",

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

@@ -97,2 +97,6 @@ /**

/**
* Get a prefixed ID from a possibly orifinal ID.
* @param id The possibly original ID.
*/
export const cloneId = (id) => {

@@ -104,2 +108,3 @@ if (id.slice(0, 9) == 'mm-clone-') {

};
/**

@@ -106,0 +111,0 @@ * Get the original ID from a possibly prefixed ID.

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