New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@coreui/angular

Package Overview
Dependencies
Maintainers
0
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coreui/angular - npm Package Compare versions

Comparing version 5.3.10 to 5.3.12

4

lib/carousel/carousel-inner/carousel-inner.component.d.ts

@@ -12,2 +12,6 @@ import { AfterContentChecked, AfterContentInit } from '@angular/core';

readonly transition: import("@angular/core").WritableSignal<string>;
readonly slideType: import("@angular/core").Signal<{
left: boolean;
type: string;
}>;
readonly contentItems: import("@angular/core").Signal<readonly CarouselItemComponent[]>;

@@ -14,0 +18,0 @@ ngAfterContentInit(): void;

13

lib/carousel/carousel.animation.d.ts

@@ -1,4 +0,9 @@

export declare function toLeft(fromState: any, toState: any): boolean;
export declare function toRight(fromState: any, toState: any): boolean;
export declare const slideAnimation: import("@angular/animations").AnimationTriggerMetadata;
export declare const fadeAnimation: import("@angular/animations").AnimationTriggerMetadata;
export declare function toSlideLeft(fromState: any, toState: any): boolean;
export declare function toSlideRight(fromState: any, toState: any): boolean;
export declare function toFadeLeft(fromState: any, toState: any): boolean;
export declare function toFadeRight(fromState: any, toState: any): boolean;
export declare const slideAnimationLeft: import("@angular/animations").AnimationReferenceMetadata;
export declare const slideAnimationRight: import("@angular/animations").AnimationReferenceMetadata;
export declare const fadeAnimationLeft: import("@angular/animations").AnimationReferenceMetadata;
export declare const fadeAnimationRight: import("@angular/animations").AnimationReferenceMetadata;
export declare const carouselPlay: import("@angular/animations").AnimationTriggerMetadata;
{
"name": "@coreui/angular",
"version": "5.3.10",
"version": "5.3.12",
"description": "CoreUI Components Library for Angular",

@@ -26,9 +26,9 @@ "copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",

"peerDependencies": {
"@angular/animations": "^19.1.4",
"@angular/cdk": "^19.1.2",
"@angular/common": "^19.1.4",
"@angular/core": "^19.1.4",
"@angular/router": "^19.1.4",
"@angular/animations": "^19.1.5",
"@angular/cdk": "^19.1.3",
"@angular/common": "^19.1.5",
"@angular/core": "^19.1.5",
"@angular/router": "^19.1.5",
"@coreui/coreui": "^5.2.0",
"@coreui/icons-angular": "~5.3.8",
"@coreui/icons-angular": "~5.3.9",
"rxjs": "^7.8.1"

@@ -35,0 +35,0 @@ },

Sorry, the diff of this file is not supported yet

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