Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
4
Versions
125
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.22.10 to 7.22.11

6

lib/index.js

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

var _vm = require("vm");
var _quickLru = require("quick-lru");
var _lruCache = require("lru-cache");
var _url = require("url");

@@ -38,4 +38,4 @@ var _module = require("module");

const EXTERNAL_HELPERS_VERSION = "7.100.0";
const cachedScripts = new _quickLru({
maxSize: 10
const cachedScripts = new _lruCache({
max: 10
});

@@ -42,0 +42,0 @@ const contextModuleCache = new WeakMap();

{
"name": "@babel/helper-transform-fixture-test-runner",
"version": "7.22.10",
"version": "7.22.11",
"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.22.10",
"@babel/core": "^7.22.10",
"@babel/core": "^7.22.11",
"@babel/helper-check-duplicate-nodes": "^7.22.5",
"@babel/helper-fixtures": "^7.22.9",
"quick-lru": "5.1.0"
"lru-cache": "^5.1.1"
},

@@ -25,0 +25,0 @@ "engines": {

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