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.24.1 to 7.24.6

tsconfig.json

21

package.json
{
"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",

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