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

react-simple-animate

Package Overview
Dependencies
Maintainers
2
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-simple-animate - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

.rpt2_cache/rpt2_6f5f3c1ab768ab51b34575a5b6446f8898855c96/code/cache/756373e139ad0d0a7a6fb32acd040e64dda6dd75

2

dist/animate.d.ts
import { AnimationProps } from './types';
export default function AnimateGroup(props: AnimationProps): any;
export default function Animate(props: AnimationProps): any;

@@ -79,3 +79,3 @@ import * as React from 'react';

const { useEffect: useEffect$1, useState: useState$1, useRef: useRef$1, useContext } = React;
function AnimateGroup$1(props) {
function Animate(props) {
const { play, children, render, start, end, complete = '', onComplete, delay = 0, duration = 0.3, easeType = 'linear', sequenceId, sequenceIndex, } = props;

@@ -300,2 +300,2 @@ const onCompleteTimeRef = useRef$1(null);

export { AnimateGroup$1 as Animate, AnimateGroup, AnimateKeyframes, useAnimate, useAnimateGroup, useAnimateKeyframes };
export { Animate, AnimateGroup, AnimateKeyframes, useAnimate, useAnimateGroup, useAnimateKeyframes };

@@ -82,3 +82,3 @@ 'use strict';

const { useEffect: useEffect$1, useState: useState$1, useRef: useRef$1, useContext } = React;
function AnimateGroup$1(props) {
function Animate(props) {
const { play, children, render, start, end, complete = '', onComplete, delay = 0, duration = 0.3, easeType = 'linear', sequenceId, sequenceIndex, } = props;

@@ -303,3 +303,3 @@ const onCompleteTimeRef = useRef$1(null);

exports.Animate = AnimateGroup$1;
exports.Animate = Animate;
exports.AnimateGroup = AnimateGroup;

@@ -306,0 +306,0 @@ exports.AnimateKeyframes = AnimateKeyframes;

{
"name": "react-simple-animate",
"version": "3.0.0",
"version": "3.0.1",
"description": "react simple animate",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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