talk-message-forms
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
48194