Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-cimpress-comment

Package Overview
Dependencies
Maintainers
6
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-cimpress-comment - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

4

lib/Comments.js

@@ -176,3 +176,3 @@ 'use strict';

value: function addComment(e) {
this.postComment(this.state.commentToAdd, this.state.selectedAccessibilityOption.value);
this.postComment(this.state.commentToAdd);
}

@@ -287,3 +287,3 @@ }, {

return this.commentsClient.postComment(comment, this.state.selectedAccessibilityOption).then(function () {
return this.commentsClient.postComment(comment, this.state.selectedAccessibilityOption.value).then(function () {
return _this7.fetchComments(_this7.state.visible);

@@ -290,0 +290,0 @@ }).then(function () {

{
"name": "react-cimpress-comment",
"version": "0.4.0",
"version": "0.4.1",
"description": "Visualizes comment(s) for a particular platform resource",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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