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
1
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 0.0.6 to 0.0.7

15

dist/types/types.d.ts

@@ -1,2 +0,2 @@

import type { Parent, TableCell as SpecTableCell, FootnoteReference as FNR, FootnoteDefinition as FND, Heading as SpecHeading, Image as SpecImage, Admonition as SpecAdmonition } from 'myst-spec';
import type { Parent, StaticPhrasingContent, TableCell as SpecTableCell, FootnoteReference as FNR, FootnoteDefinition as FND, Heading as SpecHeading, Image as SpecImage, Admonition as SpecAdmonition } from 'myst-spec';
export declare type Delete = Parent & {

@@ -61,2 +61,15 @@ type: 'delete';

};
export declare type CiteKind = 'narrative' | 'parenthetical';
export declare type Cite = {
type: 'cite';
kind: CiteKind;
label: string;
children: StaticPhrasingContent[];
error?: boolean;
};
export declare type CiteGroup = {
type: 'citeGroup';
kind: CiteKind;
children: Cite[];
};
//# sourceMappingURL=types.d.ts.map

2

package.json
{
"name": "myst-spec-ext",
"version": "0.0.6",
"version": "0.0.7",
"description": "Extentions for myst-spec that are used in myst-cli and mystjs",

@@ -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