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

react-redhat

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-redhat - npm Package Compare versions

Comparing version

to
0.0.29

2

comment/Comments.js

@@ -115,3 +115,3 @@ var React = require('react/addons');

done: function (comments) {
if (comments == null) {
if (comments == null || comments.length==0) {
return React.createElement(Alert, {bsStyle: "warning", key: "alert"}, "No case comments found for this case")

@@ -118,0 +118,0 @@ }

@@ -28,5 +28,5 @@ var Marty = require('marty');

receiveComments: function (cn, comments) {
var caseNumber = _.padLeft(cn, 8, '0'),
sorted_comments,
i;
var caseNumber = _.padLeft(cn, 8, '0');
var sorted_comments=[];
var i=0;
if(comments != null) {

@@ -33,0 +33,0 @@ comments.sort(function(a, b) {

{
"name": "react-redhat",
"version": "0.0.28",
"version": "0.0.29",
"description": "Bootstrap 3 components build with React",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/redhataccess/react-redhat",