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 6.0.0 to 6.1.0

2

helpers/ddata.js
var arrayify = require('array-back')
var util = require('util')
var handlebars = require('handlebars')
var marked = require('marked')
var { marked } = require('marked')
var objectGet = require('object-get')

@@ -6,0 +6,0 @@ var where = require('test-value').where

{
"name": "dmd",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "6.0.0",
"version": "6.1.0",
"description": "The default output template for jsdoc-to-markdown",

@@ -13,3 +13,3 @@ "license": "MIT",

"engines": {
"node": ">=14"
"node": ">=12"
},

@@ -26,18 +26,18 @@ "files": [

"dependencies": {
"array-back": "^5.0.0",
"array-back": "^6.2.2",
"cache-point": "^2.0.0",
"common-sequence": "^2.0.0",
"file-set": "^4.0.1",
"common-sequence": "^2.0.2",
"file-set": "^4.0.2",
"handlebars": "^4.7.7",
"marked": "^2.0.0",
"marked": "^4.0.12",
"object-get": "^2.1.1",
"reduce-flatten": "^3.0.0",
"reduce-flatten": "^3.0.1",
"reduce-unique": "^2.0.1",
"reduce-without": "^1.0.1",
"test-value": "^3.0.0",
"walk-back": "^5.0.0"
"walk-back": "^5.1.0"
},
"devDependencies": {
"dmd-plugin-example": "^0.1.0",
"test-runner": "^0.8.13"
"test-runner": "^0.10.1"
},

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

@@ -5,5 +5,4 @@ [![view on npm](https://badgen.net/npm/v/dmd)](https://www.npmjs.org/package/dmd)

[![Gihub package dependents](https://badgen.net/github/dependents-pkg/jsdoc2md/dmd)](https://github.com/jsdoc2md/dmd/network/dependents?dependent_type=PACKAGE)
[![Build Status](https://travis-ci.org/jsdoc2md/dmd.svg?branch=master)](https://travis-ci.org/jsdoc2md/dmd)
[![Node.js CI](https://github.com/jsdoc2md/dmd/actions/workflows/node.js.yml/badge.svg)](https://github.com/jsdoc2md/dmd/actions/workflows/node.js.yml)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard)
[![Join the chat at https://gitter.im/jsdoc2md/jsdoc2md](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jsdoc2md/jsdoc2md?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

@@ -51,4 +50,4 @@ # dmd

&copy; 2014-21 Lloyd Brookes \<75pound@gmail.com\>.
&copy; 2014-22 Lloyd Brookes \<75pound@gmail.com\>.
Tested by [test-runner](https://github.com/test-runner-js/test-runner). Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-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