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

myst-spec-ext

Package Overview
Dependencies
Maintainers
0
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

myst-spec-ext - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

3

dist/types.d.ts

@@ -156,3 +156,4 @@ import type { Block as SpecBlock, Parent, StaticPhrasingContent, FlowContent, ListContent, PhrasingContent, TableCell as SpecTableCell, FootnoteReference as FNR, FootnoteDefinition as FND, Heading as SpecHeading, Image as SpecImage, Admonition as SpecAdmonition, Code as SpecCode, ListItem as SpecListItem, Container as SpecContainer, InlineMath as SpecInlineMath, Math as SpecMath, Node, CrossReference as SpecCrossReference, Link as SpecLink } from 'myst-spec';

Article = "Article",
Notebook = "Notebook"
Notebook = "Notebook",
Part = "Part"
}

@@ -159,0 +160,0 @@ export type Dependency = {

@@ -5,2 +5,3 @@ export var SourceFileKind;

SourceFileKind["Notebook"] = "Notebook";
SourceFileKind["Part"] = "Part";
})(SourceFileKind || (SourceFileKind = {}));
{
"name": "myst-spec-ext",
"version": "1.7.1",
"version": "1.7.2",
"description": "Extensions for myst-spec that are used in mystmd",

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

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