Socket
Socket
Sign inDemoInstall

@babel/core

Package Overview
Dependencies
51
Maintainers
4
Versions
182
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.20.2 to 7.20.5

8

lib/config/validation/option-assertions.js

@@ -147,3 +147,5 @@ "use strict";

function assertConfigApplicableTest(loc, value) {
if (value === undefined) return value;
if (value === undefined) {
return value;
}
if (Array.isArray(value)) {

@@ -170,3 +172,5 @@ value.forEach((item, i) => {

function assertBabelrcSearch(loc, value) {
if (value === undefined || typeof value === "boolean") return value;
if (value === undefined || typeof value === "boolean") {
return value;
}
if (Array.isArray(value)) {

@@ -173,0 +177,0 @@ value.forEach((item, i) => {

@@ -227,3 +227,3 @@ "use strict";

var _parse = require("./parse");
const version = "7.20.2";
const version = "7.20.5";
exports.version = version;

@@ -230,0 +230,0 @@ const DEFAULT_EXTENSIONS = Object.freeze([".js", ".jsx", ".es6", ".es", ".mjs", ".cjs"]);

{
"name": "@babel/core",
"version": "7.20.2",
"version": "7.20.5",
"description": "Babel compiler core.",

@@ -51,10 +51,10 @@ "main": "./lib/index.js",

"@babel/code-frame": "^7.18.6",
"@babel/generator": "^7.20.2",
"@babel/generator": "^7.20.5",
"@babel/helper-compilation-targets": "^7.20.0",
"@babel/helper-module-transforms": "^7.20.2",
"@babel/helpers": "^7.20.1",
"@babel/parser": "^7.20.2",
"@babel/helpers": "^7.20.5",
"@babel/parser": "^7.20.5",
"@babel/template": "^7.18.10",
"@babel/traverse": "^7.20.1",
"@babel/types": "^7.20.2",
"@babel/traverse": "^7.20.5",
"@babel/types": "^7.20.5",
"convert-source-map": "^1.7.0",

@@ -61,0 +61,0 @@ "debug": "^4.1.0",

Sorry, the diff of this file is not supported yet

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