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

@dotlottie/react-player

Package Overview
Dependencies
Maintainers
3
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotlottie/react-player - npm Package Compare versions

Comparing version 0.1.0-beta.8 to 0.1.0-beta.9

dist/chunk-2SXCSJZO.js

4

dist/controls.js

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

export { a as Controls } from './chunk-FUO3YSFZ.js';
import './chunk-VFVUTZHY.js';
export { a as Controls } from './chunk-IH37QOC4.js';
import './chunk-NJGKEF27.js';
//# sourceMappingURL=out.js.map
//# sourceMappingURL=controls.js.map

@@ -222,2 +222,3 @@ import React, { MutableRefObject } from 'react';

getState: () => DotLottiePlayerState;
getVersions: () => Versions;
next: (getOptions?: (currPlaybackOptions?: PlaybackOptions, manifestPlaybackOptions?: PlaybackOptions) => PlaybackOptions) => void;

@@ -238,2 +239,6 @@ play: (indexOrId?: string | number, getOptions?: (currPlaybackOptions?: PlaybackOptions, manifestPlaybackOptions?: PlaybackOptions) => PlaybackOptions) => void;

}
interface Versions {
dotLottieReactVersion: string;
lottieWebVersion: string;
}

@@ -276,2 +281,2 @@ /**

export { Controls, DotLottiePlayer, DotLottiePlayerProps, DotLottieRefProps, Manifest, ManifestAnimation, ManifestTheme, PlayMode, PlayerEvents, PlayerState };
export { Controls, DotLottiePlayer, DotLottiePlayerProps, DotLottieRefProps, Manifest, ManifestAnimation, ManifestTheme, PlayMode, PlaybackOptions, PlayerEvents, PlayerState };

@@ -1,5 +0,5 @@

export { a as Controls } from './chunk-FUO3YSFZ.js';
export { a as DotLottiePlayer } from './chunk-GRUEBQ2A.js';
export { c as PlayMode, a as PlayerEvents, b as PlayerState } from './chunk-VFVUTZHY.js';
export { a as Controls } from './chunk-IH37QOC4.js';
export { a as DotLottiePlayer } from './chunk-2SXCSJZO.js';
export { c as PlayMode, a as PlayerEvents, b as PlayerState } from './chunk-NJGKEF27.js';
//# sourceMappingURL=out.js.map
//# sourceMappingURL=index.js.map

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

export { a as DotLottiePlayer } from './chunk-GRUEBQ2A.js';
import './chunk-VFVUTZHY.js';
export { a as DotLottiePlayer } from './chunk-2SXCSJZO.js';
import './chunk-NJGKEF27.js';
//# sourceMappingURL=out.js.map
//# sourceMappingURL=react-player.js.map
{
"name": "@dotlottie/react-player",
"version": "0.1.0-beta.8",
"version": "0.1.0-beta.9",
"type": "module",

@@ -38,3 +38,3 @@ "description": "dotlottie animation player react component.",

"vite": "^4.2.1",
"@dotlottie/common": "^0.1.0-beta.3"
"@dotlottie/common": "^0.1.0-beta.4"
},

@@ -41,0 +41,0 @@ "scripts": {

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