Comparing version 6.0.0 to 6.1.0
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 | ||
© 2014-21 Lloyd Brookes \<75pound@gmail.com\>. | ||
© 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
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
58380
52
+ Addedarray-back@6.2.2(transitive)
+ Addedmarked@4.3.0(transitive)
- Removedmarked@2.1.3(transitive)
Updatedarray-back@^6.2.2
Updatedcommon-sequence@^2.0.2
Updatedfile-set@^4.0.2
Updatedmarked@^4.0.12
Updatedreduce-flatten@^3.0.1
Updatedwalk-back@^5.1.0