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
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.0.1 to 1.0.2

2

lib/default/file.js

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

progress = this.props.attachment.progress;
if (Number.isFinite(progress) && (0 <= progress && progress <= 1)) {
if ((0 <= progress && progress <= 1)) {
style = {

@@ -37,0 +37,0 @@ backgroundColor: this.getColor(),

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

progress = this.props.attachment.progress;
if (this.props.attachment.isUploading && Number.isFinite(progress) && (0 <= progress && progress <= 1)) {
if (this.props.attachment.isUploading && (0 <= progress && progress <= 1)) {
style = {

@@ -38,0 +38,0 @@ width: (progress * 100) + "%"

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