Socket
Socket
Sign inDemoInstall

@babel/helper-fixtures

Package Overview
Dependencies
Maintainers
5
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.0.0-beta.37 to 7.0.0-beta.38

8

lib/index.js

@@ -89,7 +89,7 @@ "use strict";

function push(taskName, taskDir) {
var actualLocAlias = suiteName + "/" + taskName + "/actual.js";
var expectLocAlias = suiteName + "/" + taskName + "/expected.js";
var actualLocAlias = suiteName + "/" + taskName + "/input.js";
var expectLocAlias = suiteName + "/" + taskName + "/output.js";
var execLocAlias = suiteName + "/" + taskName + "/exec.js";
var actualLoc = taskDir + "/actual.js";
var expectLoc = taskDir + "/expected.js";
var actualLoc = taskDir + "/input.js";
var expectLoc = taskDir + "/output.js";
var execLoc = taskDir + "/exec.js";

@@ -96,0 +96,0 @@

{
"name": "@babel/helper-fixtures",
"version": "7.0.0-beta.37",
"version": "7.0.0-beta.38",
"description": "Helper function to support fixtures",

@@ -5,0 +5,0 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

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