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

docworks-cli

Package Overview
Dependencies
Maintainers
5
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docworks-cli - npm Package Compare versions

Comparing version 1.10.8 to 1.10.9

6

package.json
{
"name": "docworks-cli",
"version": "1.10.8",
"version": "1.10.9",
"description": "",

@@ -21,3 +21,3 @@ "main": "src/docworks.js",

"chalk": "^2.3.0",
"docworks-dts": "^1.10.8",
"docworks-dts": "^1.10.9",
"docworks-jsdoc2spec": "^1.10.8",

@@ -44,3 +44,3 @@ "docworks-repo": "^1.10.8",

},
"gitHead": "d5acf5d002a5b8b8b488f85972ee67d42e5d2eed"
"gitHead": "6b1e744d88a8a167b3a2bf644753496f7f3a1684"
}

@@ -187,2 +187,3 @@ const tmp = require('tmp-promise')

const outputDirName = argv.dir || ''
const summaryTemplate = argv.summaryTemplate

@@ -195,3 +196,3 @@ if (!remote && !local || (!!remote && !!local)) {

return runDts(outputFileName, outputDirName, {remote, local, run$wFixer})
return runDts(outputFileName, outputDirName, {remote, local, run$wFixer, summaryTemplate})
.catch(() => {

@@ -198,0 +199,0 @@ process.exit(1)

@@ -7,3 +7,3 @@ const path = require('path')

async function runDts(outputFileName, outputDirName, {remote, local, run$wFixer}) {
async function runDts(outputFileName, outputDirName, {remote, local, run$wFixer, summaryTemplate}) {

@@ -19,3 +19,3 @@ try {

const dtsContent = dts(repo.services, {run$wFixer})
const dtsContent = dts(repo.services, {run$wFixer, summaryTemplate})

@@ -22,0 +22,0 @@ const fileNameWithExtensions = `${outputFileName}.d.ts`

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