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

react-cimpress-comment

Package Overview
Dependencies
Maintainers
3
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.1.1 to 0.1.2

2

lib/CommentsClient.js

@@ -48,3 +48,3 @@ export default class CommentsClient {

return fetch(url, init).then(response => {
if (response.status === 201) {
if (response.status >= 200 && response.status < 300) {
return response.json();

@@ -51,0 +51,0 @@ } else {

{
"name": "react-cimpress-comment",
"version": "0.1.1",
"version": "0.1.2",
"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