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

react-tween-state

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tween-state - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

3

HISTORY.md

@@ -5,2 +5,5 @@ Legend:

### 0.1.2 (July 4th 2015)
- [I] Export everything as default.
## 0.1.1 (June 21th 2015)

@@ -7,0 +10,0 @@ **Note**: this version is not compatible with React < 0.13.

13

index.js

@@ -1,3 +0,1 @@

'use strict';
import easingTypes, {easeInOutQuad} from 'tween-functions';

@@ -13,8 +11,7 @@

export {easingTypes};
export let stackBehavior = {
let stackBehavior = {
ADDITIVE: 'ADDITIVE',
DESTRUCTIVE: 'DESTRUCTIVE',
};
export let Mixin = {
let Mixin = {
getInitialState: function() {

@@ -156,1 +153,7 @@ return {

};
export default {
Mixin,
easingTypes,
stackBehavior,
};

@@ -53,4 +53,5 @@ (function webpackUniversalModuleDefinition(root, factory) {

/************************************************************************/
/******/ ([
/* 0 */
/******/ ({
/***/ 0:
/*!*****************!*\

@@ -61,8 +62,8 @@ !*** multi lib ***!

module.exports = __webpack_require__(/*! ./index.js */2);
module.exports = __webpack_require__(/*! ./index.js */160);
/***/ },
/* 1 */,
/* 2 */
/***/ 160:
/*!******************!*\

@@ -81,3 +82,3 @@ !*** ./index.js ***!

var _tweenFunctions = __webpack_require__(/*! tween-functions */ 3);
var _tweenFunctions = __webpack_require__(/*! tween-functions */ 161);

@@ -94,3 +95,2 @@ var _tweenFunctions2 = _interopRequireDefault(_tweenFunctions);

exports.easingTypes = _tweenFunctions2['default'];
var stackBehavior = {

@@ -100,3 +100,2 @@ ADDITIVE: 'ADDITIVE',

};
exports.stackBehavior = stackBehavior;
var Mixin = {

@@ -243,8 +242,15 @@ getInitialState: function getInitialState() {

};
exports.Mixin = Mixin;
exports['default'] = {
Mixin: Mixin,
easingTypes: _tweenFunctions2['default'],
stackBehavior: stackBehavior
};
module.exports = exports['default'];
// TODO: some funcs accept a 5th param
/***/ },
/* 3 */
/***/ 161:
/*!************************************!*\

@@ -513,5 +519,6 @@ !*** ./~/tween-functions/index.js ***!

/***/ }
/******/ ])
/******/ })
});
;
//# sourceMappingURL=index.js.map
{
"name": "react-tween-state",
"version": "0.1.1",
"version": "0.1.2",
"description": "React animation.",

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

Sorry, the diff of this file is not supported yet

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