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

react-cimpress-fulfiller-logo

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-cimpress-fulfiller-logo - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "react-cimpress-fulfiller-logo",
"version": "0.0.1",
"version": "0.0.2",
"description": "Fetches fulfiller logo from Fulfiller Identity Service.",

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

# react-cimpress-fulfiller-logo
This repository stores a react compontent that anyone can use to conveniently place a fullfiller logo in their react application.
This repository stores a react compontent that anyone can use to conveniently place a fullfiller logo in their react application.
## Usage
Install the npm package
`npm install react-cimpress-fulfiller-logo --save`
import the component
`import { FulfillerLogo } from 'react-cimpress-fulfiller-logo'`

@@ -10,3 +10,3 @@ import React, { Component } from 'react';

this.state = {
imageBlog: null,
imageBlob: null,
}

@@ -16,4 +16,3 @@ }

fetchImage(isVisible) {
console.log(isVisible);
if (isVisible && !this.state.imageBlog) {
if (isVisible && !this.state.imageBlob) {
let headers = new Headers();

@@ -20,0 +19,0 @@ headers.append("Authorization", `Bearer ${this.props.accessToken}`);

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