New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

myst-frontmatter

Package Overview
Dependencies
Maintainers
0
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

myst-frontmatter - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

3

dist/exports/types.d.ts

@@ -10,3 +10,4 @@ import type { TOC } from 'myst-toc';

md = "md",
meca = "meca"
meca = "meca",
cff = "cff"
}

@@ -13,0 +14,0 @@ export type ExportArticle = {

@@ -11,2 +11,3 @@ export var ExportFormats;

ExportFormats["meca"] = "meca";
ExportFormats["cff"] = "cff";
})(ExportFormats || (ExportFormats = {}));

@@ -47,2 +47,3 @@ import { defined, incrementOptions, validateBoolean, validateChoice, validateEnum, validateList, validateNumber, validateObjectKeys, validateString, validationError, } from 'simple-validators';

'.typst': ExportFormats.typst,
'.cff': ExportFormats.cff,
};

@@ -49,0 +50,0 @@ export const RESERVED_EXPORT_KEYS = [

{
"name": "myst-frontmatter",
"version": "1.5.1",
"version": "1.5.2",
"sideEffects": false,

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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