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.14 to 1.1.15

8

package.json
{
"name": "typedoc-plugin-markdown",
"version": "1.1.14",
"version": "1.1.15",
"description": "A plugin for Typedoc that exposes a theme and additional arguments for rendering markdown.",

@@ -11,2 +11,3 @@ "main": "dist/index.js",

"copy:static": "copyfiles --up 1 ./src/**/*.hbs ./dist/",
"copy:plugin": "copyfiles package.json './dist/**/*' node_modules/typedoc-plugin-markdown/",
"mocks": "npm run mocks:github && npm run mocks:bitbucket && npm run mocks:gitbook",

@@ -16,7 +17,8 @@ "mocks:github": "typedoc ./test/src --out ./test/out/github --theme markdown --gitRevision master --media test/src/media/ --includes test/src/inc/",

"mocks:gitbook": "typedoc ./test/src --out ./test/out/gitbook --theme markdown --gitRevision master --mdEngine gitbook --media test/src/media/ --includes test/src/inc/",
"mocks:html": "typedoc ./test/src --out test/out/html --media test/src/media/ --includes test/src/inc/",
"examples": "rm -rf examples/out && typedoc ./examples/src --out ./examples/out --theme markdown --gitRevision master --readme none --media test/src/media/ --includes test/src/inc/",
"lint": "tslint --project ./src/tsconfig.json",
"prepare": "rm -rf dist && tsc -p ./src/tsconfig.json && npm run copy:static",
"prepublishOnly": "npm install && npm run lint && npm run test",
"pretest": "npm run link && rm -rf tests/out && npm run mocks",
"prepublishOnly": "npm run prepare && npm run lint && npm run test",
"pretest": "rm -rf tests/out && rm -rf node_modules/typedoc-plugin-markdown && npm run copy:plugin && npm run mocks",
"test": "mocha test/test.js",

@@ -23,0 +25,0 @@ "link": "npm link && npm link typedoc-plugin-markdown"

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