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

@applitools/logger

Package Overview
Dependencies
Maintainers
57
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.18 to 2.0.19

dist/spy-logger.js

10

CHANGELOG.md
# Changelog
## [2.0.19](https://github.com/Applitools-Dev/sdk/compare/js/logger@2.0.18...js/logger@2.0.19) (2024-11-07)
### Dependencies
* @applitools/utils bumped to 1.7.5
#### Code Refactoring
* start linting "no-floating-promises" (wip) ([#2539](https://github.com/Applitools-Dev/sdk/issues/2539)) ([51b91cb](https://github.com/Applitools-Dev/sdk/commit/51b91cb15603f7d68e4bd6a16eb0f80e3f380295))
## [2.0.18](https://github.com/Applitools-Dev/sdk/compare/js/logger@2.0.17...js/logger@2.0.18) (2024-06-26)

@@ -4,0 +14,0 @@

1

dist/index.js

@@ -23,1 +23,2 @@ "use strict";

__exportStar(require("./logger"), exports);
__exportStar(require("./spy-logger"), exports);

4

package.json
{
"name": "@applitools/logger",
"version": "2.0.18",
"version": "2.0.19",
"description": "Applitools logger",

@@ -52,3 +52,3 @@ "keywords": [

"dependencies": {
"@applitools/utils": "1.7.4",
"@applitools/utils": "1.7.5",
"chalk": "4.1.2",

@@ -55,0 +55,0 @@ "debug": "4.3.4"

@@ -9,1 +9,2 @@ export type * from './types';

export * from './logger';
export * from './spy-logger';

@@ -91,2 +91,10 @@ import type { LogLevel } from './log-level';

};
export interface SpyLogger extends Logger {
readonly isSpyLogger: true;
readonly calls: ReadonlyArray<LogCall>;
}
export interface LogCall {
readonly level: LogLevelName;
readonly message: any;
}
export {};
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