@qualweb/qw-element
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -253,3 +253,6 @@ 'use strict'; | ||
} | ||
getBoundingBox() { | ||
return this.element.getBoundingClientRect(); | ||
} | ||
} | ||
exports.QWElement = QWElement; |
{ | ||
"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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
317987
3
2616
9
2
- Removed@qualweb/types@0.4.2
- Removed@qualweb/types@0.4.2(transitive)
- Removed@types/css@0.0.31(transitive)
- Removed@types/domhandler@2.4.5(transitive)
- Removed@types/node@22.13.1(transitive)
- Removed@types/puppeteer@2.1.8(transitive)
- Removedundici-types@6.20.0(transitive)