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.11-beta.7728891 to 0.0.11-beta.7728928

2

package.json
{
"name": "@frontmatter/extensibility",
"version": "0.0.11-beta.7728891",
"version": "0.0.11-beta.7728928",
"description": "Front Matter CMS extensibility library",

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

@@ -13,3 +13,3 @@ <p align="center">

To make it easier to create your custom scripts, you can make use of the `@frontmatter/extensibility` module its `ContentScript` and `MediaScript` classes.
To make it easier to create your custom scripts, you can make use of the `@frontmatter/extensibility` module its `ContentScript`, `MediaScript`, and `PlaceholderScript` classes.

@@ -78,2 +78,6 @@ ### Content scripts

### Placeholder scripts
The `PlaceholderScript` class provides the same functionality as the `ContentScript` class, but it is used for placeholders which can be used on content creation. The main difference between the `ContentScript` and `PlaceholderScript` is that it will not provide the `frontMatter` object. Instead it returns the `title` of the page.
## UI extensibility

@@ -80,0 +84,0 @@

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