Socket
Socket
Sign inDemoInstall

dompack

Package Overview
Dependencies
0
Maintainers
4
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.3 to 1.9.4

8

CHANGELOG.md

@@ -0,1 +1,9 @@

# 1.9.4
- getRect(node, [srcrect]): like node.getBoundingClientRect, but returns a proper object
that's compatible with ...spread, Object.assign etc. If a srcrect is specified,
coordinates are returned relative to the source position. (eg `getRect(node, getRect(document.body)))`).
- this API will replace getRelativeBounds as that one's less flexible - it cannot work with earlier
stored rectangles and always returns absolute coordinates if invoked without a source point instead of making that optional
- scrollIntoView accepts an option `debugusingflag`. If set it will console.log additional info using that flag.
# 1.9.3

@@ -2,0 +10,0 @@ - pulldown: The `value` and any data attributes of the currently selected option

2

package.json
{
"name": "dompack",
"version": "1.9.3",
"version": "1.9.4",
"description": "Dompack - tools and components to build sites in a ES7/IE11+ world",

@@ -5,0 +5,0 @@ "main": "src/index.es",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc