@babel/plugin-transform-async-generator-functions
Advanced tools
Comparing version 7.22.3 to 7.22.5
{ | ||
"name": "@babel/plugin-transform-async-generator-functions", | ||
"version": "7.22.3", | ||
"version": "7.22.5", | ||
"description": "Turn async generator functions into ES2015 generators", | ||
@@ -20,5 +20,5 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-environment-visitor": "^7.22.1", | ||
"@babel/helper-plugin-utils": "^7.21.5", | ||
"@babel/helper-remap-async-to-generator": "^7.18.9", | ||
"@babel/helper-environment-visitor": "^7.22.5", | ||
"@babel/helper-plugin-utils": "^7.22.5", | ||
"@babel/helper-remap-async-to-generator": "^7.22.5", | ||
"@babel/plugin-syntax-async-generators": "^7.8.4" | ||
@@ -30,4 +30,4 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "^7.22.1", | ||
"@babel/helper-plugin-test-runner": "^7.18.6", | ||
"@babel/core": "^7.22.5", | ||
"@babel/helper-plugin-test-runner": "^7.22.5", | ||
"babel-plugin-polyfill-corejs3": "^0.8.1", | ||
@@ -34,0 +34,0 @@ "core-js-pure": "^3.30.2" |
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
21