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.3.3 to 2.4.0

2

build/index.js

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

cur.filter(filterNullEls).map(function (child, i) {
return _react2.default.cloneElement(child, { key: i, ref: _this2.addTarget });
return _react2.default.cloneElement(child, { key: i, ref: _this2.addTarget, innerRef: _this2.addTarget });
})

@@ -139,0 +139,0 @@ );

{
"name": "react-animationjs",
"version": "2.3.3",
"version": "2.4.0",
"description": "An animation library that applies anime.js to it's react children",

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

@@ -112,3 +112,3 @@ import React, { Component } from 'react';

.map((child, i) =>
React.cloneElement(child, { key: i, ref: this.addTarget })
React.cloneElement(child, { key: i, ref: this.addTarget, innerRef: this.addTarget })
)

@@ -115,0 +115,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