Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vanilla-match-height

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vanilla-match-height - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

dist/vanilla-match-height.min.js

21

CHANGELOG.md

@@ -1,13 +0,22 @@

<a name="0.0.1"></a>
<a name="0.0.4"></a>
# 0.0.4 (2023-11-19)
### release summary
- update document and test
<a name="0.0.3"></a>
# 0.0.3 (2023-11-18)
### fix display
### release summary
<a name="0.0.1"></a>
- fix _apply method
<a name="0.0.2"></a>
# 0.0.2 (2023-11-18)
### fix display
### release summary
- initial release
-
- fix _apply method
<a name="0.0.1"></a>

@@ -14,0 +23,0 @@ # 0.0.1 (2023-11-18)

/**
* vanilla-match-height v0.0.3 by @mitera
* vanilla-match-height v0.0.4 by @mitera
* Simone Miterangelis <simone@mite.it>

@@ -4,0 +4,0 @@ * License: MIT

{
"name": "vanilla-match-height",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "Simone Miterangelis <simone@mite.it>",

# vanilla-match-height.js #
## *Inspireb by:* jquery-match-height
## *Inspired by:* jquery-match-height
> *matchHeight:* makes the height of all selected elements exactly equal

@@ -41,2 +41,6 @@

modular code
import 'vanilla-match-height'
### Usage

@@ -144,3 +148,7 @@

Manual apply, code for JavaScript framework/library (e.g. `vue`, `react` ...).
document.body.matchHeight({elements: '.item'})._apply();
document.body.matchHeight()._applyDataApi('data-match-height');
document.body.matchHeight()._applyDataApi('data-mh');

@@ -147,0 +155,0 @@ Use the apply function directly if you wish to avoid the automatic update functionality.

/**
* vanilla-match-height v0.0.3 by @mitera
* vanilla-match-height v0.0.4 by @mitera
* Simone Miterangelis <simone@mite.it>

@@ -4,0 +4,0 @@ * License: MIT

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