Socket
Socket
Sign inDemoInstall

@babel/helper-fixtures

Package Overview
Dependencies
Maintainers
4
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-fixtures - npm Package Compare versions

Comparing version 7.22.13 to 7.22.18

13

lib/index.js

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

const taskDirStats = _fs.statSync(taskDir);
let actualLoc, expectLoc, execLoc, execLocAlias, taskOptsLoc, stdoutLoc, stderrLoc, sourceMapLoc, inputSourceMap;
let actualLoc, expectLoc, execLoc, execLocAlias, taskOptsLoc, stdoutLoc, stderrLoc, sourceMapLoc, sourceMapVisualLoc, inputSourceMap;
const taskOpts = JSON.parse(JSON.stringify(suite.options));

@@ -84,6 +84,7 @@ if (taskDirStats.isDirectory()) {

case "source-map":
{
sourceMapLoc = loc;
break;
}
sourceMapLoc = loc;
break;
case "source-map-visual":
sourceMapVisualLoc = loc;
break;
case "input-source-map":

@@ -140,2 +141,4 @@ inputSourceMap = JSON.parse(readFile(loc));

sourceMapFile,
sourceMapVisual: buildTestFile(sourceMapVisualLoc),
validateSourceMapVisual: taskOpts.sourceMaps === true || taskOpts.sourceMaps === "both",
inputSourceMap

@@ -142,0 +145,0 @@ };

{
"name": "@babel/helper-fixtures",
"version": "7.22.13",
"version": "7.22.18",
"description": "Helper function to support fixtures",

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

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