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

3

dist/models/Question.d.ts
export interface Question {
name: string;
message: string;
default: string;
default?: string;
options?: string[];
}
{
"name": "@frontmatter/extensibility",
"version": "0.0.13",
"version": "0.0.14-beta.7729098",
"description": "Front Matter CMS extensibility library",

@@ -38,2 +38,2 @@ "type": "module",

}
}
}
export interface Question {
name: string;
message: string;
default: string;
default?: string;
options?: string[];
}
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