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

hypertune

Package Overview
Dependencies
Maintainers
2
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hypertune - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

2

CHANGELOG.md
# Changelog
## 2.3.0
## 2.3.1

@@ -5,0 +5,0 @@ - Traceability and shutdown behavior improvements.

@@ -47,2 +47,7 @@ "use strict";

});
if (remoteLoggingMode === "off") {
this.localLogger(shared_1.LogLevel.Info, "Remote logging is disabled.", {
traceId,
});
}
}

@@ -49,0 +54,0 @@ nodeLog({ commitId, initDataHash, nodeTypeName, nodePath, nodeExpression, level, message, metadata, reductionLogs, }) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/** Replaced by the value in package.json on build */
exports.default = "2.3.0";
exports.default = "2.3.1";
//# sourceMappingURL=sdkVersion.js.map
{
"name": "hypertune",
"version": "2.3.0",
"version": "2.3.1",
"private": false,

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

@@ -70,2 +70,7 @@ import {

});
if (remoteLoggingMode === "off") {
this.localLogger(LogLevel.Info, "Remote logging is disabled.", {
traceId,
});
}
}

@@ -72,0 +77,0 @@

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