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

myst-templates

Package Overview
Dependencies
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

myst-templates - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

4

dist/frontmatter.js

@@ -64,6 +64,6 @@ const ALPHA = 'ABCDEFGHIJKLMNOPQURSUVWXYZ';

const affiliations = (_b = (_a = frontmatter.affiliations) === null || _a === void 0 ? void 0 : _a.filter((aff) => aff.id && !aff.collaboration).map((aff, index) => {
return { value: aff, ...indexAndLetter(index) };
return { ...aff, value: aff, ...indexAndLetter(index) };
})) !== null && _b !== void 0 ? _b : [];
const collaborations = (_d = (_c = frontmatter.affiliations) === null || _c === void 0 ? void 0 : _c.filter((aff) => aff.id && aff.collaboration).map((aff, index) => {
return { value: aff, ...indexAndLetter(index) };
return { ...aff, value: aff, ...indexAndLetter(index) };
})) !== null && _d !== void 0 ? _d : [];

@@ -70,0 +70,0 @@ const doc = {

{
"name": "myst-templates",
"version": "1.0.7",
"version": "1.0.8",
"description": "API types and scripts for downloading MyST Templates",

@@ -5,0 +5,0 @@ "author": "Rowan Cockett <rowan@curvenote.com>",

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