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

talk-message-forms

Package Overview
Dependencies
Maintainers
2
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 0.1.0 to 0.1.1

10

lib/default/quote.js

@@ -29,7 +29,11 @@ (function() {

renderContent: function() {
var ref;
var html, ref;
html = {
__html: this.props.attachment.data.text
};
if ((ref = this.props.attachment.data.text) != null ? ref.length : void 0) {
return div({
className: 'content'
}, this.props.attachment.data.text);
className: 'content',
dangerouslySetInnerHTML: html
});
}

@@ -36,0 +40,0 @@ },

{
"name": "talk-message-forms",
"version": "0.1.0",
"version": "0.1.1",
"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

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