New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@certd/basic

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@certd/basic - npm Package Compare versions

Comparing version
1.38.12
to
1.39.0
+1
-1
build.md

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

23:18
01:15

@@ -6,2 +6,12 @@ # Change Log

# [1.39.0](https://github.com/certd/certd/compare/v1.38.12...v1.39.0) (2026-03-07)
### Bug Fixes
* esxi部署失败的bug ([1e44115](https://github.com/certd/certd/commit/1e441154617e6516a9a3610412bf597128c62696))
### Performance Improvements
* http请求增加建立连接超时配置 ([3c85602](https://github.com/certd/certd/commit/3c85602ab1fc1953cdc06a6cd75a971d14119179))
## [1.38.12](https://github.com/certd/certd/compare/v1.38.11...v1.38.12) (2026-02-18)

@@ -8,0 +18,0 @@

@@ -277,2 +277,3 @@ import axios from "axios";

autoSelectFamilyAttemptTimeout: 1000,
connectTimeout: 5000, // 连接建立超时
}, opts);

@@ -279,0 +280,0 @@ let httpAgent, httpsAgent;

{
"name": "@certd/basic",
"private": false,
"version": "1.38.12",
"version": "1.39.0",
"type": "module",

@@ -50,3 +50,3 @@ "main": "./dist/index.js",

},
"gitHead": "49457505cdf8156fd9d936b8e9ace0b48e43a6b2"
"gitHead": "3bb29abe32c311e1cf840f97d485d1147411992a"
}