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

react-animationjs

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-animationjs - npm Package Compare versions

Comparing version 2.5.0 to 2.6.0

13

build/index.js

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

_this.children = {
cur: children
cur: children.filter(filterNullEls)
};

@@ -166,5 +166,9 @@ return _this;

var animeProps = _extends({ targets: _this3.targets }, props);
var modifiedProps = Object.assign({}, props);
delete modifiedProps['styleEl'];
delete modifiedProps['onEnter'];
delete modifiedProps['onExit'];
delete modifiedProps.children;
var animeProps = _extends({ targets: _this3.targets }, modifiedProps);
anime.remove(_this3.targets);
delete animeProps.children;
_this3.anime = anime(animeProps);

@@ -198,5 +202,6 @@ };

onEnter: function onEnter() {},
onExit: function onExit() {}
onExit: function onExit() {},
styleEl: {}
};
exports.default = Anime;
{
"name": "react-animationjs",
"version": "2.5.0",
"version": "2.6.0",
"description": "An animation library that applies anime.js to it's react children",

@@ -73,6 +73,7 @@ "main": "build/index.js",

"nyc": "^11.2.x",
"react": "^16.x",
"react-dom": "^16.x",
"react-fatigue-dev": "github:ekeric13/react-fatigue-dev",
"react-test-renderer": "^16.0.x",
"webpack": "^3.8.x",
"react": "^16.x",
"react-dom": "^16.x"
"webpack": "^3.8.x"
},

@@ -79,0 +80,0 @@ "peerDependencies": {

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