Socket
Socket
Sign inDemoInstall

@vuepress/shared

Package Overview
Dependencies
1
Maintainers
6
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

21

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

@@ -22,10 +22,6 @@ "keywords": [

"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
".": "./dist/index.js",
"./package.json": "./package.json"
},
"main": "./dist/index.cjs",
"main": "./dist/index.js",
"module": "./dist/index.js",

@@ -44,16 +40,13 @@ "types": "./dist/index.d.ts",

"clean": true,
"dts": [
"src/index.ts"
],
"dts": "./src/index.ts",
"entry": [
"src/index.ts"
"./src/index.ts"
],
"format": [
"cjs",
"esm"
],
"outDir": "dist",
"outDir": "./dist",
"sourcemap": false,
"target": "es2020",
"tsconfig": "tsconfig.dts.json"
"tsconfig": "../tsconfig.dts.json"
},

@@ -60,0 +53,0 @@ "scripts": {

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