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

@eik/core

Package Overview
Dependencies
Maintainers
0
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eik/core - npm Package Compare versions

Comparing version 1.3.56 to 1.3.57

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.3.57](https://github.com/eik-lib/core/compare/v1.3.56...v1.3.57) (2024-08-09)
### Bug Fixes
* make healthcheck logging less verbose by default ([#433](https://github.com/eik-lib/core/issues/433)) ([73a3a39](https://github.com/eik-lib/core/commit/73a3a39b0262da0cd6fdd08043764a5a8331836b))
## [1.3.54](https://github.com/eik-lib/core/compare/v1.3.53...v1.3.54) (2024-08-08)

@@ -2,0 +9,0 @@

4

lib/utils/healthcheck.js

@@ -77,3 +77,3 @@ import { Writable, pipeline } from "node:stream";

async check() {
this._log.info(
this._log.debug(
`Sink health check started - testing with file ${this._name}`,

@@ -124,3 +124,3 @@ );

} catch (error) {
this._log.info("Sink health check ended successfully. Sink is healthy");
this._log.debug("Sink health check ended successfully. Sink is healthy");
}

@@ -127,0 +127,0 @@

{
"name": "@eik/core",
"version": "1.3.56",
"version": "1.3.57",
"description": "Core server package",

@@ -5,0 +5,0 @@ "main": "lib/main.js",

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