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

@chayns-components/format

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chayns-components/format - npm Package Compare versions

Comparing version 5.0.0-beta.915 to 5.0.0-beta.928

10

lib/cjs/utils/formatString/markdown/formatMarkdown.js

@@ -65,2 +65,12 @@ "use strict";

return undefined;
},
// Disables escaping of characters via backslash. This is needed for LaTeX formulas, since multiline LaTeX formulas have 2 backslashes at the end of their lines.
// Without this function, the backslashes would be escaped and the LaTeX formula would be broken.
escape() {
return undefined;
},
// Disables the conversion of backslash at the end of a line to a line break. This is needed for LaTeX formulas, since multiline LaTeX formulas have 2 backslashes at the end of their lines.
// Without this '\\' would be converted to '\<br>' which breaks LaTeX formulas.
br() {
return undefined;
}

@@ -67,0 +77,0 @@ };

@@ -58,2 +58,12 @@ import { marked } from 'marked';

return undefined;
},
// Disables escaping of characters via backslash. This is needed for LaTeX formulas, since multiline LaTeX formulas have 2 backslashes at the end of their lines.
// Without this function, the backslashes would be escaped and the LaTeX formula would be broken.
escape() {
return undefined;
},
// Disables the conversion of backslash at the end of a line to a line break. This is needed for LaTeX formulas, since multiline LaTeX formulas have 2 backslashes at the end of their lines.
// Without this '\\' would be converted to '\<br>' which breaks LaTeX formulas.
br() {
return undefined;
}

@@ -60,0 +70,0 @@ };

4

package.json
{
"name": "@chayns-components/format",
"version": "5.0.0-beta.915",
"version": "5.0.0-beta.928",
"description": "A set of beautiful React components for developing your own applications with chayns.",

@@ -76,3 +76,3 @@ "sideEffects": false,

},
"gitHead": "204b4347196c90a032de249bdee1d441be0e4155"
"gitHead": "558fc46105adefdb5bdcfbb1716421e87d6879cb"
}

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