Socket
Socket
Sign inDemoInstall

@dhis2/d2-ui-rich-text

Package Overview
Dependencies
Maintainers
14
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dhis2/d2-ui-rich-text - npm Package Compare versions

Comparing version 6.2.0 to 6.2.1

2

package.json

@@ -32,4 +32,4 @@ {

},
"version": "6.2.0",
"version": "6.2.1",
"private": false
}

@@ -36,4 +36,4 @@ "use strict";

encodedChar: 0x2a,
// see https://regex101.com/r/evswdV/1 for explanation of regexp
regexString: "(?:(?!\\S).|^)\\*((?!\\s)[^*]+(?:[^\\s]))\\*(?!\\S)",
// see https://regex101.com/r/evswdV/6 for explanation of regexp
regexString: "\\B\\*((?!\\s)[^*]+)\\b\\*\\B",
contentFn: function contentFn(val) {

@@ -48,4 +48,4 @@ return val;

encodedChar: 0x5f,
// see https://regex101.com/r/evswdV/1 for explanation of regexp
regexString: "(?:(?!\\S).|^)_((?!\\s)[^_]+(?:[^\\s]))_(?!\\S)",
// see https://regex101.com/r/p6LpjK/5 for explanation of regexp
regexString: "\\b_((?!\\s)[^_]+)\\B_\\b",
contentFn: function contentFn(val) {

@@ -52,0 +52,0 @@ return val;

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