Socket
Socket
Sign inDemoInstall

@frontmatter/extensibility

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontmatter/extensibility - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "@frontmatter/extensibility",
"version": "0.0.1",
"version": "0.0.2",
"description": "Front Matter CMS extensibility library",

@@ -5,0 +5,0 @@ "type": "module",

@@ -7,6 +7,12 @@ # Front Matter CMS - Extensibility module

TBA
```js
import { registerCardFooter } from "https://cdn.skypack.dev/@frontmatter/extensibility";
registerCardFooter(async (filePath, data) => {
return `<span>Your HTML</span>`;
});
```
## Issues
Please report any issues you find in the Front Matter CMS issue list.
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