Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@babel/plugin-proposal-async-do-expressions

Package Overview
Dependencies
Maintainers
4
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-proposal-async-do-expressions - npm Package Compare versions

Comparing version 7.21.4-esm to 7.21.4-esm.1

19

lib/index.js

@@ -1,11 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _helperPluginUtils = require("@babel/helper-plugin-utils");
var _pluginSyntaxAsyncDoExpressions = require("@babel/plugin-syntax-async-do-expressions");
var _helperHoistVariables = require("@babel/helper-hoist-variables");
var _default = (0, _helperPluginUtils.declare)(({
import { declare } from "@babel/helper-plugin-utils";
import syntaxAsyncDoExpressions from "@babel/plugin-syntax-async-do-expressions";
import hoistVariables from "@babel/helper-hoist-variables";
export default declare(({
types: t,

@@ -17,3 +11,3 @@ assertVersion

name: "proposal-async-do-expressions",
inherits: _pluginSyntaxAsyncDoExpressions.default,
inherits: syntaxAsyncDoExpressions,
visitor: {

@@ -28,3 +22,3 @@ DoExpression: {

} = path;
(0, _helperHoistVariables.default)(path, id => {
hoistVariables(path, id => {
scope.push({

@@ -47,4 +41,3 @@ id: t.cloneNode(id)

});
exports.default = _default;
//# sourceMappingURL=index.js.map
{
"name": "@babel/plugin-proposal-async-do-expressions",
"version": "7.21.4-esm",
"version": "7.21.4-esm.1",
"description": "Transform async do expressions to ES2021",

@@ -23,14 +23,14 @@ "repository": {

"dependencies": {
"@babel/helper-hoist-variables": "^7.21.4-esm",
"@babel/helper-plugin-utils": "^7.21.4-esm",
"@babel/plugin-syntax-async-do-expressions": "^7.21.4-esm"
"@babel/helper-hoist-variables": "^7.21.4-esm.1",
"@babel/helper-plugin-utils": "^7.21.4-esm.1",
"@babel/plugin-syntax-async-do-expressions": "^7.21.4-esm.1"
},
"peerDependencies": {
"@babel/core": "^7.13.0 || 7.21.4-esm"
"@babel/core": "^7.13.0 || 7.21.4-esm.1"
},
"devDependencies": {
"@babel/core": "^7.21.4-esm",
"@babel/helper-plugin-test-runner": "^7.21.4-esm",
"@babel/traverse": "^7.21.4-esm",
"@babel/types": "^7.21.4-esm"
"@babel/core": "^7.21.4-esm.1",
"@babel/helper-plugin-test-runner": "^7.21.4-esm.1",
"@babel/traverse": "^7.21.4-esm.1",
"@babel/types": "^7.21.4-esm.1"
},

@@ -42,3 +42,3 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-async-do-expressions",

"author": "The Babel Team (https://babel.dev/team)",
"type": "commonjs"
"type": "module"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc