Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@babel/helper-fixtures

Package Overview
Dependencies
Maintainers
6
Versions
101
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.16.8 to 7.17.0

3

lib/index.js

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

const expectLoc = findFile(taskDir + "/output", true) || taskDir + "/output.js";
const expectLoc = findFile(taskDir + "/output", true) || findFile(`${taskDir}/output.extended`, true) || taskDir + "/output.js";
const stdoutLoc = taskDir + "/stdout.txt";

@@ -114,2 +114,3 @@ const stderrLoc = taskDir + "/stderr.txt";

const test = {
taskDir,
optionsDir: taskOptsLoc ? _path.dirname(taskOptsLoc) : null,

@@ -116,0 +117,0 @@ title: humanize(taskName, true),

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

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

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