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

doxli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doxli - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

1

doxli.js

@@ -56,3 +56,2 @@ var util = require('util');

if (mod === require.cache[i].exports) {
console.log(require.cache[i]);
path = require.cache[i].filename;

@@ -59,0 +58,0 @@ }

2

package.json
{
"name": "doxli",
"version": "1.0.2",
"version": "1.0.3",
"description": "Get dox documentation for modules on the command line.",

@@ -5,0 +5,0 @@ "main": "doxli.js",

@@ -26,1 +26,9 @@ doxli

```
Using ```doxli``` in a module to automatically provide ```help``` functions for exports:
```
var doxli = require('doxli');
// module definition goes here
doxli(this);
```
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