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

hypertune

Package Overview
Dependencies
Maintainers
3
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 1.7.11 to 1.7.12

6

CHANGELOG.md
# Changelog
## 1.7.11
## 1.7.12
- Include build-time logic fallback in generated code by default.
## 1.7.10
- Code generation improvements.

@@ -10,0 +6,0 @@

2

dist/cli/generate/options.js

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

.boolean()
.default(true)
.default(false)
.describe("Embed a snapshot of your configuration logic in the generated code so the SDK can reliably, locally initialize first, before fetching the latest logic from the server, and can work even if the server is unreachable"),

@@ -24,0 +24,0 @@ endpoints: zod_1.z

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

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

@@ -19,3 +19,3 @@ import { z } from "zod";

.boolean()
.default(true)
.default(false)
.describe(

@@ -22,0 +22,0 @@ "Embed a snapshot of your configuration logic in the generated code so the SDK can reliably, locally initialize first, before fetching the latest logic from the server, and can work even if the server is unreachable"

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