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

zhi-env

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zhi-env - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

docs/doc/index.md

6

CHANGELOG.md
# Changelog
## [1.3.0](https://github.com/terwer/zhi-env/compare/v1.2.0...v1.3.0) (2023-03-09)
### Features
- add tsdoc to vitepress docs ([64f6434](https://github.com/terwer/zhi-env/commit/64f64348222e9578beb9c25a61c45dd663fd6153))
## [1.2.0](https://github.com/terwer/zhi-env/compare/v1.1.0...v1.2.0) (2023-03-09)

@@ -4,0 +10,0 @@

4

docs/.vitepress/config.js
import { getSideBar } from "vitepress-plugin-autobar"
export default {
title: "zhi-env", // 设置网站标题
title: "helpdoc", // 设置网站标题
description: "a cross-platform env config lib",

@@ -15,3 +15,3 @@ base: "/", // 设置站点根路径

{
text: "zhi-env",
text: "helpdoc",
link: "/",

@@ -18,0 +18,0 @@ target: "_self",

@@ -5,3 +5,3 @@ {

"root": "./src",
"output": "./docs/zhienv",
"output": "./docs/helpdoc",
"ingoreList": []

@@ -8,0 +8,0 @@ }

@@ -11,3 +11,3 @@ ---

text: Get Started
link: /zhienv/
link: /doc/
- theme: alt

@@ -14,0 +14,0 @@ text: View on Git

{
"name": "zhi-env",
"version": "1.2.0",
"version": "1.3.0",
"description": "a cross-platform env config lib",

@@ -26,3 +26,5 @@ "main": "./lib/index.js",

"restore": "python script/template.py -r",
"helpdoc": "jsdoc2vitepress start"
"helpdoc": "jsdoc2vitepress start",
"vitepress:dev": "vitepress dev docs",
"vitepress:build": "vitepress build docs"
},

@@ -29,0 +31,0 @@ "repository": "terwer/zhi-env",

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