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.14.1 to 0.15.0

5

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

@@ -8,3 +8,4 @@ "main": "src/masonry.plugin.js",

"lint": "eslint --ext .js,.vue src",
"build": "webpack"
"build": "webpack",
"build-umd": "TARGET=umd webpack"
},

@@ -11,0 +12,0 @@ "repository": {

2

README.md

@@ -6,3 +6,3 @@ # vue-masonry

**Current version: 0.14.1**
**Current version: 0.15.0**

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

@@ -102,3 +102,3 @@ import Masonry from 'masonry-layout'

const masonryId = binding.value || defaultId
Events.emit(`${EVENT_DESTROY}__${masonryId}`)
Events[`${isVue2 ? '$' : ''}emit`](`${EVENT_DESTROY}__${masonryId}`)
}

@@ -105,0 +105,0 @@ })

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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