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.2.1-alpha to 2.2.2

2

CHANGELOG.md
# Changelog
## 2.2.0
## 2.2.2

@@ -5,0 +5,0 @@ - Added the `isReady` function that checks whether the SDK is ready to log

@@ -176,3 +176,3 @@ "use strict";

function envNameToOptionName(envName) {
const afterPrefix = envName.replace(/^HYPERTUNE_/, "");
const afterPrefix = envName.replace(/^(.*?_?)HYPERTUNE_/, "");
return afterPrefix

@@ -179,0 +179,0 @@ .toLowerCase()

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

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

@@ -233,3 +233,3 @@ /* eslint-disable no-underscore-dangle */

function envNameToOptionName(envName: string): string {
const afterPrefix = envName.replace(/^HYPERTUNE_/, "");
const afterPrefix = envName.replace(/^(.*?_?)HYPERTUNE_/, "");
return afterPrefix

@@ -236,0 +236,0 @@ .toLowerCase()

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