@vx/responsive
Advanced tools
Comparing version 0.0.115 to 0.0.120
@@ -17,5 +17,5 @@ 'use strict'; | ||
var _lodash = require('lodash.debounce'); | ||
var _debounce = require('lodash/debounce'); | ||
var _lodash2 = _interopRequireDefault(_lodash); | ||
var _debounce2 = _interopRequireDefault(_debounce); | ||
@@ -44,3 +44,3 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
_this.handleResize = (0, _lodash2.default)(_this.resize.bind(_this), props.windowResizeDebounceTime).bind(_this); | ||
_this.handleResize = (0, _debounce2.default)(_this.resize.bind(_this), props.windowResizeDebounceTime).bind(_this); | ||
return _this; | ||
@@ -47,0 +47,0 @@ } |
@@ -17,5 +17,5 @@ 'use strict'; | ||
var _lodash = require('lodash.debounce'); | ||
var _debounce = require('lodash/debounce'); | ||
var _lodash2 = _interopRequireDefault(_lodash); | ||
var _debounce2 = _interopRequireDefault(_debounce); | ||
@@ -44,3 +44,3 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
_this.handleResize = (0, _lodash2.default)(_this.resize.bind(_this), props.windowResizeDebounceTime).bind(_this); | ||
_this.handleResize = (0, _debounce2.default)(_this.resize.bind(_this), props.windowResizeDebounceTime).bind(_this); | ||
return _this; | ||
@@ -47,0 +47,0 @@ } |
{ | ||
"name": "@vx/responsive", | ||
"version": "0.0.115", | ||
"version": "0.0.120", | ||
"description": "vx responsive svg", | ||
@@ -35,2 +35,3 @@ "main": "build/index.js", | ||
"jest": "^20.0.3", | ||
"react": "^15.0.0 || 15.x", | ||
"react-addons-test-utils": "^15.5.1", | ||
@@ -42,5 +43,7 @@ "react-fatigue-dev": "github:tj/react-fatigue-dev", | ||
"dependencies": { | ||
"lodash.debounce": "^4.0.8", | ||
"react": "^15.4.2" | ||
"lodash": "^4.0.8" | ||
}, | ||
"peerDependencies": { | ||
"react": "^15.0.0 || 15.x" | ||
}, | ||
"publishConfig": { | ||
@@ -47,0 +50,0 @@ "access": "public" |
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
13492
7
249
8
+ Addedlodash@^4.0.8
+ Addedlodash@4.17.21(transitive)
- Removedlodash.debounce@^4.0.8
- Removedreact@^15.4.2
- Removedlodash.debounce@4.0.8(transitive)