Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

talk-message-forms

Package Overview
Dependencies
Maintainers
4
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

talk-message-forms - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

7

lib/util/format.js

@@ -30,5 +30,10 @@ (function() {

exports.parseRTF = function(html) {
return rtfxss.process(html);
var div;
div = document.createElement('div');
div.innerHTML = rtfxss.process(html);
html = div.innerHTML;
div = null;
return html;
};
}).call(this);

2

package.json
{
"name": "talk-message-forms",
"version": "1.2.3",
"version": "1.2.4",
"description": "The Message Structure and Layout of jianliao.com",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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