Socket
Socket
Sign inDemoInstall

@babel/core

Package Overview
Dependencies
Maintainers
4
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/core - npm Package Compare versions

Comparing version 7.22.17 to 7.22.18

11

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", {

@@ -235,3 +227,3 @@ value: true

;
const version = "7.22.17";
const version = "7.22.18";
exports.version = version;

@@ -254,4 +246,3 @@ const DEFAULT_EXTENSIONS = Object.freeze([".js", ".jsx", ".es6", ".es", ".mjs", ".cjs"]);

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

10

package.json
{
"name": "@babel/core",
"version": "7.22.17",
"version": "7.22.18",
"description": "Babel compiler core.",

@@ -53,8 +53,8 @@ "main": "./lib/index.js",

"@babel/helper-compilation-targets": "^7.22.15",
"@babel/helper-module-transforms": "^7.22.17",
"@babel/helper-module-transforms": "^7.22.18",
"@babel/helpers": "^7.22.15",
"@babel/parser": "^7.22.16",
"@babel/template": "^7.22.15",
"@babel/traverse": "^7.22.17",
"@babel/types": "^7.22.17",
"@babel/traverse": "^7.22.18",
"@babel/types": "^7.22.18",
"convert-source-map": "^1.7.0",

@@ -67,3 +67,3 @@ "debug": "^4.1.0",

"devDependencies": {
"@babel/helper-transform-fixture-test-runner": "^7.22.15",
"@babel/helper-transform-fixture-test-runner": "^7.22.18",
"@babel/plugin-syntax-flow": "^7.22.5",

@@ -70,0 +70,0 @@ "@babel/plugin-transform-flow-strip-types": "^7.22.5",

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