@trendmicro/react-interpolate
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -16,2 +16,6 @@ 'use strict'; | ||
var _propTypes = require('prop-types'); | ||
var _propTypes2 = _interopRequireDefault(_propTypes); | ||
var _react = require('react'); | ||
@@ -99,7 +103,7 @@ | ||
}(_react.Component), _class.propTypes = { | ||
format: _react.PropTypes.string, | ||
parent: _react.PropTypes.string, | ||
prefix: _react.PropTypes.string, | ||
suffix: _react.PropTypes.string, | ||
replacement: _react.PropTypes.oneOfType([_react.PropTypes.array, _react.PropTypes.object]) | ||
format: _propTypes2.default.string, | ||
parent: _propTypes2.default.string, | ||
prefix: _propTypes2.default.string, | ||
suffix: _propTypes2.default.string, | ||
replacement: _propTypes2.default.oneOfType([_propTypes2.default.array, _propTypes2.default.object]) | ||
}, _class.defaultProps = { | ||
@@ -106,0 +110,0 @@ parent: 'span', |
{ | ||
"name": "@trendmicro/react-interpolate", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "A React component that renders elements into a format string containing replacement fields.", | ||
@@ -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.21.0", | ||
"babel-eslint": "~7.1.1", | ||
"babel-loader": "~6.2.10", | ||
"@trendmicro/react-buttons": "~1.0.3", | ||
"babel-cli": "~6.24.0", | ||
"babel-core": "~6.24.0", | ||
"babel-eslint": "~7.2.2", | ||
"babel-loader": "~6.4.0", | ||
"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.12.2", | ||
"babel-preset-es2015": "~6.24.0", | ||
"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.6.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.0", | ||
"trendmicro-ui": "~0.4.0", | ||
"url-loader": "~0.5.8", | ||
"webpack": "~2.4.1", | ||
"webpack-dev-server": "~2.4.1", | ||
"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
11859
91
3
33
1
+ Addedprop-types@^15.5.8