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

typedoc-plugin-markdown

Package Overview
Dependencies
Maintainers
1
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typedoc-plugin-markdown - npm Package Compare versions

Comparing version 1.1.18 to 1.1.19

3

dist/theme/utils.js

@@ -28,5 +28,4 @@ "use strict";

.replace(/"/g, '')
.replace(/ /g, '-')
.toLowerCase();
.replace(/ /g, '-');
}
exports.getAnchorRef = getAnchorRef;
{
"name": "typedoc-plugin-markdown",
"version": "1.1.18",
"description": "A plugin for Typedoc that exposes a theme and additional arguments for rendering markdown.",
"version": "1.1.19",
"description": "A plugin for TypeDoc that exposes a theme and additional arguments for rendering markdown.",
"main": "dist/index.js",

@@ -14,4 +14,4 @@ "files": [

"lint": "tslint --project ./src/tsconfig.json",
"prepare": "rm -rf dist && tsc -p ./src/tsconfig.json && npm run copy:static",
"prepublishOnly": "npm run prepare && npm run lint && npm run test",
"build": "rm -rf dist && tsc -p ./src/tsconfig.json && npm run copy:static",
"prepare": "npm run lint && npm run build && npm run test",
"pretest": "rm -rf test/out && rm -rf node_modules/typedoc-plugin-markdown && npm run copy:plugin",

@@ -42,3 +42,3 @@ "test": "jest"

"devDependencies": {
"@types/jest": "^23.3.7",
"@types/jest": "^23.3.9",
"copyfiles": "^2.1.0",

@@ -45,0 +45,0 @@ "jest": "^23.6.0",

@@ -5,7 +5,7 @@ # typedoc-plugin-markdown

A plugin for [TypeDoc](https://github.com/TypeStrong/typedoc) that exposes a theme and additional arguments for rendering markdown.
[![npm](https://img.shields.io/npm/v/typedoc-plugin-markdown.svg)](https://www.npmjs.com/package/typedoc-plugin-markdown)
[![Build Status](https://travis-ci.org/tgreyuk/typedoc-plugin-markdown.svg?branch=master)](https://travis-ci.org/tgreyuk/typedoc-plugin-markdown)
A plugin for [TypeDoc](https://github.com/TypeStrong/typedoc) that exposes a theme and additional arguments for rendering markdown.
## Installation

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