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

@node-novel/md-loader

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-novel/md-loader - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.0.12](https://github.com/bluelovers/ws-node-novel/compare/@node-novel/md-loader@1.0.11...@node-novel/md-loader@1.0.12) (2021-02-12)
### 🛠 Build System
* update typescript ([90c2208](https://github.com/bluelovers/ws-node-novel/commit/90c22085d647eea8c5e8c4a24ca3dd63cbf784af))
## [1.0.11](https://github.com/bluelovers/ws-node-novel/compare/@node-novel/md-loader@1.0.10...@node-novel/md-loader@1.0.11) (2020-06-20)

@@ -8,0 +19,0 @@

18

index.d.ts

@@ -55,17 +55,3 @@ /**

*/
stringify<T1 = D, T2 = OUT>(inputData: IObject<({
data?: IObject<T1, {
[key: string]: any;
}>;
} & {
content: string | Buffer;
}) | ({
data?: IObject<T1, {
[key: string]: any;
}>;
} & {
mdconf: T2;
}), {
[key: string]: any;
}>): string;
stringify<T1 = D, T2 = OUT>(inputData: IStringifyData<T1, T2>): string;
};

@@ -104,3 +90,3 @@ /**

}> = B & T;
declare const _default: typeof import(".");
declare const _default: typeof import("./index");
export default _default;
{
"name": "@node-novel/md-loader",
"version": "1.0.11",
"version": "1.0.12",
"description": "支援 Front Matter 的 node-novel-info / mdconf",

@@ -62,3 +62,3 @@ "keywords": [

},
"gitHead": "be46b5285f3d23db9ffc7fd79e549f1f3310faa0"
"gitHead": "2e39f65ce53587abef4d354ddc3d27fbf730b6c5"
}
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