typedoc-plugin-markdown
Advanced tools
Comparing version 1.1.18 to 1.1.19
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
0
38707
53
608