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

@bytemd/plugin-frontmatter

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bytemd/plugin-frontmatter - npm Package Compare versions

Comparing version 1.20.1 to 1.20.2

./dist/index.js

15

dist/index.d.ts
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"
}
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