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

jsdoc-api

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsdoc-api - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

tmp/out/h86x2ky11k9dgqkm8wypynwmiskr1iy2bg09xejogav5u680k9.js.html

7

es5/jsdoc-api.js

@@ -10,5 +10,6 @@ 'use strict';

var path = require('path');
var Cache = require('cache-point');
exports.cache = new Cache();
exports.cache = new Cache({ dir: path.join(require('os').tmpdir(), 'jsdoc-api') });

@@ -79,6 +80,6 @@ function explainSync(options) {

if (this.html) {
var path = require('path');
this.configure = path.resolve(__dirname, 'html-conf.json');
var _path = require('path');
this.configure = _path.resolve(__dirname, 'html-conf.json');
delete this.html;
}
};

@@ -43,2 +43,3 @@ 'use strict'

const path = require('path')
const Cache = require('cache-point')

@@ -49,3 +50,3 @@ /**

*/
exports.cache = new Cache()
exports.cache = new Cache({ dir: path.join(require('os').tmpdir(), 'jsdoc-api') })

@@ -52,0 +53,0 @@ /**

{
"name": "jsdoc-api",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "1.2.1",
"version": "1.2.2",
"description": "A programmatic interface for jsdoc",

@@ -27,3 +27,3 @@ "repository": "https://github.com/jsdoc2md/jsdoc-api.git",

"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015": "^6.13.2",
"collect-json": "^1.0.8",

@@ -38,3 +38,3 @@ "core-assert": "~0.2.0",

"array-back": "^1.0.3",
"cache-point": "~0.3.0",
"cache-point": "~0.3.3",
"collect-all": "^1.0.2",

@@ -44,3 +44,3 @@ "core-js": "^2.4.1",

"file-set": "^1.0.1",
"jsdoc-75lb": "^3.5.5",
"jsdoc-75lb": "^3.5.6",
"object-to-spawn-args": "^1.1.0",

@@ -47,0 +47,0 @@ "promise.prototype.finally": "^1.0.1",

Sorry, the diff of this file is not supported yet

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