Socket
Socket
Sign inDemoInstall

domql

Package Overview
Dependencies
79
Maintainers
2
Versions
260
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.45 to 1.6.46

2

package.json
{
"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,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc