Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vuepress/plugin-active-header-links

Package Overview
Dependencies
Maintainers
2
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/plugin-active-header-links - npm Package Compare versions

Comparing version 2.0.0-rc.0 to 2.0.0-rc.1

3

lib/client/config.d.ts

@@ -1,2 +0,3 @@

declare const _default: import("@vuepress/client").ClientConfig;
import type { ClientConfig } from 'vuepress/client';
declare const _default: ClientConfig;
export default _default;

@@ -1,2 +0,2 @@

import { defineClientConfig } from '@vuepress/client';
import { defineClientConfig } from 'vuepress/client';
import { useActiveHeaderLinks } from './composables/index.js';

@@ -3,0 +3,0 @@ const headerLinkSelector = __AHL_HEADER_LINK_SELECTOR__;

@@ -1,2 +0,2 @@

import type { Plugin } from '@vuepress/core';
import type { Plugin } from 'vuepress/core';
/**

@@ -3,0 +3,0 @@ * Options for @vuepress/plugin-active-header-links

@@ -1,2 +0,2 @@

import { getDirname, path } from '@vuepress/utils';
import { getDirname, path } from 'vuepress/utils';
const __dirname = getDirname(import.meta.url);

@@ -3,0 +3,0 @@ export const activeHeaderLinksPlugin = ({ headerLinkSelector = 'a.sidebar-item', headerAnchorSelector = '.header-anchor', delay = 200, offset = 5, } = {}) => ({

{
"name": "@vuepress/plugin-active-header-links",
"version": "2.0.0-rc.0",
"version": "2.0.0-rc.1",
"description": "VuePress plugin - active header links",

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

"bugs": {
"url": "https://github.com/vuepress/vuepress-next/issues"
"url": "https://github.com/vuepress/ecosystem/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuepress/vuepress-next.git"
"url": "git+https://github.com/vuepress/ecosystem.git"
},

@@ -34,17 +34,18 @@ "license": "MIT",

],
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "rimraf lib *.tsbuildinfo"
},
"dependencies": {
"ts-debounce": "^4.0.0",
"vue": "^3.3.8",
"vue-router": "^4.2.5",
"@vuepress/client": "2.0.0-rc.0",
"@vuepress/utils": "2.0.0-rc.0",
"@vuepress/core": "2.0.0-rc.0"
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.2"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "rimraf lib *.tsbuildinfo"
}
}
"gitHead": "1de7fea6963c3dd6c89df21eca4accc2d31204a4"
}

Sorry, the diff of this file is not supported yet

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