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
1
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 0.0.3 to 0.0.4

dist/esm/extractParts.js

1

dist/esm/index.js
export { toText, fileError, fileWarn, fileInfo, createId, normalizeLabel, createHtmlId, liftChildren, setTextAsChild, copyNode, } from './utils';
export { selectBlockParts, extractPart } from './extractParts';
export { toText, fileError, fileWarn, fileInfo, createId, normalizeLabel, createHtmlId, liftChildren, setTextAsChild, copyNode, } from './utils';
export { selectBlockParts, extractPart } from './extractParts';
export type { MessageInfo } from './utils';

9

package.json
{
"name": "myst-common",
"type": "module",
"version": "0.0.3",
"version": "0.0.4",
"main": "./dist/esm/index.js",

@@ -11,7 +11,2 @@ "module": "./dist/esm/index.js",

],
"exports": {
".": {
"import": "./dist/esm/index.js"
}
},
"license": "MIT",

@@ -30,5 +25,5 @@ "scripts": {

"dependencies": {
"nanoid": "^4.0.0",
"mdast": "^3.0.0",
"myst-spec": "^0.0.4",
"nanoid": "^4.0.0",
"unist-util-map": "^3.0.0",

@@ -35,0 +30,0 @@ "vfile": "^5.0.0",

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