@babel/plugin-proposal-async-generator-functions
Advanced tools
Comparing version 7.10.5 to 7.12.1
{ | ||
"name": "@babel/plugin-proposal-async-generator-functions", | ||
"version": "7.10.5", | ||
"version": "7.12.1", | ||
"description": "Turn async generator functions into ES2015 generators", | ||
@@ -20,3 +20,3 @@ "repository": { | ||
"@babel/helper-plugin-utils": "^7.10.4", | ||
"@babel/helper-remap-async-to-generator": "^7.10.4", | ||
"@babel/helper-remap-async-to-generator": "^7.12.1", | ||
"@babel/plugin-syntax-async-generators": "^7.8.0" | ||
@@ -28,6 +28,5 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "^7.10.5", | ||
"@babel/helper-plugin-test-runner": "^7.10.4" | ||
}, | ||
"gitHead": "f7964a9ac51356f7df6404a25b27ba1cffba1ba7" | ||
} | ||
"@babel/core": "^7.12.1", | ||
"@babel/helper-plugin-test-runner": "7.10.4" | ||
} | ||
} |
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
7446