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

masonry-layout

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

masonry-layout - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

2

bower.json
{
"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

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