babel-plugin-transform-react-jsx
Advanced tools
Comparing version 6.6.0 to 6.6.4
@@ -35,3 +35,3 @@ /* eslint max-len: 0 */ | ||
for (var _iterator = (file.ast.comments /*: Array<Object>*/), _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _getIterator(_iterator);;) { | ||
for (var _iterator = file.ast.comments, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _getIterator(_iterator);;) { | ||
var _ref; | ||
@@ -38,0 +38,0 @@ |
{ | ||
"name": "babel-plugin-transform-react-jsx", | ||
"version": "6.6.0", | ||
"version": "6.6.4", | ||
"description": "Turn JSX into React function calls", | ||
@@ -13,3 +13,3 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jsx", | ||
"babel-runtime": "^5.0.0", | ||
"babel-helper-builder-react-jsx": "^6.3.13", | ||
"babel-helper-builder-react-jsx": "^6.6.4", | ||
"babel-plugin-syntax-jsx": "^6.3.13" | ||
@@ -16,0 +16,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
3024