Socket
Socket
Sign inDemoInstall

markdown-it-cross-ref

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-it-cross-ref - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

./dist/index.js

4

dist/index.d.ts

@@ -1,5 +0,5 @@

import MarkdownIt from 'markdown-it';
import { PluginSimple } from 'markdown-it';
declare const MarkdownItCrossRef: (md: MarkdownIt) => void;
declare const MarkdownItCrossRef: PluginSimple;
export { MarkdownItCrossRef, MarkdownItCrossRef as default };

@@ -155,4 +155,3 @@ "use strict";

var crossrefCore = (state) => {
var _a;
const list = (_a = state.env.crossrefs) == null ? void 0 : _a.list;
const list = state.env.crossrefs?.list;
for (let i = 0; i < state.tokens.length; i++) {

@@ -159,0 +158,0 @@ if (state.tokens[i].type === "crossref_reference_open") {

{
"name": "markdown-it-cross-ref",
"version": "0.1.0",
"version": "0.1.1",
"description": "MarkdownIt plugin for cross-reference.",

@@ -10,9 +10,9 @@ "keywords": [

],
"homepage": "https://github.com/Renovamen/oh-cv/tree/main/packages/markdown-it-cross-ref",
"homepage": "https://github.com/Renovamen/oh-my-cv/tree/main/packages/markdown-it-cross-ref",
"bugs": {
"url": "https://github.com/Renovamen/oh-cv"
"url": "https://github.com/Renovamen/oh-my-cv"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Renovamen/oh-cv.git",
"url": "git+https://github.com/Renovamen/oh-my-cv.git",
"directory": "packages/markdown-it-cross-ref"

@@ -26,2 +26,3 @@ },

"exports": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",

@@ -34,3 +35,3 @@ "import": "./dist/index.mjs"

"devDependencies": {
"@types/markdown-it": "^12.2.3",
"@types/markdown-it": "^13.0.1",
"markdown-it": "^13.0.1"

@@ -37,0 +38,0 @@ },

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