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.10.10 to 0.10.11

10

dist/vueMasonry.js

@@ -66,6 +66,2 @@ /*!

Vue.redrawVueMasonry = function () {
Events.$emit(EVENT_ADD);
};
Vue.directive('masonry', {

@@ -118,2 +114,6 @@ props: ['transitionDuration', ' itemSelector'],

});
};
Vue.prototype.$redrawVueMasonry = function () {
Events.$emit(EVENT_ADD)
}
};
{
"name": "vue-masonry",
"version": "0.10.10",
"version": "0.10.11",
"description": "masonry layout for vue.js",

@@ -5,0 +5,0 @@ "main": "dist/vueMasonry.js",

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

import Vue from 'vue'
import VueMasonryPlugin from 'vue-masonry';
import {VueMasonryPlugin} from 'vue-masonry';

@@ -25,0 +25,0 @@ Vue.use(VueMasonryPlugin)

@@ -38,6 +38,2 @@ import Vue from 'vue'

Vue.redrawVueMasonry = function () {
Events.$emit(EVENT_ADD)
}
Vue.directive('masonry', {

@@ -90,2 +86,6 @@ props: ['transitionDuration', ' itemSelector'],

})
Vue.prototype.$redrawVueMasonry = function () {
Events.$emit(EVENT_ADD)
}
}
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