Socket
Socket
Sign inDemoInstall

@babel/core

Package Overview
Dependencies
Maintainers
4
Versions
192
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.17.3 to 7.17.4

2

lib/index.js

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

const version = "7.17.3";
const version = "7.17.4";
exports.version = version;

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

@@ -19,4 +19,7 @@ "use strict";

function mergeSourceMap(inputMap, map, source) {
let found = false;
const result = _remapping()(rootless(map), (s, ctx) => {
if (s === source) {
if (s === source && !found) {
found = true;
ctx.source = "";

@@ -23,0 +26,0 @@ return rootless(inputMap);

{
"name": "@babel/core",
"version": "7.17.3",
"version": "7.17.4",
"description": "Babel compiler core.",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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