Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
0
Versions
31
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.25.0 to 7.25.6

2

lib/index.js

@@ -20,3 +20,3 @@ "use strict";

exit(path) {
if (!path.is("async")) {
if (!path.node.async) {
return;

@@ -23,0 +23,0 @@ }

{
"name": "@babel/plugin-proposal-async-do-expressions",
"version": "7.25.0",
"version": "7.25.6",
"description": "Transform async do expressions to ES2021",

@@ -28,3 +28,3 @@ "repository": {

"@babel/plugin-syntax-async-do-expressions": "^7.24.7",
"@babel/traverse": "^7.25.0"
"@babel/traverse": "^7.25.6"
},

@@ -35,3 +35,3 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/core": "^7.25.2",
"@babel/helper-plugin-test-runner": "^7.24.7"

@@ -38,0 +38,0 @@ },

@@ -18,4 +18,10 @@ /* This file is automatically generated by scripts/generators/tsconfig.js */

"path": "../../packages/babel-plugin-syntax-async-do-expressions"
},
{
"path": "../../packages/babel-traverse"
},
{
"path": "../../packages/babel-core"
}
]
}

Sorry, the diff of this file is not supported yet

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