Socket
Socket
Sign inDemoInstall

@feishux/doc-to-md

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feishux/doc-to-md - npm Package Compare versions

Comparing version 0.1.0-beta.4 to 0.1.0

1

dist/client.d.ts

@@ -8,3 +8,2 @@ import { FlowUsToMarkdownOptions } from './types';

private readonly feiShuClient?;
private readonly config?;
constructor(options?: FlowUsToMarkdownOptions);

@@ -11,0 +10,0 @@ pageToMarkdown(id: string): Promise<string>;

@@ -13,6 +13,2 @@ 'use strict';

this.feiShuClient = options === null || options === void 0 ? void 0 : options.client;
this.config = options === null || options === void 0 ? void 0 : options.config;
if (this.config) {
shared.out.warning('暂不支持此配置', JSON.stringify(this.config));
}
}

@@ -19,0 +15,0 @@ pageToMarkdown(id) {

@@ -11,8 +11,4 @@ import { IBlock, IBlockType } from '@feishux/shared';

};
export interface ConfigOptions {
saveChildPage?: boolean;
}
export interface FlowUsToMarkdownOptions {
client?: FeiShuClient;
config?: ConfigOptions;
}

6

package.json
{
"name": "@feishux/doc-to-md",
"version": "0.1.0-beta.4",
"version": "0.1.0",
"description": "FeiShu doc to md",

@@ -32,4 +32,4 @@ "keywords": [

"markdown-table": "^2.0.0",
"@feishux/api": "0.1.0-beta.4",
"@feishux/shared": "0.1.0-beta.4"
"@feishux/api": "0.1.0",
"@feishux/shared": "0.1.0"
},

@@ -36,0 +36,0 @@ "devDependencies": {

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