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

angular2-imagelazyload-directive

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-imagelazyload-directive - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

yarn.lock

34

index.js
"use strict";
var core_1 = require('angular2/core');
var core_1 = require("angular2/core");
var ImageLazyLoadDirective = (function () {

@@ -101,22 +101,22 @@ function ImageLazyLoadDirective(el) {

};
__decorate([
core_1.Input(),
__metadata('design:type', Number)
], ImageLazyLoadDirective.prototype, "threshold", void 0);
__decorate([
core_1.Input(),
__metadata('design:type', Boolean)
], ImageLazyLoadDirective.prototype, "fadeIn", void 0);
__decorate([
core_1.Input(),
__metadata('design:type', Number)
], ImageLazyLoadDirective.prototype, "fadeInDuration", void 0);
ImageLazyLoadDirective = __decorate([
core_1.Directive({ selector: '[imagelazyload]' }),
__metadata('design:paramtypes', [core_1.ElementRef])
], ImageLazyLoadDirective);
return ImageLazyLoadDirective;
}());
__decorate([
core_1.Input(),
__metadata("design:type", Number)
], ImageLazyLoadDirective.prototype, "threshold", void 0);
__decorate([
core_1.Input(),
__metadata("design:type", Boolean)
], ImageLazyLoadDirective.prototype, "fadeIn", void 0);
__decorate([
core_1.Input(),
__metadata("design:type", Number)
], ImageLazyLoadDirective.prototype, "fadeInDuration", void 0);
ImageLazyLoadDirective = __decorate([
core_1.Directive({ selector: '[imagelazyload]' }),
__metadata("design:paramtypes", [core_1.ElementRef])
], ImageLazyLoadDirective);
exports.ImageLazyLoadDirective = ImageLazyLoadDirective;
;
//# sourceMappingURL=index.js.map
{
"name": "angular2-imagelazyload-directive",
"version": "1.1.0",
"version": "1.1.1",
"description": "Angular 2 Image Lazy Load Directive",

@@ -38,10 +38,10 @@ "main": "index.js",

"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-beta.12",
"rxjs": "5.0.2",
"ts-helpers": "^1.1.1",
"tslint": "^3.4.0",
"tslint-loader": "^2.1.0",
"typedoc": "^0.4.4",
"typescript": "2.0.3",
"zone.js": "^0.6.25"
"tslint": "^4.2.0",
"tslint-loader": "^3.3.0",
"typedoc": "^0.5.3",
"typescript": "2.1.4",
"zone.js": "^0.7.4"
}
}

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