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

@betterer/betterer

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@betterer/betterer - npm Package Compare versions

Comparing version 5.2.2 to 5.2.4

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

## [5.2.4](https://github.com/phenomnomnominal/betterer/compare/v5.2.3...v5.2.4) (2022-04-13)
**Note:** Version bump only for package @betterer/betterer
## [5.2.3](https://github.com/phenomnomnominal/betterer/compare/v5.2.2...v5.2.3) (2022-04-13)
**Note:** Version bump only for package @betterer/betterer
## [5.2.2](https://github.com/phenomnomnominal/betterer/compare/v5.2.1...v5.2.2) (2022-04-13)

@@ -8,0 +24,0 @@

7

dist/fs/file-cache.js

@@ -100,3 +100,4 @@ "use strict";

const existingFilePaths = Object.keys(testCache);
const cacheFilePaths = Array.from(new Set([...existingFilePaths, ...filePaths]));
const cacheFilePaths = Array.from(new Set([...existingFilePaths, ...filePaths])).sort();
const updatedCache = {};
cacheFilePaths.forEach((filePath) => {

@@ -107,7 +108,7 @@ const hash = this._fileHashMap[filePath];

if (hash === null) {
delete testCache[filePath];
return;
}
testCache[filePath] = hash;
updatedCache[filePath] = hash;
});
this._memoryCacheMap[testName] = updatedCache;
}

@@ -114,0 +115,0 @@ setHashes(newHashes) {

{
"name": "@betterer/betterer",
"description": "Main engine for runing betterer tests",
"version": "5.2.2",
"version": "5.2.4",
"license": "MIT",

@@ -34,3 +34,3 @@ "publishConfig": {

"@betterer/logger": "^5.2.0",
"@betterer/reporter": "^5.2.2",
"@betterer/reporter": "^5.2.4",
"@phenomnomnominal/debug": "^0.2.5",

@@ -54,3 +54,3 @@ "@phenomnomnominal/worker-require": "^0.0.34",

},
"gitHead": "86ceb2f71549982767b43626f650d1610dae633f"
"gitHead": "71054380489d8211d22a721b33a65cfb0bb47b4b"
}

Sorry, the diff of this file is not supported yet

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