Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

myst-frontmatter

Package Overview
Dependencies
Maintainers
3
Versions
78
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.0.2 to 1.0.3

4

dist/frontmatter/validators.js

@@ -547,4 +547,4 @@ import { doi } from 'doi-utils';

if (defined(value.sub_articles)) {
if (output.format !== ExportFormats.xml && output.format !== ExportFormats.meca) {
validationError("sub_articles are only supported for exports of formats 'jats' or 'meca'", opts);
if (output.format !== ExportFormats.xml) {
validationError("sub_articles are only supported for exports of format 'jats'", opts);
}

@@ -551,0 +551,0 @@ else {

{
"name": "myst-frontmatter",
"version": "1.0.2",
"version": "1.0.3",
"sideEffects": false,

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

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