Socket
Socket
Sign inDemoInstall

@jest/create-cache-key-function

Package Overview
Dependencies
Maintainers
3
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 29.6.3 to 29.7.0

5

build/index.js

@@ -42,6 +42,7 @@ 'use strict';

const {NODE_ENV, BABEL_ENV} = process.env;
function getGlobalCacheKey(files, values, length) {
return [
process.env.NODE_ENV,
process.env.BABEL_ENV,
NODE_ENV,
BABEL_ENV,
...values,

@@ -48,0 +49,0 @@ ...files.map(file => (0, _fs().readFileSync)(file))

6

package.json
{
"name": "@jest/create-cache-key-function",
"version": "29.6.3",
"version": "29.7.0",
"repository": {

@@ -14,3 +14,3 @@ "type": "git",

"@types/node": "*",
"jest-util": "^29.6.3"
"jest-util": "^29.7.0"
},

@@ -33,3 +33,3 @@ "engines": {

},
"gitHead": "fb7d95c8af6e0d65a8b65348433d8a0ea0725b5b"
"gitHead": "4e56991693da7cd4c3730dc3579a1dd1403ee630"
}
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