@omnedia/ngx-marquee
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,6 +0,7 @@ | ||
import { AfterViewInit, ElementRef, QueryList } from '@angular/core'; | ||
import { DomSanitizer, SafeHtml } from '@angular/platform-browser'; | ||
import { AfterViewInit, ElementRef, QueryList } from "@angular/core"; | ||
import { DomSanitizer, SafeHtml } from "@angular/platform-browser"; | ||
import * as i0 from "@angular/core"; | ||
export declare class NgxMarqueeComponent implements AfterViewInit { | ||
private readonly sanitizer; | ||
marqueeRef: ElementRef<HTMLElement>; | ||
elementRefs?: QueryList<ElementRef<HTMLElement>>; | ||
@@ -15,2 +16,4 @@ styleClass?: string; | ||
marqueeElements: SafeHtml[]; | ||
isInView: boolean; | ||
private intersectionObserver?; | ||
constructor(sanitizer: DomSanitizer); | ||
@@ -17,0 +20,0 @@ ngAfterViewInit(): void; |
{ | ||
"name": "@omnedia/ngx-marquee", | ||
"description": "A simple component library to create an infinite scrolling marquee with your content.", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"peerDependencies": { | ||
@@ -6,0 +6,0 @@ "@angular/common": "^18.2.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
41741
251