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.3 to 1.1.4

bundles/ngx-masonry.umd.js

28

package.json
{
"name": "ngx-masonry",
"version": "1.1.3",
"version": "1.1.4",
"description": "Angular Module for displaying a feed of items in a masonry layout using https://github.com/desandro/masonry",

@@ -13,7 +13,8 @@ "keywords": [

"masonry",
"ng",
"ngx"
],
"homepage": "https://github.com/gethinoakes/ngx-masonry/",
"homepage": "https://github.com/wynfred/ngx-masonry/",
"bugs": {
"url": "https://github.com/gethinoakes/ngx-masonry/issues"
"url": "https://github.com/wynfred/ngx-masonry/issues"
},

@@ -23,12 +24,23 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/gethinoakes/ngx-masonry/"
"url": "https://github.com/wynfred/ngx-masonry/"
},
"peerDependencies": {
"@angular/common": "^5.0.0",
"@angular/core": "^5.0.0"
"@angular/common": ">5.0.0",
"@angular/core": ">5.0.0"
},
"dependencies": {
"masonry-layout": "^4.2.0",
"imagesloaded": "^4.1.1"
}
"imagesloaded": "^4.1.1",
"tslib": "^1.9.0"
},
"main": "bundles/ngx-masonry.umd.js",
"module": "fesm5/ngx-masonry.js",
"es2015": "fesm2015/ngx-masonry.js",
"esm5": "esm5/ngx-masonry.js",
"esm2015": "esm2015/ngx-masonry.js",
"fesm5": "fesm5/ngx-masonry.js",
"fesm2015": "fesm2015/ngx-masonry.js",
"typings": "ngx-masonry.d.ts",
"metadata": "ngx-masonry.metadata.json",
"sideEffects": false
}
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