masonry-layout
Advanced tools
Comparing version 3.2.0 to 3.2.1
{ | ||
"name": "masonry", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Cascading grid layout library", | ||
@@ -5,0 +5,0 @@ "main": "masonry.js", |
# Changelog | ||
## v3.2.1 | ||
+ Fix missing dependencies in `package.json` | ||
## v3.2.0 | ||
@@ -4,0 +8,0 @@ |
/*! | ||
* Masonry PACKAGED v3.2.0 | ||
* Masonry PACKAGED v3.2.1 | ||
* Cascading grid layout library | ||
@@ -4,0 +4,0 @@ * http://masonry.desandro.com |
@@ -0,1 +1,3 @@ | ||
// vanilla js | ||
var Masonry = require('../../masonry'); | ||
@@ -6,1 +8,13 @@ | ||
}); | ||
// jquery | ||
// var $ = require('jquery'); | ||
// var jQBridget = require('jquery-bridget'); | ||
// var Masonry = require('../../masonry'); | ||
// | ||
// $.bridget( 'masonry', Masonry ); | ||
// | ||
// $('#basic').masonry({ | ||
// columnWidth: 60 | ||
// }); |
/*! | ||
* Masonry v3.2.0 | ||
* Masonry v3.2.1 | ||
* Cascading grid layout library | ||
@@ -4,0 +4,0 @@ * http://masonry.desandro.com |
{ | ||
"name": "masonry-layout", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Cascading grid layout library", | ||
"main": "masonry.js", | ||
"dependencies": { | ||
"get-size": ">=1.1.4 <1.3", | ||
"outlayer": "1.3.x" | ||
}, | ||
"devDependencies": { | ||
"jquery-bridget": "1.1.x", | ||
"doc-ready": "1.x", | ||
"qunitjs": "^1.12", | ||
"jquery": ">=1.4.3 <2", | ||
"grunt": "^0.4.4", | ||
"grunt-contrib-jshint": "^0.9.2", | ||
"grunt-contrib-uglify": "^0.4.0", | ||
"grunt-requirejs": "^0.4.1" | ||
}, | ||
"directories": { | ||
@@ -26,9 +40,3 @@ "example": "examples", | ||
}, | ||
"homepage": "https://github.com/desandro/masonry", | ||
"devDependencies": { | ||
"grunt": "^0.4.4", | ||
"grunt-contrib-jshint": "^0.9.2", | ||
"grunt-contrib-uglify": "^0.4.0", | ||
"grunt-requirejs": "^0.4.1" | ||
} | ||
"homepage": "https://github.com/desandro/masonry" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
156551
3299
2
8
+ Addedget-size@>=1.1.4 <1.3
+ Addedoutlayer@1.3.x
+ Addeddesandro-get-style-property@1.0.4(transitive)
+ Addeddesandro-matches-selector@1.0.3(transitive)
+ Addeddoc-ready@1.0.4(transitive)
+ Addedeventie@1.0.6(transitive)
+ Addedget-size@1.2.2(transitive)
+ Addedoutlayer@1.3.0(transitive)
+ Addedwolfy87-eventemitter@4.3.0(transitive)