Socket
Socket
Sign inDemoInstall

@vuepress/shared

Package Overview
Dependencies
1
Maintainers
7
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-beta.38 to 2.0.0-beta.40

dist/index.cjs

49

package.json
{
"name": "@vuepress/shared",
"version": "2.0.0-beta.38",
"version": "2.0.0-beta.40",
"description": "Utils that shared between VuePress node and client",

@@ -19,15 +19,19 @@ "keywords": [

"license": "MIT",
"author": "Evan You",
"main": "lib/index.js",
"module": "lib/esm/index.js",
"types": "lib/index.d.ts",
"author": "meteorlxy",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json"
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"lib"
"dist"
],
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "rimraf lib *.tsbuildinfo"
},
"dependencies": {
"@vue/shared": "^3.2.31"
"@vue/shared": "^3.2.33"
},

@@ -37,3 +41,22 @@ "publishConfig": {

},
"gitHead": "7cb24eab18628a66371a367090f7c9c33b519136"
}
"tsup": {
"clean": true,
"dts": [
"src/index.ts"
],
"entry": [
"src/index.ts"
],
"format": [
"cjs",
"esm"
],
"outDir": "dist",
"sourcemap": false,
"tsconfig": "tsconfig.dts.json"
},
"scripts": {
"build": "tsup",
"clean": "rimraf dist"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc