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

animate-components

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

animate-components - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

src/main.js

71

index.js

@@ -1,70 +0,1 @@

import bounceObj from "./src/animations/bounce/index";
const { Bounce, BounceUp, BounceRight, BounceLeft, BounceDown } = bounceObj;
import fadeObj from "./src/animations/fade/index";
const {
FadeIn,
FadeInUp,
FadeInRight,
FadeInLeft,
FadeInDown,
FadeInUpBig,
FadeInRightBig,
FadeInLeftBig
} = fadeObj;
import flipObj from "./src/animations/flip/index";
const { Flip, FlipX, FlipY } = flipObj;
import lightObj from "./src/animations/lightspeed/index";
const { LightOut, LightIn } = lightObj;
import rotateObj from "./src/animations/rotate/index";
const {
RotateIn,
RotateRight,
RotateLeft,
RotateUpRight,
RotateUpLeft
} = rotateObj;
import specialObj from "./src/animations/special";
const { Flash, RollOut, RollIn, Shake, Swing, Zoom } = specialObj;
export {
Bounce,
BounceUp,
BounceRight,
BounceLeft,
BounceDown,
FadeIn,
FadeInUp,
FadeInRight,
FadeInLeft,
FadeInDown,
FadeInUpBig,
FadeInLeftBig,
FadeInRightBig,
Flip,
FlipX,
FlipY,
LightOut,
LightIn,
RotateIn,
RotateRight,
RotateLeft,
RotateUpRight,
RotateUpLeft,
Flash,
RollOut,
RollIn,
Shake,
Swing,
Zoom
};
module.exports = require('./src/main');
{
"name": "animate-components",
"version": "0.0.3",
"version": "0.0.4",
"description": "Animation components for React",

@@ -5,0 +5,0 @@ "main": "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