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
83
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.0.1 to 1.0.2

dist/extractParts.d.ts.map

1

dist/extractParts.d.ts

@@ -11,1 +11,2 @@ import type { Root } from 'mdast';

export declare function extractPart(tree: Root, partId: string): Root | undefined;
//# sourceMappingURL=extractParts.d.ts.map

@@ -7,1 +7,2 @@ export { toText, fileError, fileWarn, fileInfo, createId, normalizeLabel, createHtmlId, liftChildren, setTextAsChild, copyNode, mergeTextNodes, } from './utils.js';

export type { Dependency, GenericNode, GenericParent, Citations, References, ArgDefinition, DirectiveData, RoleData, DirectiveSpec, RoleSpec, ParseTypes, } from './types.js';
//# sourceMappingURL=index.d.ts.map

@@ -12,1 +12,2 @@ export declare enum TemplateKind {

}
//# sourceMappingURL=templates.d.ts.map

@@ -83,1 +83,2 @@ import type { Root } from 'mdast';

export {};
//# sourceMappingURL=types.d.ts.map

@@ -35,1 +35,2 @@ import type { VFile } from 'vfile';

export declare function mergeTextNodes(node: GenericNode): GenericNode;
//# sourceMappingURL=utils.d.ts.map

2

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

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

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