alaska-field-geo
Advanced tools
Comparing version 0.11.0 to 0.11.10
{ | ||
"name": "alaska-field-geo", | ||
"version": "0.11.0", | ||
"version": "0.11.10", | ||
"description": "Alaska geo field", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
// @flow | ||
import React from 'react'; | ||
import PropTypes from 'prop-types'; | ||
const { func } = React.PropTypes; | ||
export default class GeoFieldCell extends React.Component { | ||
static contextTypes = { | ||
t: func, | ||
t: PropTypes.func, | ||
}; | ||
@@ -12,0 +11,0 @@ |
// @flow | ||
import React from 'react'; | ||
import PropTypes from 'prop-types'; | ||
import shallowEqualWithout from 'shallow-equal-without'; | ||
const { func } = React.PropTypes; | ||
export default class GeoFieldView extends React.Component { | ||
static contextTypes = { | ||
t: func, | ||
t: PropTypes.func, | ||
}; | ||
@@ -13,0 +12,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3567
0