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

@daviddarnes/heading-anchors

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daviddarnes/heading-anchors - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

.github/workflows/jsr-publish.yml

2

package.json
{
"name": "@daviddarnes/heading-anchors",
"version": "2.0.1",
"version": "2.0.2",
"description": "A Web Component to add anchor links to headings with IDs",

@@ -5,0 +5,0 @@ "main": "heading-anchors.js",

@@ -36,3 +36,3 @@ # `heading-anchors`

1. Install via [npm](https://www.npmjs.com/package/@daviddarnes/heading-anchors): `npm install @daviddarnes/heading-anchors`
1. Install via [npm](https://www.npmjs.com/package/@daviddarnes/heading-anchors): `npm install @daviddarnes/heading-anchors` (also avaialbe on [jsr](https://jsr.io/@daviddarnes/heading-anchors))
1. [Download the source manually from GitHub](https://github.com/daviddarnes/heading-anchors/releases) into your project.

@@ -54,3 +54,3 @@ 1. Skip this step and use the script directly via a 3rd party CDN (not recommended for production use)

type="module"
src="https://www.unpkg.com/@daviddarnes/heading-anchors@2.0.1/heading-anchors.js"
src="https://www.unpkg.com/@daviddarnes/heading-anchors@2.0.2/heading-anchors.js"
></script>

@@ -63,3 +63,3 @@ ```

type="module"
src="https://esm.sh/@daviddarnes/heading-anchors@2.0.1"
src="https://esm.sh/@daviddarnes/heading-anchors@2.0.2"
></script>

@@ -66,0 +66,0 @@ ```

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