New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vue-masonry

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-masonry - npm Package Compare versions

Comparing version 0.11.4 to 0.11.5

2

package.json
{
"name": "vue-masonry",
"version": "0.11.4",
"version": "0.11.5",
"description": "masonry layout for vue.js",

@@ -5,0 +5,0 @@ "main": "src/masonry.plugin.js",

# vue-masonry
**Current version: 0.11.4**
**Current version: 0.11.5**

@@ -72,2 +72,3 @@ Vue.js directive for masonry blocks layouting. Original [masonry library](http://masonry.desandro.com/).

- ```horizontal-order="true"``` - lays out items to (mostly) maintain horizontal left-to-right order
- ```stagger="0.03s"``` - Staggers item transitions, so items transition incrementally after one another. Set as a CSS time format, '0.03s', or as a number in milliseconds, 30

@@ -74,0 +75,0 @@

@@ -14,3 +14,4 @@ import Masonry from 'masonry-layout'

'percent-position': 'percentPosition',
'horizontal-order': 'horizontalOrder'
'horizontal-order': 'horizontalOrder',
'stagger': 'stagger'
}

@@ -17,0 +18,0 @@ const EVENT_ADD = 'vuemasonry.itemAdded'

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