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

dmd

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dmd - npm Package Compare versions

Comparing version 3.0.13 to 4.0.0

index.js

28

package.json
{
"name": "dmd",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "3.0.13",
"version": "4.0.0",
"description": "dmd (document with markdown) is a collection of handlebars templates for generating markdown documentation from jsdoc-parse input data. It is the default template set used by jsdoc-to-markdown.",
"license": "MIT",
"repository": "https://github.com/75lb/dmd.git",
"main": "./lib/dmd.js",
"keywords": [

@@ -14,30 +13,31 @@ "documentation",

"engines": {
"node": ">=4.0.0"
"node": ">=8.0.0"
},
"files": [
"helpers",
"lib",
"index.js",
"helpers/*.js",
"lib/*.js",
"partials"
],
"scripts": {
"test": "test-runner test/*.js test/ddata/*.js",
"docs": "jsdoc2md -t jsdoc2md/README.hbs -p list -l js lib/*.js > README.md; echo"
"test": "test-runner test/*.js test/ddata/*.js"
},
"dependencies": {
"array-back": "^2.0.0",
"array-back": "^3.1.0",
"cache-point": "^0.4.1",
"common-sequence": "^1.0.2",
"file-set": "^2.0.0",
"handlebars": "^4.0.11",
"marked": "^0.3.16",
"handlebars": "^4.1.2",
"marked": "^0.6.2",
"object-get": "^2.1.0",
"reduce-flatten": "^1.0.1",
"reduce-unique": "^1.0.0",
"reduce-flatten": "^2.0.0",
"reduce-unique": "^2.0.1",
"reduce-without": "^1.0.1",
"test-value": "^3.0.0",
"walk-back": "^3.0.0"
"walk-back": "^3.0.1"
},
"devDependencies": {
"dmd-plugin-example": "^0.1.0",
"test-runner": "^0.5.0"
"nyc": "^14.1.1",
"test-runner": "^0.6.0"
},

@@ -44,0 +44,0 @@ "standard": {

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