@domql/node
Advanced tools
Comparing version 2.3.100 to 2.3.108
'use strict' | ||
import { isFunction, isObject } from '@domql/utils' | ||
import { on } from '@domql/event' | ||
import { on, applyEventsOnNode } from '@domql/event' | ||
import { defaultMethods } from '@domql/mixins' | ||
@@ -11,3 +11,2 @@ import { cacheNode } from './cache' | ||
import { throughInitialDefine, throughInitialExec } from '@domql/iterate' | ||
import { applyEventsOnNode } from '@domql/event/on' | ||
@@ -14,0 +13,0 @@ const ENV = process.env.NODE_ENV |
@@ -31,3 +31,2 @@ "use strict"; | ||
var import_iterate = require("@domql/iterate"); | ||
var import_on = require("@domql/event/on"); | ||
const ENV = "development"; | ||
@@ -57,3 +56,3 @@ const createNode = (element) => { | ||
if (isNewNode && (0, import_utils.isObject)(element.on)) | ||
(0, import_on.applyEventsOnNode)(element); | ||
(0, import_event.applyEventsOnNode)(element); | ||
for (const param in element) { | ||
@@ -60,0 +59,0 @@ const prop = element[param]; |
{ | ||
"name": "@domql/node", | ||
"version": "2.3.100", | ||
"version": "2.3.108", | ||
"license": "MIT", | ||
@@ -32,3 +32,3 @@ "type": "module", | ||
}, | ||
"gitHead": "4d65ad04e488122bfc73ec81dc16c45b842ffa9b" | ||
"gitHead": "c27a5a02cebe7c141df23535343c72568feacc59" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
12415
270