ngx-masonry
Advanced tools
Comparing version 10.1.0 to 11.0.0
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/animations')) : | ||
typeof define === 'function' && define.amd ? define('ngx-masonry', ['exports', '@angular/core', '@angular/common', '@angular/animations'], factory) : | ||
(global = global || self, factory(global['ngx-masonry'] = {}, global.ng.core, global.ng.common, global.ng.animations)); | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global['ngx-masonry'] = {}, global.ng.core, global.ng.common, global.ng.animations)); | ||
}(this, (function (exports, core, common, animations) { 'use strict'; | ||
@@ -6,0 +6,0 @@ |
@@ -1,2 +0,2 @@ | ||
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@angular/core"),require("@angular/common"),require("@angular/animations")):"function"==typeof define&&define.amd?define("ngx-masonry",["exports","@angular/core","@angular/common","@angular/animations"],e):e((t=t||self)["ngx-masonry"]={},t.ng.core,t.ng.common,t.ng.animations)}(this,(function(t,e,n,o){"use strict"; | ||
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@angular/core"),require("@angular/common"),require("@angular/animations")):"function"==typeof define&&define.amd?define("ngx-masonry",["exports","@angular/core","@angular/common","@angular/animations"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self)["ngx-masonry"]={},t.ng.core,t.ng.common,t.ng.animations)}(this,(function(t,e,n,o){"use strict"; | ||
/*! ***************************************************************************** | ||
@@ -3,0 +3,0 @@ Copyright (c) Microsoft Corporation. |
@@ -0,1 +1,2 @@ | ||
export {}; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd4LW1hc29ucnktb3B0aW9ucy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1tYXNvbnJ5L3NyYy9saWIvbmd4LW1hc29ucnktb3B0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQW5pbWF0aW9uTWV0YWRhdGEgfSBmcm9tICdAYW5ndWxhci9hbmltYXRpb25zJztcblxuZXhwb3J0IGludGVyZmFjZSBOZ3hNYXNvbnJ5T3B0aW9ucyB7XG4gIGl0ZW1TZWxlY3Rvcj86IHN0cmluZztcbiAgY29sdW1uV2lkdGg/OiBudW1iZXIgfCBzdHJpbmc7XG4gIGd1dHRlcj86IG51bWJlciB8IHN0cmluZztcbiAgcGVyY2VudFBvc2l0aW9uPzogYm9vbGVhbjtcbiAgc3RhbXA/OiBzdHJpbmc7XG4gIGZpdFdpZHRoPzogYm9vbGVhbjtcbiAgb3JpZ2luTGVmdD86IGJvb2xlYW47XG4gIG9yaWdpblRvcD86IGJvb2xlYW47XG4gIGNvbnRhaW5lclN0eWxlPzogc3RyaW5nO1xuICByZXNpemU/OiBib29sZWFuO1xuICBpbml0TGF5b3V0PzogYm9vbGVhbjtcbiAgaG9yaXpvbnRhbE9yZGVyPzogYm9vbGVhbjtcbiAgYW5pbWF0aW9ucz86IE5neE1hc29ucnlBbmltYXRpb25zO1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIE5neE1hc29ucnlBbmltYXRpb25zIHtcbiAgc2hvdz86IEFuaW1hdGlvbk1ldGFkYXRhW107XG4gIGhpZGU/OiBBbmltYXRpb25NZXRhZGF0YVtdO1xufVxuIl19 |
{ | ||
"name": "ngx-masonry", | ||
"version": "10.1.0", | ||
"version": "11.0.0", | ||
"description": "Angular Module for displaying a feed of items in a masonry layout using https://github.com/desandro/masonry", | ||
@@ -25,4 +25,4 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@angular/common": "^10.0.0", | ||
"@angular/core": "^10.0.0", | ||
"@angular/common": "^11.0.0", | ||
"@angular/core": "^11.0.0", | ||
"masonry-layout": "^4.2.0" | ||
@@ -41,2 +41,2 @@ }, | ||
"sideEffects": false | ||
} | ||
} |
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
1159
161407
22