@bytemd/plugin-frontmatter
Advanced tools
Comparing version 1.20.1 to 1.20.2
import type { BytemdPlugin } from 'bytemd'; | ||
export declare interface BytemdPluginFrontmatterOptions { | ||
import { load } from 'js-yaml'; | ||
export interface BytemdPluginFrontmatterOptions { | ||
onError?(err: any): void; | ||
} | ||
declare function frontmatter({ onError, }?: BytemdPluginFrontmatterOptions): BytemdPlugin; | ||
export default frontmatter; | ||
export { } | ||
declare module 'vfile' { | ||
interface VFile { | ||
frontmatter: ReturnType<typeof load>; | ||
} | ||
} | ||
export default function frontmatter({ onError, }?: BytemdPluginFrontmatterOptions): BytemdPlugin; |
{ | ||
"name": "@bytemd/plugin-frontmatter", | ||
"version": "1.20.1", | ||
"version": "1.20.2", | ||
"description": "ByteMD plugin to parse frontmatter", | ||
@@ -37,3 +37,3 @@ "repository": { | ||
"devDependencies": { | ||
"bytemd": "1.20.1" | ||
"bytemd": "1.20.2" | ||
}, | ||
@@ -43,3 +43,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "34c931fafd890af7806ad9f78ba125cf77bb47e0" | ||
"gitHead": "5341fc66607cf079145e3116ba101e57d1569b0f" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64065
8
948