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.1.0-beta.1 to 3.1.0-beta.2

.rpt2_cache/rpt2_6f5f3c1ab768ab51b34575a5b6446f8898855c96/code/cache/8af6bc9f2722c6d7a09b7942347101cead8ca72e

6

dist/index.es.js

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

? {
animation: `${duration}s ${easeType} ${delay}s ${iterationCount} ${direction} ${fillMode} ${play ? 'running' : 'pause'} ${animationNameRef.current || ''}`,
animation: `${duration}s ${easeType} ${delay}s ${iterationCount} ${direction} ${fillMode} ${play ? 'running' : 'paused'} ${animationNameRef.current || ''}`,
}

@@ -237,3 +237,3 @@ : null;

? {
animation: `${duration}s ${easeType} ${delay}s ${iterationCount} ${direction} ${fillMode} ${isPlaying ? 'running' : 'pause'} ${animationNameRef.current || ''}`,
animation: `${duration}s ${easeType} ${delay}s ${iterationCount} ${direction} ${fillMode} ${isPlaying ? 'running' : 'paused'} ${animationNameRef.current || ''}`,
}

@@ -285,3 +285,3 @@ : null;

? {
animation: `${duration}s ${easeType} ${delayDuration}s ${iterationCount} ${direction} ${fillMode} ${isPlaying ? 'running' : 'pause'} ${animationNamesRef.current[currentIndex]}`,
animation: `${duration}s ${easeType} ${delayDuration}s ${iterationCount} ${direction} ${fillMode} ${isPlaying ? 'running' : 'paused'} ${animationNamesRef.current[currentIndex]}`,
}

@@ -288,0 +288,0 @@ : {};

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

? {
animation: `${duration}s ${easeType} ${delay}s ${iterationCount} ${direction} ${fillMode} ${play ? 'running' : 'pause'} ${animationNameRef.current || ''}`,
animation: `${duration}s ${easeType} ${delay}s ${iterationCount} ${direction} ${fillMode} ${play ? 'running' : 'paused'} ${animationNameRef.current || ''}`,
}

@@ -240,3 +240,3 @@ : null;

? {
animation: `${duration}s ${easeType} ${delay}s ${iterationCount} ${direction} ${fillMode} ${isPlaying ? 'running' : 'pause'} ${animationNameRef.current || ''}`,
animation: `${duration}s ${easeType} ${delay}s ${iterationCount} ${direction} ${fillMode} ${isPlaying ? 'running' : 'paused'} ${animationNameRef.current || ''}`,
}

@@ -288,3 +288,3 @@ : null;

? {
animation: `${duration}s ${easeType} ${delayDuration}s ${iterationCount} ${direction} ${fillMode} ${isPlaying ? 'running' : 'pause'} ${animationNamesRef.current[currentIndex]}`,
animation: `${duration}s ${easeType} ${delayDuration}s ${iterationCount} ${direction} ${fillMode} ${isPlaying ? 'running' : 'paused'} ${animationNamesRef.current[currentIndex]}`,
}

@@ -291,0 +291,0 @@ : {};

{
"name": "react-simple-animate",
"version": "3.1.0-beta.1",
"version": "3.1.0-beta.2",
"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