New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cm-web-modules

Package Overview
Dependencies
Maintainers
0
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cm-web-modules - npm Package Compare versions

Comparing version 2.3.7 to 2.3.8

2

package.json
{
"name": "cm-web-modules",
"version": "2.3.7",
"version": "2.3.8",
"description": "Collection of clean and small ES6 modules for the web",

@@ -5,0 +5,0 @@ "main": "src/LibraryManager.js",

@@ -174,4 +174,7 @@ /**

const eventName = eventListenerElement.dataset.event
const action = eventListenerElement.dataset.listener
const action = eventListenerElement.dataset.action
const delegate = eventListenerElement.dataset.delegate
if(!action) {
console.error("no action defined", eventListenerElement)
}
if (!controller.actions[action]) {

@@ -194,3 +197,3 @@ console.error(context, "You have to add the action \"" + action + "\" to your component.")

} else {
eventListenerElement.addEventListener(eventName, controller.actions[action].bind(this))
eventListenerElement.addEventListener(eventName, controller.actions[action].bind(controller))
}

@@ -197,0 +200,0 @@ }

Sorry, the diff of this file is not supported yet

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