Socket
Socket
Sign inDemoInstall

@memlab/core

Package Overview
Dependencies
Maintainers
3
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@memlab/core - npm Package Compare versions

Comparing version 1.1.28 to 1.1.29

3

dist/lib/Config.js

@@ -123,2 +123,5 @@ "use strict";

'--enable-precise-memory-info',
// sites using WebGL (three.js) will fail
// in headless mode without WebGL
'--enable-webgl',
'browser-test',

@@ -125,0 +128,0 @@ ],

@@ -31,2 +31,3 @@ /**

getCurDataDir(options?: FileOption): string;
getConsoleBackupFile(options?: FileOption): string;
getWebSourceDir(options?: FileOption): string;

@@ -33,0 +34,0 @@ getWebSourceMetaFile(options?: FileOption): string;

5

dist/lib/FileManager.js

@@ -103,2 +103,5 @@ "use strict";

}
getConsoleBackupFile(options = FileManager.defaultFileOption) {
return path_1.default.join(this.getCurDataDir(options), 'console-log.txt');
}
getWebSourceDir(options = FileManager.defaultFileOption) {

@@ -444,3 +447,3 @@ return path_1.default.join(this.getCurDataDir(options), 'code');

// register the default log file
config.consoleLogFile = path_1.default.join(config.curDataDir, 'console-log.txt');
config.consoleLogFile = this.getConsoleBackupFile(options);
Console_1.default.registerLogFile(config.consoleLogFile);

@@ -447,0 +450,0 @@ config.runMetaFile = this.getRunMetaFile(options);

{
"name": "@memlab/core",
"version": "1.1.28",
"version": "1.1.29",
"license": "MIT",

@@ -38,3 +38,3 @@ "description": "memlab core libraries",

"fs-extra": "^4.0.2",
"minimist": "^1.2.0",
"minimist": "^1.2.8",
"puppeteer": "^21.0.3",

@@ -49,3 +49,3 @@ "puppeteer-core": "^21.0.3",

"@types/jest": "^27.4.1",
"@types/minimist": "^1.2.2",
"@types/minimist": "^1.2.5",
"@types/node": "^12.16.3",

@@ -52,0 +52,0 @@ "@types/puppeteer": "^5.4.4",

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