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

ngx-masonry

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-masonry - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

34

package.json
{
"name": "ngx-masonry",
"version": "1.1.0",
"version": "1.1.1",
"description": "Angular Module for displaying a feed of items in a masonry layout using https://github.com/desandro/masonry",
"keywords": [
"angular",
"angular 2",
"masonry",
"masonry layout",
"masonry feed",
"desandro",
"masonry",
"ngx"
],
"homepage": "https://github.com/gethinoakes/ngx-masonry/",
"bugs": {
"url": "https://github.com/gethinoakes/ngx-masonry/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gethinoakes/ngx-masonry/"
},
"peerDependencies": {
"@angular/common": "^5.0.0 || ^6.0.0",
"@angular/core": "^5.0.0 || ^6.0.0",
"@angular/core": "^5.0.0 || ^6.0.0"
},
"dependencies": {
"masonry-layout": "^4.2.0",
"imagesloaded": "^4.1.1"
"imagesloaded": "^4.1.1",
"tslib": "^1.9.0"
},

@@ -19,6 +42,3 @@ "main": "bundles/ngx-masonry.umd.js",

"metadata": "ngx-masonry.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
"sideEffects": false
}
# Angular Module for displaying a feed of items in a masonry layout using [https://github.com/desandro/masonry](https://github.com/desandro/masonry)
This package is a fork from [https://github.com/jelgblad/angular2-masonry](https://github.com/jelgblad/angular2-masonry) to update it to work for newer Angular releases as no work seems to have been done on it for almost 12 months (at the time of writing this).
This package was originally a fork from [https://github.com/jelgblad/angular2-masonry](https://github.com/jelgblad/angular2-masonry) to allow it to work with newer versions of Angular.
This updated version is also compatible with Angular Universal server side rendering (SSR)
**If I have the time I will look into further improvements, but please do not expect support as I don't have the time for that**.
This updated version is also compatible with Angular Universal server side rendering (SSR)
[![npm version](https://badge.fury.io/js/ngx-masonry.svg)](https://www.npmjs.com/package/ngx-masonry)

@@ -169,2 +169,2 @@

[View a live demo here](https://ngx-masonry-demo.herokuapp.com/)
[View a live demo here](https://ngx-masonry-demo.herokuapp.com/)
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