Socket
Socket
Sign inDemoInstall

@babel/helper-plugin-test-runner

Package Overview
Dependencies
Maintainers
6
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-plugin-test-runner - npm Package Compare versions

Comparing version 7.13.10 to 7.14.5

14

lib/index.js

@@ -8,14 +8,13 @@ "use strict";

var _helperTransformFixtureTestRunner = _interopRequireDefault(require("@babel/helper-transform-fixture-test-runner"));
var _helperTransformFixtureTestRunner = require("@babel/helper-transform-fixture-test-runner");
var _path = require("path");
var _url = require("url");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
const path = require("path");
function _default(loc) {
{
if (!loc.startsWith("file://")) {
const name = path.basename(path.dirname(loc));
const name = _path.basename(_path.dirname(loc));
(0, _helperTransformFixtureTestRunner.default)(loc + "/fixtures", name);

@@ -31,4 +30,5 @@ return;

const name = path.basename(new _url.URL("..", loc).pathname);
const name = _path.basename(new _url.URL("..", loc).pathname);
(0, _helperTransformFixtureTestRunner.default)(fixtures, name);
}
{
"name": "@babel/helper-plugin-test-runner",
"version": "7.13.10",
"version": "7.14.5",
"description": "Helper function to support test runner",

@@ -15,6 +15,10 @@ "repository": {

},
"main": "lib/index.js",
"main": "./lib/index.js",
"dependencies": {
"@babel/helper-transform-fixture-test-runner": "^7.13.10"
}
"@babel/helper-transform-fixture-test-runner": "^7.14.5"
},
"engines": {
"node": ">=6.9.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