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.2 to 0.1.3

3

dist/index.js

@@ -253,3 +253,6 @@ 'use strict';

}
getBoundingBox() {
return this.element.getBoundingClientRect();
}
}
exports.QWElement = QWElement;

4

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

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

"devDependencies": {
"@qualweb/types": "^0.4.5",
"@types/domhandler": "^2.4.1",

@@ -42,3 +43,2 @@ "@types/node": "^13.11.0",

"dependencies": {
"@qualweb/types": "0.4.2",
"domutils": "^2.0.0",

@@ -45,0 +45,0 @@ "htmlparser-to-html": "0.0.6",

@@ -282,2 +282,6 @@ 'use strict';

}
public getBoundingBox(): any {
return this.element.getBoundingClientRect();
}
}

@@ -284,0 +288,0 @@

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