@babel/plugin-proposal-async-do-expressions
Advanced tools
Comparing version 7.14.0 to 7.14.5
@@ -10,8 +10,6 @@ "use strict"; | ||
var _pluginSyntaxAsyncDoExpressions = _interopRequireDefault(require("@babel/plugin-syntax-async-do-expressions")); | ||
var _pluginSyntaxAsyncDoExpressions = require("@babel/plugin-syntax-async-do-expressions"); | ||
var _helperHoistVariables = _interopRequireDefault(require("@babel/helper-hoist-variables")); | ||
var _helperHoistVariables = require("@babel/helper-hoist-variables"); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
var _default = (0, _helperPluginUtils.declare)(({ | ||
@@ -18,0 +16,0 @@ types: t, |
{ | ||
"name": "@babel/plugin-proposal-async-do-expressions", | ||
"version": "7.14.0", | ||
"version": "7.14.5", | ||
"description": "Transform async do expressions to ES2021", | ||
@@ -22,5 +22,5 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-hoist-variables": "^7.13.16", | ||
"@babel/helper-plugin-utils": "^7.13.0", | ||
"@babel/plugin-syntax-async-do-expressions": "^7.14.0" | ||
"@babel/helper-hoist-variables": "^7.14.5", | ||
"@babel/helper-plugin-utils": "^7.14.5", | ||
"@babel/plugin-syntax-async-do-expressions": "^7.14.5" | ||
}, | ||
@@ -31,8 +31,12 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "7.14.0", | ||
"@babel/helper-plugin-test-runner": "7.13.10", | ||
"@babel/traverse": "7.14.0", | ||
"@babel/types": "7.14.0" | ||
"@babel/core": "7.14.5", | ||
"@babel/helper-plugin-test-runner": "7.14.5", | ||
"@babel/traverse": "7.14.5", | ||
"@babel/types": "7.14.5" | ||
}, | ||
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-async-do-expressions" | ||
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-async-do-expressions", | ||
"engines": { | ||
"node": ">=6.9.0" | ||
}, | ||
"author": "The Babel Team (https://babel.dev/team)" | ||
} |
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
1
3982
43
+ Addedelectron-to-chromium@1.5.63(transitive)
- Removedelectron-to-chromium@1.5.62(transitive)