Socket
Socket
Sign inDemoInstall

@babel/helpers

Package Overview
Dependencies
32
Maintainers
4
Versions
135
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.18.6 to 7.18.9

10

package.json
{
"name": "@babel/helpers",
"version": "7.18.6",
"version": "7.18.9",
"description": "Collection of helper functions used by Babel transforms.",

@@ -19,9 +19,9 @@ "author": "The Babel Team (https://babel.dev/team)",

"@babel/template": "^7.18.6",
"@babel/traverse": "^7.18.6",
"@babel/types": "^7.18.6"
"@babel/traverse": "^7.18.9",
"@babel/types": "^7.18.9"
},
"devDependencies": {
"@babel/generator": "^7.18.6",
"@babel/generator": "^7.18.9",
"@babel/helper-plugin-test-runner": "^7.18.6",
"@babel/parser": "^7.18.6",
"@babel/parser": "^7.18.9",
"regenerator-runtime": "^0.13.9",

@@ -28,0 +28,0 @@ "terser": "^5.9.0"

@@ -8,3 +8,3 @@ /* eslint-disable import/no-extraneous-dependencies */

import("@babel/parser").then(ns => ns.parse),
import("@babel/generator").then(ns => ns.default.default),
import("@babel/generator").then(ns => ns.default.default || ns.default),
]).catch(error =>

@@ -11,0 +11,0 @@ Promise.reject(

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc