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.27 to 0.1.28

2

dist/index.js

@@ -321,3 +321,3 @@ "use strict";

if (child.nodeType === 3 && !!textContent && textContent.trim() !== '')
result = result + +textContent.trim();
result = result + textContent.trim();
}

@@ -324,0 +324,0 @@ if (!result) {

{
"name": "@qualweb/qw-element",
"version": "0.1.27",
"version": "0.1.28",
"description": "QualWeb element interface and utilities",

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

@@ -362,3 +362,3 @@ class QWElement {

if (child.nodeType === 3 && !!textContent && textContent.trim() !== '')
result = result + + textContent.trim();
result = result + textContent.trim();
}

@@ -365,0 +365,0 @@

Sorry, the diff of this file is not supported yet

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