Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@domql/event

Package Overview
Dependencies
Maintainers
3
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@domql/event - npm Package Compare versions

Comparing version 2.5.35 to 2.5.41

4

dist/cjs/on.js

@@ -47,3 +47,3 @@ "use strict";

};
const applyEventsOnNode = (element) => {
const applyEventsOnNode = (element, options) => {
const { node, on } = element;

@@ -57,3 +57,3 @@ for (const param in on) {

const { state, context } = element;
appliedFunction(event, element, state, context);
appliedFunction(event, element, state, context, options);
});

@@ -60,0 +60,0 @@ }

@@ -27,3 +27,3 @@ 'use strict'

export const applyEventsOnNode = element => {
export const applyEventsOnNode = (element, options) => {
const { node, on } = element

@@ -49,3 +49,3 @@ for (const param in on) {

const { state, context } = element
appliedFunction(event, element, state, context)
appliedFunction(event, element, state, context, options)
})

@@ -52,0 +52,0 @@ }

{
"name": "@domql/event",
"version": "2.5.35",
"version": "2.5.41",
"license": "MIT",

@@ -35,3 +35,3 @@ "type": "module",

},
"gitHead": "8d7684fd84f5c48fb5cf71e76a05eda071c118f7"
"gitHead": "b3af9473e4f66f480e7e06fef09e191c2a140f7a"
}
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