Socket
Socket
Sign inDemoInstall

@vuepress/plugin-external-link-icon

Package Overview
Dependencies
Maintainers
6
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/plugin-external-link-icon - npm Package Compare versions

Comparing version 2.0.0-beta.51 to 2.0.0-beta.52

2

lib/client/components/ExternalLinkIcon.d.ts

@@ -13,3 +13,3 @@ import type { PropType } from 'vue';

[key: string]: any;
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
locales: {

@@ -16,0 +16,0 @@ type: PropType<ExternalLinkIconLocales>;

@@ -6,6 +6,2 @@ import { getDirname, path } from '@vuepress/utils';

clientConfigFile: path.resolve(__dirname, '../client/config.js'),
alias: {
// workaround for https://github.com/vitejs/vite/issues/7621
'@vuepress/plugin-external-link-icon/client': path.resolve(__dirname, '../client/index.js'),
},
define: {

@@ -12,0 +8,0 @@ __EXTERNAL_LINK_ICON_LOCALES__: locales,

{
"name": "@vuepress/plugin-external-link-icon",
"version": "2.0.0-beta.51",
"version": "2.0.0-beta.52",
"description": "VuePress plugin - external link icon",

@@ -33,8 +33,8 @@ "keywords": [

"dependencies": {
"@vuepress/client": "2.0.0-beta.51",
"@vuepress/core": "2.0.0-beta.51",
"@vuepress/markdown": "2.0.0-beta.51",
"@vuepress/shared": "2.0.0-beta.51",
"@vuepress/utils": "2.0.0-beta.51",
"vue": "^3.2.37"
"@vuepress/client": "2.0.0-beta.52",
"@vuepress/core": "2.0.0-beta.52",
"@vuepress/markdown": "2.0.0-beta.52",
"@vuepress/shared": "2.0.0-beta.52",
"@vuepress/utils": "2.0.0-beta.52",
"vue": "^3.2.41"
},

@@ -41,0 +41,0 @@ "publishConfig": {

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