react-d3-zoom
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -129,3 +129,5 @@ 'use strict'; | ||
yRange: _react.PropTypes.array, | ||
yScale: _react.PropTypes.string | ||
yScale: _react.PropTypes.string, | ||
zoomX: _react.PropTypes.bool, | ||
zoomY: propTypes.bool | ||
}, | ||
@@ -132,0 +134,0 @@ enumerable: true |
{ | ||
"name": "react-d3-zoom", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "react-d3 zoom implementation", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -33,3 +33,5 @@ "use sctrict" | ||
yRange: PropTypes.array, | ||
yScale: PropTypes.string | ||
yScale: PropTypes.string, | ||
zoomX: PropTypes.bool, | ||
zoomY: propTypes.bool | ||
} | ||
@@ -36,0 +38,0 @@ |
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
52829
1235