New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@qualweb/qw-element

Package Overview
Dependencies
Maintainers
3
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qualweb/qw-element - npm Package Compare versions

Comparing version 0.1.23 to 0.1.24

3

dist/index.js

@@ -149,3 +149,4 @@ "use strict";

if (fullElement) {
let children = this.element.children;
const selector = this.getElementSelector();
let children = this.element.querySelectorAll(selector + ' *');
let attributeArray = [];

@@ -152,0 +153,0 @@ for (let child of children) {

{
"name": "@qualweb/qw-element",
"version": "0.1.23",
"version": "0.1.24",
"description": "Utilities module for qualweb",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -170,3 +170,4 @@ class QWElement {

if (fullElement) {
let children = this.element.children;
const selector = this.getElementSelector();
let children = this.element.querySelectorAll(selector + ' *');
let attributeArray: any=[];

@@ -173,0 +174,0 @@ for(let child of children){

Sorry, the diff of this file is not supported yet

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