Socket
Socket
Sign inDemoInstall

@babel/traverse

Package Overview
Dependencies
Maintainers
4
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/traverse - npm Package Compare versions

Comparing version 8.0.0-alpha.8 to 8.0.0-alpha.9

lib/index.d.ts

29

package.json
{
"name": "@babel/traverse",
"version": "8.0.0-alpha.8",
"version": "8.0.0-alpha.9",
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",

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

"dependencies": {
"@babel/code-frame": "^8.0.0-alpha.8",
"@babel/generator": "^8.0.0-alpha.8",
"@babel/helper-environment-visitor": "^8.0.0-alpha.8",
"@babel/helper-function-name": "^8.0.0-alpha.8",
"@babel/helper-hoist-variables": "^8.0.0-alpha.8",
"@babel/helper-split-export-declaration": "^8.0.0-alpha.8",
"@babel/parser": "^8.0.0-alpha.8",
"@babel/types": "^8.0.0-alpha.8",
"@babel/code-frame": "^8.0.0-alpha.9",
"@babel/generator": "^8.0.0-alpha.9",
"@babel/helper-environment-visitor": "^8.0.0-alpha.9",
"@babel/helper-function-name": "^8.0.0-alpha.9",
"@babel/helper-hoist-variables": "^8.0.0-alpha.9",
"@babel/helper-split-export-declaration": "^8.0.0-alpha.9",
"@babel/parser": "^8.0.0-alpha.9",
"@babel/types": "^8.0.0-alpha.9",
"debug": "^4.3.1",

@@ -32,10 +32,13 @@ "globals": "^13.5.0"

"devDependencies": {
"@babel/core": "^8.0.0-alpha.8",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.8"
"@babel/core": "^8.0.0-alpha.9",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.9"
},
"engines": {
"node": "^16.20.0 || ^18.16.0 || >=20.0.0"
"node": "^18.20.0 || ^20.10.0 || >=21.0.0"
},
"exports": {
".": "./lib/index.js",
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./package.json": "./package.json"

@@ -42,0 +45,0 @@ },

Sorry, the diff of this file is too big to display

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