ngx-masonry
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"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/) |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
173362
0
1
1
170
0
0
+ Addedimagesloaded@^4.1.1
+ Addedmasonry-layout@^4.2.0