Socket
Socket
Sign inDemoInstall

@vuepress/plugin-external-link-icon

Package Overview
Dependencies
120
Maintainers
6
Versions
54
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-pre

24

package.json
{
"name": "@vuepress/plugin-external-link-icon",
"version": "2.0.0-beta.49",
"version": "2.0.0-beta.50-pre",
"description": "VuePress plugin - external link icon",

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

"author": "meteorlxy",
"main": "lib/node/index.js",
"types": "lib/node/index.d.ts",
"type": "module",
"exports": {
".": "./lib/node/index.js",
"./client": "./lib/client/index.js",
"./package.json": "./package.json"
},
"main": "./lib/node/index.js",
"types": "./lib/node/index.d.ts",
"files": [
"lib"
"./lib"
],
"dependencies": {
"@vuepress/client": "2.0.0-beta.49",
"@vuepress/core": "2.0.0-beta.49",
"@vuepress/markdown": "2.0.0-beta.49",
"@vuepress/shared": "2.0.0-beta.49",
"@vuepress/utils": "2.0.0-beta.49",
"@vuepress/client": "2.0.0-beta.50-pre",
"@vuepress/core": "2.0.0-beta.50-pre",
"@vuepress/markdown": "2.0.0-beta.50-pre",
"@vuepress/shared": "2.0.0-beta.50-pre",
"@vuepress/utils": "2.0.0-beta.50-pre",
"vue": "^3.2.37"

@@ -34,0 +40,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc