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
2
Versions
30
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.650 to 5.0.0-beta.651

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

3

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

@@ -9,3 +9,3 @@ "use strict";

var _escape = require("../../escape");
var _InternalHTMLRenderer = _interopRequireDefault(require("./InternalHTMLRenderer.js"));
var _InternalHTMLRenderer = _interopRequireDefault(require("./InternalHTMLRenderer"));
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }

@@ -27,2 +27,3 @@ // eslint-disable-next-line @typescript-eslint/ban-ts-comment

// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment,@typescript-eslint/no-unsafe-call
// @ts-ignore
const internalHTMLRenderer = new _InternalHTMLRenderer.default({

@@ -29,0 +30,0 @@ esc: _escape.escapeHtmlInText

@@ -5,3 +5,3 @@ import { Parser } from 'commonmark';

// @ts-ignore
import InternalHTMLRenderer from './InternalHTMLRenderer.js';
import InternalHTMLRenderer from './InternalHTMLRenderer';
export const parseMarkdown = text => {

@@ -19,2 +19,3 @@ let newText = text;

// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment,@typescript-eslint/no-unsafe-call
// @ts-ignore
const internalHTMLRenderer = new InternalHTMLRenderer({

@@ -21,0 +22,0 @@ esc: escapeHtmlInText

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

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

},
"gitHead": "6b8696766d576ca51d075c40dff0441f35089c84"
"gitHead": "4ed5eefd210a5a9caded6f2f9a08a24b3428251a"
}

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