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

docsify-ts-api

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docsify-ts-api - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

18

index.js

@@ -1,17 +0,5 @@

"use strict";
const { buildApi } = require("./lib/tasks/build-api");
/*
const projectRoot = process.cwd();
buildApi({
root: projectRoot,
apiDir: `${projectRoot}/docs/api`,
docsDir: `${projectRoot}/docs`,
srcDir: `${projectRoot}/src`,
libDir: `${projectRoot}/lib`
});
*/
export {
'use strict';
const { buildApi } = require('./lib/tasks/build-api');
modules.exports = {
buildApi
};

2

package.json
{
"name": "docsify-ts-api",
"version": "1.0.3",
"version": "1.0.4",
"description": "Generate documentation on TypeScript API for docsify tool",

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

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