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 0.1.7 to 1.0.1

2

lib/default/image.js

@@ -71,3 +71,3 @@ (function() {

}
src = thumbnailUrl.replace(/(\/h\/\d+)/g, "/h/" + previewHeight).replace(/(\/w\/\d+)/g, "/w/" + previewWidth);
src = thumbnailUrl.substring(0, 4) === 'data' ? thumbnailUrl : thumbnailUrl.replace(/(\/h\/\d+)/g, "/h/" + previewHeight).replace(/(\/w\/\d+)/g, "/w/" + previewWidth);
style = {

@@ -74,0 +74,0 @@ height: this.props.attachment.isUploading && previewHeight < 120 ? 120 : previewHeight,

{
"name": "talk-message-forms",
"version": "0.1.7",
"version": "1.0.1",
"description": "The Message Structure and Layout of jianliao.com",

@@ -14,3 +14,3 @@ "main": "lib/index.js",

"react-lite-coder": "0.0.4",
"react-lite-misc": "0.1.0",
"react-lite-misc": "1.0.0",
"teambition-icon-fonts": "^0.72.11",

@@ -17,0 +17,0 @@ "xss": "^0.2.6"

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