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

@jest/create-cache-key-function

Package Overview
Dependencies
Maintainers
7
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest/create-cache-key-function - npm Package Compare versions

Comparing version 26.5.0 to 26.6.2

15

build/index.js

@@ -18,6 +18,6 @@ 'use strict';

function _path() {
const data = require('path');
function _fs() {
const data = require('fs');
_path = function () {
_fs = function () {
return data;

@@ -29,6 +29,6 @@ };

function _fs() {
const data = require('fs');
function _path() {
const data = require('path');
_fs = function () {
_path = function () {
return data;

@@ -47,4 +47,3 @@ };

*/
/* eslint-disable-next-line no-restricted-imports */
// eslint-disable-next-line no-restricted-imports
function getGlobalCacheKey(files, values) {

@@ -51,0 +50,0 @@ return [

{
"name": "@jest/create-cache-key-function",
"version": "26.5.0",
"version": "26.6.2",
"repository": {

@@ -9,2 +9,5 @@ "type": "git",

},
"dependencies": {
"@jest/types": "^26.6.2"
},
"devDependencies": {

@@ -22,3 +25,3 @@ "@types/node": "*"

},
"gitHead": "68d1b1b638bc7464c2794a957c1b894de7da2ee3"
"gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5"
}
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