Socket
Socket
Sign inDemoInstall

react-smooth

Package Overview
Dependencies
Maintainers
3
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-smooth - npm Package Compare versions

Comparing version 0.1.12 to 0.1.13

5

CHANGELOG.md

@@ -0,1 +1,6 @@

0.1.13 / 2016-10-27
==================
* feat: commit
0.1.12 / 2016-10-27

@@ -2,0 +7,0 @@ ==================

6

es6/configUpdate.js

@@ -142,3 +142,7 @@ 'use strict';

} else {
update(beginTime + duration);
var finalStyle = (0, _util.mapObject)(function (key, val) {
return alpha.apply(undefined, _toConsumableArray(val).concat([easing(1)]));
}, timingStyle);
render(_extends({}, from, to, finalStyle));
}

@@ -145,0 +149,0 @@ };

@@ -142,3 +142,7 @@ 'use strict';

} else {
update(beginTime + duration);
var finalStyle = (0, _util.mapObject)(function (key, val) {
return alpha.apply(undefined, _toConsumableArray(val).concat([easing(1)]));
}, timingStyle);
render(_extends({}, from, to, finalStyle));
}

@@ -145,0 +149,0 @@ };

2

package.json
{
"name": "react-smooth",
"version": "0.1.12",
"version": "0.1.13",
"description": "react animation library",

@@ -5,0 +5,0 @@ "main": "lib/index",

@@ -113,3 +113,10 @@ import raf, { cancel as caf } from 'raf';

} else {
update(beginTime + duration);
const finalStyle = mapObject((key, val) =>
alpha(...val, easing(1)), timingStyle);
render({
...from,
...to,
...finalStyle,
});
}

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