Socket
Socket
Sign inDemoInstall

@vuepress/plugin-external-link-icon

Package Overview
Dependencies
128
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.50-pre.1 to 2.0.0-rc.0

4

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: {

@@ -22,2 +22,2 @@ type: PropType<ExternalLinkIconLocales>;

locales: ExternalLinkIconLocales;
}>;
}, {}>;

@@ -6,3 +6,3 @@ import type { Plugin } from '@vuepress/core';

*/
export declare type ExternalLinkIconPluginOptions = {
export interface ExternalLinkIconPluginOptions {
/**

@@ -12,3 +12,3 @@ * Locales config for external link icon

locales?: ExternalLinkIconLocales;
};
}
export declare const externalLinkIconPlugin: ({ locales, }?: ExternalLinkIconPluginOptions) => Plugin;

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

name: '@vuepress/plugin-external-link-icon',
clientConfigFile: path.resolve(__dirname, '../client/config.js'),
define: {
__EXTERNAL_LINK_ICON_LOCALES__: locales,
},
clientConfigFile: path.resolve(__dirname, '../client/config.js'),
extendsMarkdown: (md) => {

@@ -11,0 +11,0 @@ let shouldRenderExternalIcon = false;

import type { LocaleConfig } from '@vuepress/shared';
export declare type ExternalLinkIconLocales = LocaleConfig<{
export type ExternalLinkIconLocales = LocaleConfig<{
openInNewWindow: string;

@@ -4,0 +4,0 @@ }>;

{
"name": "@vuepress/plugin-external-link-icon",
"version": "2.0.0-beta.50-pre.1",
"version": "2.0.0-rc.0",
"description": "VuePress plugin - external link icon",

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

"dependencies": {
"@vuepress/client": "2.0.0-beta.50-pre.1",
"@vuepress/core": "2.0.0-beta.50-pre.1",
"@vuepress/markdown": "2.0.0-beta.50-pre.1",
"@vuepress/shared": "2.0.0-beta.50-pre.1",
"@vuepress/utils": "2.0.0-beta.50-pre.1",
"vue": "^3.2.37"
"vue": "^3.3.8",
"@vuepress/client": "2.0.0-rc.0",
"@vuepress/markdown": "2.0.0-rc.0",
"@vuepress/core": "2.0.0-rc.0",
"@vuepress/utils": "2.0.0-rc.0",
"@vuepress/shared": "2.0.0-rc.0"
},

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

Sorry, the diff of this file is not supported yet

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