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

marked-gfm-heading-id

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marked-gfm-heading-id - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

35

package.json
{
"name": "marked-gfm-heading-id",
"version": "3.0.4",
"version": "3.0.5",
"description": "marked GFM heading ids",

@@ -42,3 +42,3 @@ "main": "./lib/index.cjs",

"peerDependencies": {
"marked": "^4 || ^5"
"marked": "^4 || ^5 || ^6"
},

@@ -49,24 +49,23 @@ "dependencies": {

"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.4",
"@rollup/plugin-node-resolve": "^15.0.2",
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@rollup/plugin-node-resolve": "^15.1.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.1.0",
"@semantic-release/npm": "^10.0.3",
"@semantic-release/release-notes-generator": "^11.0.2",
"@types/marked": "^5.0.0",
"babel-jest": "^29.5.0",
"eslint": "^8.41.0",
"@semantic-release/github": "^9.0.4",
"@semantic-release/npm": "^10.0.4",
"@semantic-release/release-notes-generator": "^11.0.4",
"babel-jest": "^29.6.2",
"eslint": "^8.46.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"jest-cli": "^29.5.0",
"marked": "^5.0.3",
"rollup": "^3.23.0",
"semantic-release": "^21.0.2",
"jest-cli": "^29.6.2",
"marked": "^6.0.0",
"rollup": "^3.27.1",
"semantic-release": "^21.0.7",
"tsd": "^0.28.1"
}
}

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

import type { marked } from "marked"
import type { MarkedExtension, marked } from "marked"

@@ -15,2 +15,2 @@ /** Options for configuring marked-gfm-heading-id extension */

*/
export function gfmHeadingId(options?: GfmHeadingIdOptions): marked.MarkedExtension;
export function gfmHeadingId(options?: GfmHeadingIdOptions): MarkedExtension;
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