react-virtualized
Advanced tools
Comparing version 9.19.0 to 9.19.1
@@ -33,4 +33,2 @@ 'use strict'; | ||
var _reactLifecyclesCompat2 = _interopRequireDefault(_reactLifecyclesCompat); | ||
var _Grid = require('../Grid'); | ||
@@ -222,4 +220,4 @@ | ||
(0, _reactLifecyclesCompat2.default)(ArrowKeyStepper); | ||
(0, _reactLifecyclesCompat.polyfill)(ArrowKeyStepper); | ||
exports.default = ArrowKeyStepper; |
@@ -45,4 +45,2 @@ 'use strict'; | ||
var _reactLifecyclesCompat2 = _interopRequireDefault(_reactLifecyclesCompat); | ||
var _createCallbackMemoizer = require('../utils/createCallbackMemoizer'); | ||
@@ -661,4 +659,4 @@ | ||
(0, _reactLifecyclesCompat2.default)(CollectionView); | ||
(0, _reactLifecyclesCompat.polyfill)(CollectionView); | ||
exports.default = CollectionView; |
@@ -46,4 +46,2 @@ 'use strict'; | ||
var _reactLifecyclesCompat2 = _interopRequireDefault(_reactLifecyclesCompat); | ||
var _PositionCache = require('./PositionCache'); | ||
@@ -504,3 +502,3 @@ | ||
(0, _reactLifecyclesCompat2.default)(Masonry); | ||
(0, _reactLifecyclesCompat.polyfill)(Masonry); | ||
@@ -507,0 +505,0 @@ exports.default = Masonry; |
@@ -45,4 +45,2 @@ 'use strict'; | ||
var _reactLifecyclesCompat2 = _interopRequireDefault(_reactLifecyclesCompat); | ||
var _CellMeasurerCacheDecorator = require('./CellMeasurerCacheDecorator'); | ||
@@ -894,4 +892,4 @@ | ||
(0, _reactLifecyclesCompat2.default)(MultiGrid); | ||
(0, _reactLifecyclesCompat.polyfill)(MultiGrid); | ||
exports.default = MultiGrid; |
@@ -7,3 +7,3 @@ import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of'; | ||
import * as React from 'react'; | ||
import polyfill from 'react-lifecycles-compat'; | ||
import { polyfill } from 'react-lifecycles-compat'; | ||
@@ -10,0 +10,0 @@ /** |
@@ -10,3 +10,3 @@ import _extends from 'babel-runtime/helpers/extends'; | ||
import * as React from 'react'; | ||
import polyfill from 'react-lifecycles-compat'; | ||
import { polyfill } from 'react-lifecycles-compat'; | ||
import createCallbackMemoizer from '../utils/createCallbackMemoizer'; | ||
@@ -13,0 +13,0 @@ import getScrollbarSize from 'dom-helpers/util/scrollbarSize'; |
@@ -17,3 +17,3 @@ import _Object$assign from 'babel-runtime/core-js/object/assign'; | ||
import scrollbarSize from 'dom-helpers/util/scrollbarSize'; | ||
import polyfill from 'react-lifecycles-compat'; | ||
import { polyfill } from 'react-lifecycles-compat'; | ||
import { requestAnimationTimeout, cancelAnimationTimeout } from '../utils/requestAnimationTimeout'; | ||
@@ -20,0 +20,0 @@ |
@@ -10,3 +10,3 @@ import _extends from 'babel-runtime/helpers/extends'; | ||
import * as React from 'react'; | ||
import polyfill from 'react-lifecycles-compat'; | ||
import { polyfill } from 'react-lifecycles-compat'; | ||
import PositionCache from './PositionCache'; | ||
@@ -13,0 +13,0 @@ import { requestAnimationTimeout, cancelAnimationTimeout } from '../utils/requestAnimationTimeout'; |
@@ -10,3 +10,3 @@ import _extends from 'babel-runtime/helpers/extends'; | ||
import * as React from 'react'; | ||
import polyfill from 'react-lifecycles-compat'; | ||
import { polyfill } from 'react-lifecycles-compat'; | ||
import CellMeasurerCacheDecorator from './CellMeasurerCacheDecorator'; | ||
@@ -13,0 +13,0 @@ import Grid from '../Grid'; |
@@ -6,3 +6,3 @@ { | ||
"user": "bvaughn", | ||
"version": "9.19.0", | ||
"version": "9.19.1", | ||
"homepage": "https://github.com/bvaughn/react-virtualized", | ||
@@ -177,3 +177,3 @@ "main": "dist/commonjs/index.js", | ||
"prop-types": "^15.6.0", | ||
"react-lifecycles-compat": "^1.0.2" | ||
"react-lifecycles-compat": "^3.0.4" | ||
}, | ||
@@ -180,0 +180,0 @@ "peerDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1112121
21698
0
+ Addedreact-lifecycles-compat@3.0.4(transitive)
- Removedreact-lifecycles-compat@1.1.4(transitive)