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

@domql/event

Package Overview
Dependencies
Maintainers
0
Versions
91
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.179 to 2.5.182

4

dist/cjs/on.js

@@ -39,7 +39,7 @@ "use strict";

};
const triggerEventOn = (param, element, options) => {
const triggerEventOn = async (param, element, options) => {
const appliedFunction = getOnOrPropsEvent(param, element);
if (appliedFunction) {
const { state, context } = element;
return applyEvent(appliedFunction, element, state, context, options);
return await applyEvent(appliedFunction, element, state, context, options);
}

@@ -46,0 +46,0 @@ };

@@ -15,7 +15,7 @@ 'use strict'

export const triggerEventOn = (param, element, options) => {
export const triggerEventOn = async (param, element, options) => {
const appliedFunction = getOnOrPropsEvent(param, element)
if (appliedFunction) {
const { state, context } = element
return applyEvent(appliedFunction, element, state, context, options)
return await applyEvent(appliedFunction, element, state, context, options)
}

@@ -22,0 +22,0 @@ }

{
"name": "@domql/event",
"version": "2.5.179",
"version": "2.5.182",
"license": "MIT",

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

},
"gitHead": "6dd81dc7848b03bd9bf564dbc82cd95af713ae21"
"gitHead": "0071c581cbefc87854f08d3b658580055911ed24"
}
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