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

jsdoc

Package Overview
Dependencies
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsdoc - npm Package Compare versions

Comparing version 3.6.2 to 3.6.3

5

CHANGES.md

@@ -6,2 +6,7 @@ # JSDoc 3 change history

## 3.6.3 (July 2019)
Updates dependencies.
## 3.6.2 (May 2019)

@@ -8,0 +13,0 @@

3

jsdoc.js
#!/usr/bin/env node
/* global require: true */

@@ -17,2 +16,3 @@ // initialize the environment for Node.js

// require JSDoc's module dependencies without installing them locally.
/* eslint-disable no-global-assign, no-redeclare */
require = require('requizzle')({

@@ -25,2 +25,3 @@ requirePaths: {

});
/* eslint-enable no-global-assign, no-redeclare */

@@ -27,0 +28,0 @@ // resolve the path if it's a symlink

@@ -1,3 +0,1 @@

/* global Set */
/**

@@ -4,0 +2,0 @@ * Deep clone a simple object. Ignores non-enumerable properties.

@@ -1,2 +0,1 @@

/* global Set */
/**

@@ -3,0 +2,0 @@ * Recursively print out all names and values in a data structure.

{
"name": "jsdoc",
"version": "3.6.2",
"revision": "1557679651670",
"version": "3.6.3",
"revision": "1563123686627",
"description": "An API documentation generator for JavaScript.",

@@ -18,3 +18,3 @@ "keywords": [

"bluebird": "^3.5.4",
"catharsis": "^0.8.10",
"catharsis": "^0.8.11",
"escape-string-regexp": "^2.0.0",

@@ -25,5 +25,5 @@ "js2xmlparser": "^4.0.0",

"markdown-it-anchor": "^5.0.2",
"marked": "^0.6.2",
"marked": "^0.7.0",
"mkdirp": "^0.5.1",
"requizzle": "^0.2.2",
"requizzle": "^0.2.3",
"strip-json-comments": "^3.0.1",

@@ -36,3 +36,3 @@ "taffydb": "2.6.2",

"gulp": "^4.0.1",
"gulp-eslint": "^5.0.0",
"gulp-eslint": "^6.0.0",
"gulp-json-editor": "^2.5.2",

@@ -39,0 +39,0 @@ "nyc": "^14.1.0"

@@ -26,4 +26,4 @@ # JSDoc

**Note**: By default, npm adds your package using the caret operator in front of
the version number (for example, `^3.5.2`). We recommend using the tilde
operator instead (for example, `~3.5.2`), which limits updates to the most
the version number (for example, `^3.6.3`). We recommend using the tilde
operator instead (for example, `~3.6.3`), which limits updates to the most
recent patch-level version. See

@@ -30,0 +30,0 @@ [this Stack Overflow answer](https://stackoverflow.com/questions/22343224) for

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