@babel/helper-builder-react-jsx
Advanced tools
Comparing version 7.7.4 to 7.8.0
@@ -95,3 +95,3 @@ "use strict"; | ||
value.value = value.value.replace(/\n\s+/g, " "); | ||
(_value$extra = value.extra) == null ? void 0 : delete _value$extra.raw; | ||
(_value$extra = value.extra) == null ? true : delete _value$extra.raw; | ||
} | ||
@@ -98,0 +98,0 @@ |
{ | ||
"name": "@babel/helper-builder-react-jsx", | ||
"version": "7.7.4", | ||
"version": "7.8.0", | ||
"description": "Helper function to build react jsx", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx", | ||
"license": "MIT", | ||
"type": "commonjs", | ||
"publishConfig": { | ||
@@ -12,6 +13,6 @@ "access": "public" | ||
"dependencies": { | ||
"@babel/types": "^7.7.4", | ||
"@babel/types": "^7.8.0", | ||
"esutils": "^2.0.0" | ||
}, | ||
"gitHead": "75767d87cb147709b9bd9b99bf44daa6688874a9" | ||
"gitHead": "2486615a74580283c49475d66067bd7fcab3330e" | ||
} |
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
9283
Updated@babel/types@^7.8.0