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.1 to 5.2.2

8

CHANGELOG.md

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

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

@@ -8,0 +16,0 @@

5

dist/fs/file-cache.js

@@ -99,3 +99,5 @@ "use strict";

const testCache = this._memoryCacheMap[testName];
filePaths.forEach((filePath) => {
const existingFilePaths = Object.keys(testCache);
const cacheFilePaths = Array.from(new Set([...existingFilePaths, ...filePaths]));
cacheFilePaths.forEach((filePath) => {
const hash = this._fileHashMap[filePath];

@@ -105,2 +107,3 @@ // If hash is null, then the file isn't tracked by version control *and* it can't be read,

if (hash === null) {
delete testCache[filePath];
return;

@@ -107,0 +110,0 @@ }

6

package.json
{
"name": "@betterer/betterer",
"description": "Main engine for runing betterer tests",
"version": "5.2.1",
"version": "5.2.2",
"license": "MIT",

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

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

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

},
"gitHead": "7fdfaf4ed46b3324199dda640795b62362029eb3"
"gitHead": "86ceb2f71549982767b43626f650d1610dae633f"
}

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