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

@applitools/logger

Package Overview
Dependencies
Maintainers
39
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/logger - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

CHANGELOG.md

5

dist/handler-file.js

@@ -55,6 +55,3 @@ "use strict";

const dirname = path.dirname(filename);
if (!fs.existsSync(dirname)) {
ensureDirectoryExistence(dirname);
fs.mkdirSync(dirname);
}
fs.mkdirSync(dirname, { recursive: true });
}

2

dist/log-level.js

@@ -14,2 +14,2 @@ "use strict";

LogLevel[LogLevel["all"] = Number.MAX_VALUE] = "all";
})(LogLevel = exports.LogLevel || (exports.LogLevel = {}));
})(LogLevel || (exports.LogLevel = LogLevel = {}));
{
"name": "@applitools/logger",
"version": "2.0.2",
"version": "2.0.3",
"description": "Applitools logger",

@@ -25,5 +25,2 @@ "keywords": [

},
"aliases": [
"logger"
],
"exports": {

@@ -51,13 +48,8 @@ ".": {

"scripts": {
"lint": "node ../../node_modules/.bin/eslint '**/*.ts'",
"build": "node ../../node_modules/.bin/tsc --project ./tsconfig.build.json",
"test": "node ../../node_modules/.bin/mocha './test/**/*.spec.ts'",
"test:sanity": "yarn test",
"deps": "bongo deps",
"preversion": "bongo preversion",
"version": "bongo version",
"postversion": "bongo postversion"
"lint": "run --top-level eslint '**/*.ts'",
"build": "run --top-level tsc --project ./tsconfig.build.json",
"test": "run --top-level mocha './test/**/*.spec.ts'"
},
"dependencies": {
"@applitools/utils": "1.3.37",
"@applitools/utils": "1.4.0",
"chalk": "4.1.2",

@@ -67,3 +59,2 @@ "debug": "4.3.3"

"devDependencies": {
"@applitools/bongo": "^4.0.0",
"@types/debug": "^4.1.7",

@@ -75,2 +66,2 @@ "@types/node": "^12.20.55"

}
}
}
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