Socket
Socket
Sign inDemoInstall

@dhis2/d2-ui-rich-text

Package Overview
Dependencies
Maintainers
13
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.0.0 to 6.0.1

2

package.json

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

},
"version": "6.0.0",
"version": "6.0.1",
"private": false
}

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

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

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

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

@@ -50,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