Comparing version 1.6.45 to 1.6.46
{ | ||
"name": "domql", | ||
"description": "DOM rendering Javascript framework at early stage.", | ||
"version": "1.6.45", | ||
"version": "1.6.46", | ||
"repository": "https://github.com/domql/domql", | ||
@@ -6,0 +6,0 @@ "publishConfig": { |
@@ -38,3 +38,3 @@ 'use strict' | ||
*/ | ||
const create = (element, parent, key, options = OPTIONS.create || {}) => { | ||
export const create = (element, parent, key, options = OPTIONS.create || {}) => { | ||
if (options && !OPTIONS.create) { | ||
@@ -41,0 +41,0 @@ OPTIONS.create = options |
'use strict' | ||
import { TREE } from '@domql/tree' | ||
import create from './create' | ||
import createNode from './node' | ||
@@ -14,5 +13,6 @@ import define from './define' | ||
export { create } from './create' | ||
export { | ||
TREE, | ||
create, | ||
createNode, | ||
@@ -19,0 +19,0 @@ define, |
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
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
54052
31
1383
1