@babel/plugin-transform-async-to-generator
Advanced tools
Comparing version 7.25.7 to 7.25.9
{ | ||
"name": "@babel/plugin-transform-async-to-generator", | ||
"version": "7.25.7", | ||
"version": "7.25.9", | ||
"description": "Turn async functions into ES2015 generators", | ||
@@ -20,5 +20,5 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-module-imports": "^7.25.7", | ||
"@babel/helper-plugin-utils": "^7.25.7", | ||
"@babel/helper-remap-async-to-generator": "^7.25.7" | ||
"@babel/helper-module-imports": "^7.25.9", | ||
"@babel/helper-plugin-utils": "^7.25.9", | ||
"@babel/helper-remap-async-to-generator": "^7.25.9" | ||
}, | ||
@@ -29,4 +29,4 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.25.7", | ||
"@babel/helper-plugin-test-runner": "^7.25.7" | ||
"@babel/core": "^7.25.9", | ||
"@babel/helper-plugin-test-runner": "^7.25.9" | ||
}, | ||
@@ -33,0 +33,0 @@ "engines": { |
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
8004
5
50