Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@paperist/remark-latex

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paperist/remark-latex - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

5

lib/converters/escape/index.js

@@ -18,7 +18,4 @@ "use strict";

}
else if (str.match(/[|]/)) {
return '\\verb+|+';
}
else {
return `\\verb|${str}|`;
return `\\symbol{\`\\${str}}`;
}

@@ -25,0 +22,0 @@ });

@@ -12,7 +12,4 @@ "use strict";

}
else if (str.match(/[|]/)) {
return '\\verb+|+';
}
else {
return `\\verb|${str}|`;
return `\\symbol{\`\\${str}}`;
}

@@ -19,0 +16,0 @@ });

2

package.json

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "1.0.6",
"version": "1.0.7",
"main": "lib/index.js",

@@ -8,0 +8,0 @@ "files": [

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