@babel/plugin-proposal-async-do-expressions
Advanced tools
Comparing version 7.24.1 to 7.24.6
{ | ||
"name": "@babel/plugin-proposal-async-do-expressions", | ||
"version": "7.24.1", | ||
"version": "7.24.6", | ||
"description": "Transform async do expressions to ES2021", | ||
@@ -16,3 +16,6 @@ "repository": { | ||
"exports": { | ||
".": "./lib/index.js", | ||
".": { | ||
"types": "./lib/index.d.ts", | ||
"default": "./lib/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
@@ -24,5 +27,5 @@ }, | ||
"dependencies": { | ||
"@babel/helper-hoist-variables": "^7.22.5", | ||
"@babel/helper-plugin-utils": "^7.24.0", | ||
"@babel/plugin-syntax-async-do-expressions": "^7.24.1" | ||
"@babel/helper-hoist-variables": "^7.24.6", | ||
"@babel/helper-plugin-utils": "^7.24.6", | ||
"@babel/plugin-syntax-async-do-expressions": "^7.24.6" | ||
}, | ||
@@ -33,6 +36,6 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.24.1", | ||
"@babel/helper-plugin-test-runner": "^7.24.1", | ||
"@babel/traverse": "^7.24.1", | ||
"@babel/types": "^7.24.0" | ||
"@babel/core": "^7.24.6", | ||
"@babel/helper-plugin-test-runner": "^7.24.6", | ||
"@babel/traverse": "^7.24.6", | ||
"@babel/types": "^7.24.6" | ||
}, | ||
@@ -39,0 +42,0 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-async-do-expressions", |
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
73811
7
63