@trendmicro/react-anchor
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -13,2 +13,6 @@ 'use strict'; | ||
var _propTypes = require('prop-types'); | ||
var _propTypes2 = _interopRequireDefault(_propTypes); | ||
var _react = require('react'); | ||
@@ -116,10 +120,10 @@ | ||
}(_react.Component), _class.propTypes = { | ||
href: _react.PropTypes.string, | ||
style: _react.PropTypes.object, | ||
onClick: _react.PropTypes.func, | ||
disabled: _react.PropTypes.bool, | ||
role: _react.PropTypes.string, | ||
tabIndex: _react.PropTypes.oneOfType([_react.PropTypes.number, _react.PropTypes.string]), | ||
componentClass: _react.PropTypes.oneOfType([_react.PropTypes.node, _react.PropTypes.string]) | ||
href: _propTypes2.default.string, | ||
style: _propTypes2.default.object, | ||
onClick: _propTypes2.default.func, | ||
disabled: _propTypes2.default.bool, | ||
role: _propTypes2.default.string, | ||
tabIndex: _propTypes2.default.oneOfType([_propTypes2.default.number, _propTypes2.default.string]), | ||
componentClass: _propTypes2.default.oneOfType([_propTypes2.default.func, _propTypes2.default.string]) | ||
}, _temp2); | ||
exports.default = Anchor; |
{ | ||
"name": "@trendmicro/react-anchor", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "Trend Micro Components: React Anchor", | ||
@@ -48,29 +48,40 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"prop-types": "^15.5.8", | ||
"react-addons-shallow-compare": "^0.14.0 || ^15.0.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "~6.18.0", | ||
"babel-core": "~6.18.2", | ||
"babel-eslint": "~7.1.1", | ||
"babel-loader": "~6.2.9", | ||
"@trendmicro/react-buttons": "~1.0.1", | ||
"babel-cli": "~6.24.1", | ||
"babel-core": "~6.24.1", | ||
"babel-eslint": "~7.2.2", | ||
"babel-loader": "~6.4.1", | ||
"babel-plugin-transform-decorators-legacy": "~1.3.4", | ||
"babel-preset-es2015": "~6.18.0", | ||
"babel-preset-react": "~6.16.0", | ||
"babel-preset-stage-0": "~6.16.0", | ||
"coveralls": "~2.11.15", | ||
"eslint": "~3.11.1", | ||
"eslint-config-trendmicro": "~0.5.0", | ||
"eslint-loader": "~1.6.1", | ||
"babel-preset-es2015": "~6.24.1", | ||
"babel-preset-react": "~6.24.1", | ||
"babel-preset-stage-0": "~6.24.1", | ||
"coveralls": "~2.13.0", | ||
"css-loader": "~0.28.0", | ||
"eslint": "~3.19.0", | ||
"eslint-config-trendmicro": "~0.5.1", | ||
"eslint-loader": "~1.7.1", | ||
"eslint-plugin-import": "~2.2.0", | ||
"eslint-plugin-jsx-a11y": "~2.2.3", | ||
"eslint-plugin-react": "~6.8.0", | ||
"html-webpack-plugin": "~2.24.1", | ||
"eslint-plugin-react": "~6.10.0", | ||
"file-loader": "~0.11.1", | ||
"html-webpack-plugin": "~2.28.0", | ||
"http-server": "~0.9.0", | ||
"json-loader": "~0.5.4", | ||
"nib": "~1.1.2", | ||
"react": "^0.14.0 || ^15.0.0", | ||
"react-dom": "^0.14.0 || ^15.0.0", | ||
"tap": "~8.0.1", | ||
"webpack": "~1.14.0", | ||
"webpack-dev-server": "~1.16.2" | ||
"style-loader": "~0.16.1", | ||
"stylint": "~1.5.9", | ||
"stylint-loader": "~1.0.0", | ||
"stylus-loader": "~3.0.1", | ||
"tap": "~10.3.2", | ||
"trendmicro-ui": "~0.4.0", | ||
"url-loader": "~0.5.7", | ||
"webpack": "~2.4.1", | ||
"webpack-dev-server": "~2.4.2", | ||
"which": "~1.2.12" | ||
} | ||
} |
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
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
11707
100
3
33
1
+ Addedprop-types@^15.5.8