Socket
Socket
Sign inDemoInstall

@vuepress/plugin-external-link-icon

Package Overview
Dependencies
Maintainers
7
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.34 to 2.0.0-beta.35

12

lib/client/components/ExternalLinkIcon.d.ts

@@ -13,8 +13,10 @@ 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<{
locales?: unknown;
} & {
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
locales: {
type: PropType<ExternalLinkIconLocales>;
required: false;
default: () => {};
};
}>>, {
locales: ExternalLinkIconLocales;
} & {}>, {
locales: ExternalLinkIconLocales;
}>;
{
"name": "@vuepress/plugin-external-link-icon",
"version": "2.0.0-beta.34",
"version": "2.0.0-beta.35",
"description": "VuePress plugin - external link icon",

@@ -32,7 +32,7 @@ "keywords": [

"dependencies": {
"@vuepress/client": "2.0.0-beta.34",
"@vuepress/core": "2.0.0-beta.34",
"@vuepress/markdown": "2.0.0-beta.33",
"@vuepress/utils": "2.0.0-beta.33",
"vue": "^3.2.26"
"@vuepress/client": "2.0.0-beta.35",
"@vuepress/core": "2.0.0-beta.35",
"@vuepress/markdown": "2.0.0-beta.35",
"@vuepress/utils": "2.0.0-beta.35",
"vue": "^3.2.28"
},

@@ -42,3 +42,3 @@ "publishConfig": {

},
"gitHead": "aba907994697f4d0a691f2e3668dad4bea388f20"
"gitHead": "4bf1c55b6fb863c9251aa80178d5bc6475f5b315"
}
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