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

myst-common

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

myst-common - npm Package Compare versions

Comparing version 1.1.11 to 1.1.12

4

dist/types.d.ts
import type { Plugin } from 'unified';
import type { Node } from 'myst-spec';
import type { Node, Directive, Role } from 'myst-spec';
import type { VFile } from 'vfile';

@@ -50,2 +50,3 @@ export type GenericNode<T extends Record<string, any> = Record<string, any>> = {

name: string;
node: Directive;
arg?: ParseTypes;

@@ -57,2 +58,3 @@ options?: Record<string, ParseTypes>;

name: string;
node: Role;
body?: ParseTypes;

@@ -59,0 +61,0 @@ };

{
"name": "myst-common",
"sideEffects": false,
"version": "1.1.11",
"version": "1.1.12",
"type": "module",

@@ -6,0 +6,0 @@ "exports": "./dist/index.js",

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