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

exmarkdown-heading-anchor

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exmarkdown-heading-anchor - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

52

package.json
{
"name": "exmarkdown-heading-anchor",
"version": "1.3.1",
"version": "1.3.2",
"type": "module",

@@ -8,9 +8,12 @@ "description": "⚓️ A svelte-exmarkdown plugin that places anchors in heading tags",

"license": "MIT",
"author": "jill64 <intents.turrets0h@icloud.com> (https://github.com/jill64)",
"author": {
"name": "jill64",
"email": "143883742+jill64@users.noreply.github.com",
"url": "https://github.com/jill64",
"image": "https://avatars.githubusercontent.com/u/143883742?v=4"
},
"bugs": "https://github.com/jill64/exmarkdown-heading-anchor/issues",
"homepage": "https://github.com/jill64/exmarkdown-heading-anchor#readme",
"files": [
"dist",
"!*.test.*",
"!*.spec.*"
"dist"
],

@@ -33,3 +36,4 @@ "exports": {

"type": "git",
"url": "https://github.com/jill64/exmarkdown-heading-anchor.git"
"url": "https://github.com/jill64/exmarkdown-heading-anchor.git",
"image": "https://opengraph.githubassets.com/a06e7284efcd713b444a1fc52504ae081c8fea169f97c3b9cbb99a47a9a2da85/jill64/exmarkdown-heading-anchor"
},

@@ -44,4 +48,4 @@ "scripts": {

"test": "playwright test",
"format": "npx prettier --write . --plugin prettier-plugin-svelte .",
"lint": "npx eslint . && npm run check"
"format": "npx @jill64/psx",
"lint": "npm run check && npx eslint ."
},

@@ -52,21 +56,21 @@ "peerDependencies": {

},
"prettier": "@jill64/prettier-config",
"devDependencies": {
"@jill64/sentry-sveltekit-cloudflare": "1.3.3",
"@jill64/svelte-dark-theme": "2.2.1",
"@jill64/svelte-input": "1.4.0",
"@playwright/test": "1.40.0",
"@sveltejs/adapter-cloudflare": "2.3.3",
"@sveltejs/kit": "1.27.6",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-deprecation": "2.0.0",
"eslint-plugin-svelte": "2.35.0",
"prettier-plugin-svelte": "3.1.0",
"svelte": "4.2.5",
"@jill64/eslint-config-svelte": "1.0.3",
"@jill64/npm-demo-layout": "0.4.0",
"@jill64/universal-sanitizer": "1.0.0",
"@jill64/playwright-config": "2.2.0",
"@jill64/prettier-config": "1.0.0",
"@jill64/sentry-sveltekit-cloudflare": "1.6.1",
"@jill64/svelte-input": "1.6.1",
"@playwright/test": "1.40.1",
"@sveltejs/adapter-cloudflare": "3.0.0",
"@sveltejs/kit": "2.0.0",
"svelte": "4.2.8",
"svelte-exmarkdown": "3.0.1",
"svelte-qparam": "0.0.1",
"typescript": "5.2.2",
"svelte-qparam": "0.4.0",
"typescript": "5.3.3",
"unified": "11.0.4",
"vite": "5.0.0"
"vite": "5.0.9",
"@sveltejs/vite-plugin-svelte": "3.0.1"
},

@@ -73,0 +77,0 @@ "dependencies": {

@@ -5,3 +5,3 @@ <!----- BEGIN GHOST DOCS HEADER ----->

[![npm-version](https://img.shields.io/npm/v/exmarkdown-heading-anchor)](https://npmjs.com/package/exmarkdown-heading-anchor) [![npm-license](https://img.shields.io/npm/l/exmarkdown-heading-anchor)](https://npmjs.com/package/exmarkdown-heading-anchor) [![npm-download-month](https://img.shields.io/npm/dm/exmarkdown-heading-anchor)](https://npmjs.com/package/exmarkdown-heading-anchor) [![npm-min-size](https://img.shields.io/bundlephobia/min/exmarkdown-heading-anchor)](https://npmjs.com/package/exmarkdown-heading-anchor) [![ci.yml](https://github.com/jill64/exmarkdown-heading-anchor/actions/workflows/ci.yml/badge.svg)](https://github.com/jill64/exmarkdown-heading-anchor/actions/workflows/ci.yml) [![website](https://img.shields.io/website?up_message=working&down_message=down&url=https%3A%2F%2Fexmarkdown-heading-anchor.jill64.dev)](https://exmarkdown-heading-anchor.jill64.dev)
<!----- BEGIN GHOST DOCS BADGES -----><a href="https://npmjs.com/package/exmarkdown-heading-anchor"><img src="https://img.shields.io/npm/v/exmarkdown-heading-anchor" alt="npm-version" /></a> <a href="https://npmjs.com/package/exmarkdown-heading-anchor"><img src="https://img.shields.io/npm/l/exmarkdown-heading-anchor" alt="npm-license" /></a> <a href="https://npmjs.com/package/exmarkdown-heading-anchor"><img src="https://img.shields.io/npm/dm/exmarkdown-heading-anchor" alt="npm-download-month" /></a> <a href="https://npmjs.com/package/exmarkdown-heading-anchor"><img src="https://img.shields.io/bundlephobia/min/exmarkdown-heading-anchor" alt="npm-min-size" /></a> <a href="https://github.com/jill64/exmarkdown-heading-anchor/actions/workflows/ci.yml"><img src="https://github.com/jill64/exmarkdown-heading-anchor/actions/workflows/ci.yml/badge.svg" alt="ci.yml" /></a> <a href="https://exmarkdown-heading-anchor.jill64.dev"><img src="https://img.shields.io/website?up_message=working&down_message=down&url=https%3A%2F%2Fexmarkdown-heading-anchor.jill64.dev" alt="website" /></a><!----- END GHOST DOCS BADGES ----->

@@ -12,8 +12,2 @@ ⚓️ A svelte-exmarkdown plugin that places anchors in heading tags

## Installation
```sh
npm i exmarkdown-heading-anchor
```
<!----- END GHOST DOCS HEADER ----->

@@ -50,2 +44,8 @@

## Installation
```sh
npm i exmarkdown-heading-anchor
```
## Example

@@ -52,0 +52,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