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

@huyikai/vitepress-helper

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@huyikai/vitepress-helper - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

lib/index.esm.js

27

package.json

@@ -7,6 +7,12 @@ {

"dependencies": {
"workspace": "^0.0.1-preview.1"
"@axolo/tree-array": "^0.2.1",
"fs-extra": "^10.1.0",
"globby": "^11.0.1",
"gray-matter": "^4.0.2",
"tree-conver": "^0.0.95",
"uuid": "^9.0.1"
},
"description": "enhance vitepress experience",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.1",

@@ -16,8 +22,10 @@ "@rollup/plugin-typescript": "^11.1.5",

"@types/node": "^18.16.3",
"fs-extra": "^10.1.0",
"globby": "^11.0.1",
"gray-matter": "^4.0.2",
"@types/uuid": "^9.0.7",
"rollup": "^3.21.5",
"tslib": "^2.3.1",
"typescript": "^5.0.4"
},
"files": [
"lib"
],
"homepage": "https://github.com/huyikai/vitepress-helper",

@@ -30,4 +38,4 @@ "keywords": [

"license": "MIT",
"main": "dist/index.esm.js",
"module": "dist/index.esm.js",
"main": "lib/index.esm.js",
"module": "lib/index.esm.js",
"name": "@huyikai/vitepress-helper",

@@ -42,7 +50,8 @@ "publishConfig": {

"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin typescript"
"build": "rollup --config rollup.config.ts --configPlugin typescript",
"tsc": "tsc -p ./tsconfig.json"
},
"type": "module",
"types": "dist/lib/index.d.ts",
"version": "0.0.1"
"types": "lib/types/index.d.ts",
"version": "0.0.2"
}
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