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

myst-transforms

Package Overview
Dependencies
Maintainers
3
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

myst-transforms - npm Package Compare versions

Comparing version 1.1.9 to 1.1.10

4

dist/links/doi.js

@@ -15,3 +15,3 @@ import { RuleId, fileError } from 'myst-common';

}
if (uri && doi.validate(uri, { strict: true }))
if (uri && doi.validate(uri))
return true;

@@ -23,3 +23,3 @@ return false;

const doiString = doi.normalize(urlSource);
if (!doiString || !doi.validate(doiString)) {
if (!doiString) {
fileError(file, `DOI is not valid: ${urlSource}`, {

@@ -26,0 +26,0 @@ node: link,

{
"name": "myst-transforms",
"version": "1.1.9",
"version": "1.1.10",
"sideEffects": false,

@@ -29,6 +29,6 @@ "type": "module",

"mdast-util-find-and-replace": "^2.1.0",
"myst-common": "^1.1.11",
"myst-common": "^1.1.12",
"myst-spec": "^0.0.4",
"myst-spec-ext": "^1.1.11",
"myst-to-html": "1.0.12",
"myst-spec-ext": "^1.1.12",
"myst-to-html": "1.0.13",
"rehype-parse": "^8.0.4",

@@ -35,0 +35,0 @@ "rehype-remark": "^9.1.2",

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