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.3.0-alpha7 to 3.3.0-alpha8

3

cli.js

@@ -333,4 +333,3 @@ /*global java */

var borrow = require('jsdoc/borrow');
// Prevent Requizzle from picking up package.json. See #662.
var Package = require('./lib/jsdoc/package').Package;
var Package = require('jsdoc/package').Package;

@@ -337,0 +336,0 @@ var docs;

@@ -96,7 +96,8 @@ #!/usr/bin/env node

// Create a custom require method that adds `lib/jsdoc` to the module lookup path.
// This makes it possible to `require('jsdoc/foo')` from external templates and plugins,
// and within JSDoc itself.
// Create a custom require method that adds `lib/jsdoc` and `node_modules` to the module
// lookup path. This makes it possible to `require('jsdoc/foo')` from external templates and
// plugins, and within JSDoc itself. It also allows external templates and plugins to
// require JSDoc's module dependencies without installing them locally.
require = require('requizzle')({
requirePaths: [path.join(__dirname, 'lib')],
requirePaths: [path.join(__dirname, 'lib'), path.join(__dirname, 'node_modules')],
infect: true

@@ -103,0 +104,0 @@ });

{
"name": "jsdoc",
"version": "3.3.0-alpha7",
"revision": "1402418188968",
"version": "3.3.0-alpha8",
"revision": "1402517102726",
"description": "An API documentation generator for JavaScript.",

@@ -22,7 +22,7 @@ "keywords": [

"async": "~0.1.22",
"catharsis": "~0.7.1",
"catharsis": "~0.8.2",
"esprima": "https://github.com/ariya/esprima/tarball/49a2eccb243f29bd653b11e9419241a9d726af7c",
"js2xmlparser": "~0.1.0",
"marked": "~0.3.1",
"requizzle": "~0.1.0",
"requizzle": "~0.1.1",
"strip-json-comments": "~0.1.3",

@@ -29,0 +29,0 @@ "taffydb": "https://github.com/hegemonic/taffydb/tarball/master",

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