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

react-lottie

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-lottie - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

9

CHANGELOG.md

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

# Change Log
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.2.6](https://github.com/chenqingspring/react-lottie/compare/v1.2.5...v1.2.6) (2024-11-16)
### Features
* update lottie-web to latest ([8018d02](https://github.com/chenqingspring/react-lottie/commit/8018d02c0c5a42b315d3f1e3e4d2edb9572e5d46))
<a name="1.2.5"></a>

@@ -6,0 +13,0 @@ ## [1.2.5](https://github.com/chenqingspring/react-lottie/compare/v1.2.4...v1.2.5) (2024-11-16)

4

dist/index.js

@@ -97,2 +97,4 @@ 'use strict';

this.registerEvents(eventListeners);
this.setSpeed();
}

@@ -266,3 +268,3 @@ }, {

title: _propTypes2.default.string,
style: _propTypes2.default.string
style: _propTypes2.default.object
};

@@ -269,0 +271,0 @@

{
"name": "react-lottie",
"version": "1.2.5",
"version": "1.2.6",
"description": "lottie animation view for React",

@@ -41,3 +41,2 @@ "repository": {

"mocha": "^5.2.0",
"prop-types": "^15.6.1",
"react": "^15.6.2",

@@ -47,3 +46,3 @@ "react-addons-test-utils": "^15.6.2",

"sinon": "^1.17.6",
"standard-version": "^4.4.0"
"standard-version": "^9.5.0"
},

@@ -55,5 +54,6 @@ "peerDependencies": {

"babel-runtime": "^6.26.0",
"lottie-web": "^5.1.3"
"prop-types": "^15.6.1",
"lottie-web": "^5.12.2"
},
"main": "dist/index.js"
}

@@ -36,3 +36,3 @@ # Lottie Animation View for React ([Angular](https://github.com/chenqingspring/ng-lottie), [Vue](https://github.com/chenqingspring/vue-lottie))

Import pinjump.json.json as animation data
Import pinjump.json as animation data

@@ -118,2 +118,5 @@ ```jsx

**isClickToPauseDisabled** *optional* [default: `false`]
When this props is left unspecified or is set to `false` animations are paused or resumed when a user clicks or taps them. If you do not want this behaviour set this prop to `true`.
## Related Projects

@@ -120,0 +123,0 @@

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