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

@trademe/ng-defer-load

Package Overview
Dependencies
Maintainers
7
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trademe/ng-defer-load - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1-beta.0

2

dist/defer-load.directive.js

@@ -45,3 +45,3 @@ "use strict";

else {
if (this.preRender) {
if (this.preRender === true) {
this.load();

@@ -48,0 +48,0 @@ }

{
"name": "@trademe/ng-defer-load",
"version": "3.0.0",
"version": "3.0.1-beta.0",
"description": "Angular directive to load elements lazily",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -36,3 +36,3 @@ # ng-defer-load

<div
preRender="false"
[preRender]="false"
(deferLoad)="showMyElement=true">

@@ -39,0 +39,0 @@ <my-element

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