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 7.22.15 to 7.22.17

9

lib/index.js
"use strict";
if (typeof process === "object" && process.version === "v20.6.0") {
if (exports["___internal__alreadyRunning" + ""]) return;
Object.defineProperty(exports, "___internal__alreadyRunning", {
value: true,
enumerable: false,
configurable: true
});
}
Object.defineProperty(exports, "__esModule", {

@@ -94,3 +102,4 @@ value: true

traverse.cache = cache;
if (typeof process === "object" && process.version === "v20.6.0") delete exports["___internal__alreadyRunning" + ""];
//# sourceMappingURL=index.js.map

8

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

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

"@babel/helper-split-export-declaration": "^7.22.6",
"@babel/parser": "^7.22.15",
"@babel/types": "^7.22.15",
"@babel/parser": "^7.22.16",
"@babel/types": "^7.22.17",
"debug": "^4.1.0",

@@ -32,3 +32,3 @@ "globals": "^11.1.0"

"devDependencies": {
"@babel/core": "^7.22.15",
"@babel/core": "^7.22.17",
"@babel/helper-plugin-test-runner": "^7.22.5"

@@ -35,0 +35,0 @@ },

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