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

@babel/helper-transform-fixture-test-runner

Package Overview
Dependencies
Maintainers
4
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-transform-fixture-test-runner - npm Package Compare versions

Comparing version 7.17.7 to 7.17.9

7

lib/index.js

@@ -33,5 +33,4 @@ "use strict";

var _babelCheckDuplicatedNodes = require("babel-check-duplicated-nodes");
var _helperCheckDuplicateNodes = require("@babel/helper-check-duplicate-nodes");
const checkDuplicatedNodes = _babelCheckDuplicatedNodes.default;
const EXTERNAL_HELPERS_VERSION = "7.100.0";

@@ -223,3 +222,3 @@ const cachedScripts = new _quickLru({

} = maybeMockConsole(validateLogs, () => babel.transform(execCode, execOpts)));
checkDuplicatedNodes(babel, result.ast);
(0, _helperCheckDuplicateNodes.default)(result.ast);
execCode = result.code;

@@ -245,3 +244,3 @@

const outputCode = normalizeOutput(result.code);
checkDuplicatedNodes(babel, result.ast);
(0, _helperCheckDuplicateNodes.default)(result.ast);

@@ -248,0 +247,0 @@ if (!ignoreOutput) {

{
"name": "@babel/helper-transform-fixture-test-runner",
"version": "7.17.7",
"version": "7.17.9",
"description": "Transform test runner for @babel/helper-fixtures module",

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

"@babel/code-frame": "^7.16.7",
"@babel/core": "^7.17.7",
"@babel/core": "^7.17.9",
"@babel/helper-check-duplicate-nodes": "^7.17.9",
"@babel/helper-fixtures": "^7.17.0",
"@jridgewell/trace-mapping": "^0.3.4",
"babel-check-duplicated-nodes": "^1.0.0",
"quick-lru": "5.1.0",

@@ -25,0 +25,0 @@ "regenerator-runtime": "^0.13.7"

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