Socket
Socket
Sign inDemoInstall

vuepress

Package Overview
Dependencies
Maintainers
6
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-beta.49 to 2.0.0-beta.50-pre

2

bin/vuepress.js
#!/usr/bin/env node
require('vuepress-vite/bin/vuepress')
import 'vuepress-vite/bin'
{
"name": "vuepress",
"version": "2.0.0-beta.49",
"version": "2.0.0-beta.50-pre",
"description": "Vue-powered Static Site Generator",

@@ -21,13 +21,19 @@ "keywords": [

"author": "meteorlxy",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
"exports": {
".": "./lib/index.js",
"./bin": "./bin/vuepress.js",
"./package.json": "./package.json"
},
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"bin": {
"vuepress": "bin/vuepress.js"
"vuepress": "./bin/vuepress.js"
},
"files": [
"bin",
"lib"
"./bin",
"./lib"
],
"dependencies": {
"vuepress-vite": "2.0.0-beta.49"
"vuepress-vite": "2.0.0-beta.50-pre"
},

@@ -34,0 +40,0 @@ "scripts": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc