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.10 to 1.1.11

1

dist/templates.d.ts

@@ -9,2 +9,3 @@ export declare enum TemplateKind {

string = "string",
number = "number",
choice = "choice",

@@ -11,0 +12,0 @@ file = "file"

@@ -11,4 +11,5 @@ export var TemplateKind;

TemplateOptionType["string"] = "string";
TemplateOptionType["number"] = "number";
TemplateOptionType["choice"] = "choice";
TemplateOptionType["file"] = "file";
})(TemplateOptionType || (TemplateOptionType = {}));

@@ -106,2 +106,3 @@ import type { Plugin } from 'unified';

equation = "equation",
subequation = "subequation",
figure = "figure",

@@ -108,0 +109,0 @@ table = "table",

@@ -18,2 +18,3 @@ export var NotebookCell;

TargetKind["equation"] = "equation";
TargetKind["subequation"] = "subequation";
TargetKind["figure"] = "figure";

@@ -20,0 +21,0 @@ TargetKind["table"] = "table";

2

package.json
{
"name": "myst-common",
"sideEffects": false,
"version": "1.1.10",
"version": "1.1.11",
"type": "module",

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

Sorry, the diff of this file is not supported yet

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