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

@domql/element

Package Overview
Dependencies
Maintainers
0
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@domql/element - npm Package Compare versions

Comparing version 2.5.180 to 2.5.181

7

dist/cjs/utils/object.js

@@ -60,3 +60,8 @@ "use strict";

"__children",
"root"
"root",
"setByPath",
"setPathCollection",
"removeByPath",
"removePathCollection",
"getByPath"
];

@@ -63,0 +68,0 @@ const METHODS = [

6

package.json
{
"name": "@domql/element",
"version": "2.5.180",
"version": "2.5.181",
"license": "MIT",

@@ -31,6 +31,6 @@ "type": "module",

"@domql/render": "^2.5.179",
"@domql/state": "^2.5.179",
"@domql/state": "^2.5.181",
"@domql/utils": "^2.5.179"
},
"gitHead": "65c5011c956baa7e561d7ad5f39197ef6bfdab0a",
"gitHead": "4e5c3841725d9b2ffaeacc0e32bbff5c913b80b4",
"devDependencies": {

@@ -37,0 +37,0 @@ "@babel/core": "^7.12.0"

@@ -13,3 +13,4 @@ 'use strict'

'replace', 'quietReplace', 'quietUpdate', 'applyReplace', 'applyFunction',
'rootUpdate', 'parentUpdate', 'parent', '__element', '__depends', '__ref', '__children', 'root'
'rootUpdate', 'parentUpdate', 'parent', '__element', '__depends', '__ref', '__children', 'root',
'setByPath', 'setPathCollection', 'removeByPath', 'removePathCollection', 'getByPath'
]

@@ -16,0 +17,0 @@

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