react-now-you-see-me
Advanced tools
Comparing version 1.5.13 to 1.5.14
@@ -32,4 +32,8 @@ "use strict"; | ||
function _createSuper(Derived) { return function () { var Super = _getPrototypeOf(Derived), result; if (_isNativeReflectConstruct()) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; } | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } | ||
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } | ||
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function () { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; } | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } | ||
@@ -43,6 +47,2 @@ | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } | ||
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } | ||
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } | ||
@@ -49,0 +49,0 @@ |
@@ -74,3 +74,3 @@ "use strict"; | ||
return _objectSpread({}, ops, { | ||
return _objectSpread(_objectSpread({}, ops), {}, { | ||
rerender: function rerender(props) { | ||
@@ -77,0 +77,0 @@ return ops.rerender(toRender(props)); |
@@ -21,3 +21,3 @@ "use strict"; | ||
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(n); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } | ||
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } | ||
@@ -24,0 +24,0 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } |
{ | ||
"name": "react-now-you-see-me", | ||
"description": "A React component for determining when an element is within a given threshold of the viewport, horizontally.", | ||
"version": "1.5.13", | ||
"version": "1.5.14", | ||
"author": "Jane Web Team", | ||
@@ -49,23 +49,23 @@ "contributors": [ | ||
"@babel/cli": "7.8.4", | ||
"@babel/core": "7.9.0", | ||
"@babel/core": "7.9.6", | ||
"@babel/plugin-proposal-class-properties": "7.8.3", | ||
"@babel/preset-env": "7.9.0", | ||
"@babel/preset-react": "7.9.1", | ||
"@babel/preset-env": "7.9.6", | ||
"@babel/preset-react": "7.9.4", | ||
"@babel/register": "7.9.0", | ||
"babel-core": "7.0.0-bridge.0", | ||
"babel-eslint": "10.1.0", | ||
"babel-jest": "25.1.0", | ||
"babel-jest": "26.0.1", | ||
"babel-loader": "8.1.0", | ||
"babel-plugin-transform-react-remove-prop-types": "0.4.24", | ||
"core-js": "3.6.4", | ||
"coveralls": "3.0.11", | ||
"core-js": "3.6.5", | ||
"coveralls": "3.1.0", | ||
"dom-testing-library": "2.5.0", | ||
"eslint": "6.8.0", | ||
"eslint-plugin-jane": "7.2.1", | ||
"husky": "4.2.3", | ||
"jest": "25.1.0", | ||
"lint-staged": "10.0.8", | ||
"marked": "0.8.1", | ||
"eslint": "7.1.0", | ||
"eslint-plugin-jane": "8.0.1", | ||
"husky": "4.2.5", | ||
"jest": "26.0.1", | ||
"lint-staged": "10.2.6", | ||
"marked": "1.1.0", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "2.0.1", | ||
"prettier": "2.0.5", | ||
"prop-types": "15.7.2", | ||
@@ -76,6 +76,6 @@ "react": "16.12.0", | ||
"regenerator-runtime": "0.13.5", | ||
"sortpack": "2.1.2", | ||
"webpack": "4.42.0", | ||
"sortpack": "2.1.4", | ||
"webpack": "4.43.0", | ||
"webpack-cli": "3.3.11", | ||
"webpack-dev-server": "3.10.3" | ||
"webpack-dev-server": "3.11.0" | ||
}, | ||
@@ -82,0 +82,0 @@ "jest": { |
40371