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.12 to 0.1.13

4

package.json
{
"name": "@qualweb/qw-element",
"version": "0.1.12",
"version": "0.1.13",
"description": "Utilities module for qualweb",

@@ -31,3 +31,3 @@ "main": "dist/index.js",

"devDependencies": {
"@qualweb/types": "^0.4.21",
"@qualweb/types": "^0.4.22",
"@types/node": "^14.0.20",

@@ -34,0 +34,0 @@ "chai": "^4.2.0",

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

public getCSSMediaRules() : any {
public getCSSMediaRules(): any {
if (this.elementsCSSRules?.has(this.element)) {

@@ -66,0 +66,0 @@ const rules = this.elementsCSSRules?.get(this.element);

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