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

@wiris/mathtype-html-integration-devkit

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wiris/mathtype-html-integration-devkit - npm Package Compare versions

Comparing version 1.14.0 to 1.14.1

4

doc/src/getting_started.md

@@ -39,3 +39,3 @@ # Getting started

WirisPlugin.currentInstance = this.wiris_generic;
WirisPlugin.currentInstance = genericIntegrationInstance;
</script>

@@ -77,3 +77,3 @@ ```

WirisPlugin.currentInstance = this.wiris_generic;
WirisPlugin.currentInstance = genericIntegrationInstance;
</script>

@@ -80,0 +80,0 @@ </html>

@@ -32,3 +32,3 @@ The following instructions show how to configure a generic integration to use custom MathType Web integration services. These instructions assume that a custom editor is being configured following the [Getting started](./tutorial-getting_started.html) guide.

WirisPlugin.currentInstance = this.wiris_generic;
WirisPlugin.currentInstance = genericIntegrationInstance;
</script>

@@ -64,3 +64,3 @@ ```

WirisPlugin.currentInstance = this.wiris_generic;
WirisPlugin.currentInstance = genericIntegrationInstance;
</script>

@@ -96,3 +96,3 @@ ```

WirisPlugin.currentInstance = this.wiris_generic;
WirisPlugin.currentInstance = genericIntegrationInstance;
</script>

@@ -131,4 +131,4 @@ ```

WirisPlugin.currentInstance = this.wiris_generic;
WirisPlugin.currentInstance = genericIntegrationInstance;
</script>
```
{
"name": "@wiris/mathtype-html-integration-devkit",
"version": "1.14.0",
"version": "1.14.1",
"description": "Allows to integrate MathType Web into any JavaScript HTML WYSIWYG rich text editor.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -407,3 +407,3 @@ /* eslint-disable no-bitwise */

// Sanitize html code without removing the <semantics> and <annotation> tags.
html = DOMPurify.sanitize(html, { ADD_TAGS: ['semantics', 'annotation'], ALLOWED_ATTR: ['mathvariant', 'class', 'linebreak']});
html = DOMPurify.sanitize(html, { ADD_TAGS: ['semantics', 'annotation'], ALLOWED_ATTR: ['mathvariant', 'class', 'linebreak', 'open', 'close']});
// Readd old annotation content.

@@ -410,0 +410,0 @@ return html.replace(annotationRegex, annotation);

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