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

ngx-lottie

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-lottie - npm Package Compare versions

Comparing version 8.0.1 to 8.1.0

7

lib/symbols.d.ts

@@ -60,6 +60,7 @@ import { InjectionToken } from '@angular/core';

}
export declare type AnimationConfigWithData = import('lottie-web').AnimationConfigWithData;
export declare type AnimationConfigWithPath = import('lottie-web').AnimationConfigWithPath;
export declare type AnimationOptions = Partial<AnimationConfigWithData> | Partial<AnimationConfigWithPath>;
export declare type RendererType = import('lottie-web').RendererType;
export declare type AnimationConfigWithData<R extends RendererType = 'svg'> = import('lottie-web').AnimationConfigWithData<R>;
export declare type AnimationConfigWithPath<R extends RendererType = 'svg'> = import('lottie-web').AnimationConfigWithPath<R>;
export declare type AnimationOptions<R extends RendererType = 'svg'> = Partial<AnimationConfigWithData<R>> | Partial<AnimationConfigWithPath<R>>;
export declare const LOTTIE_OPTIONS: InjectionToken<LottieOptions>;
export {};
{
"name": "ngx-lottie",
"version": "8.0.1",
"version": "8.1.0",
"repository": {

@@ -38,3 +38,3 @@ "type": "git",

"@angular/core": ">=13",
"lottie-web": ">=5.4.0"
"lottie-web": ">=5.9.2"
},

@@ -41,0 +41,0 @@ "module": "fesm2015/ngx-lottie.mjs",

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

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

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

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

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

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