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.14-beta.7729098 to 0.0.14-beta.7729309

2

package.json
{
"name": "@frontmatter/extensibility",
"version": "0.0.14-beta.7729098",
"version": "0.0.14-beta.7729309",
"description": "Front Matter CMS extensibility library",

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

@@ -44,2 +44,20 @@ <p align="center">

In case you want to have a multi-select question, you can just add the options to the question:
```js
if (!answers) {
MediaScript.askQuestions([{
name: "category",
message: "Which category do you want to use?",
options: [
"Category 1",
"Category 2",
"Category 3"
]
}]);
return;
}
```
> **Important**: Front Matter will execute the same script, so you first need to check if the answers were provided.

@@ -46,0 +64,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