@babel/plugin-transform-dotall-regex
Advanced tools
Comparing version 7.0.0-beta.52 to 7.0.0-beta.53
{ | ||
"name": "@babel/plugin-transform-dotall-regex", | ||
"version": "7.0.0-beta.52", | ||
"version": "7.0.0-beta.53", | ||
"description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.", | ||
@@ -24,4 +24,4 @@ "homepage": "https://babeljs.io/", | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "7.0.0-beta.52", | ||
"@babel/helper-regex": "7.0.0-beta.52", | ||
"@babel/helper-plugin-utils": "7.0.0-beta.53", | ||
"@babel/helper-regex": "7.0.0-beta.53", | ||
"regexpu-core": "^4.1.3" | ||
@@ -33,5 +33,5 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "7.0.0-beta.52", | ||
"@babel/helper-plugin-test-runner": "7.0.0-beta.52" | ||
"@babel/core": "7.0.0-beta.53", | ||
"@babel/helper-plugin-test-runner": "7.0.0-beta.53" | ||
} | ||
} |
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
+ Added@babel/helper-plugin-utils@7.0.0-beta.53(transitive)
+ Added@babel/helper-regex@7.0.0-beta.53(transitive)
- Removed@babel/helper-plugin-utils@7.0.0-beta.52(transitive)
- Removed@babel/helper-regex@7.0.0-beta.52(transitive)