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.10 to 0.0.11

6

lib/FufillerLogo.js

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

maxHeight: "50px",
display: "inline-block",
objectFit: "contain",

@@ -25,3 +24,4 @@ width: "50px",

marginRight: "10px",
verticalAlign: "middle"
verticalAlign: "middle",
alignContent: "center"
};

@@ -83,3 +83,3 @@ }

let objectURL = URL.createObjectURL(this.state.imageBlob);
childContent = React.createElement('img', { style: { width: "100%", height: "auto", maxWidth: "100%" }, src: objectURL });
childContent = React.createElement('img', { style: { maxWidth: "inherit", maxHeight: "inherit" }, src: objectURL });
} else if (this.state.imageIsLoading && this.props.imageLoading) {

@@ -86,0 +86,0 @@ childContent = this.props.imageLoading;

{
"name": "react-cimpress-fulfiller-logo",
"version": "0.0.10",
"version": "0.0.11",
"description": "Fetches fulfiller logo from Fulfiller Identity Service.",

@@ -18,4 +18,3 @@ "main": "./lib/index.js",

"files": [
"lib",
"src"
"lib"
],

@@ -22,0 +21,0 @@ "bugs": {

@@ -25,3 +25,3 @@ # react-cimpress-fulfiller-logo

`<FulfillerLogo className="fulfillerLogos" fulfillerId="fulfillerId" accessToken={localStorage.getItem('accessToken')}/>`
`<FulfillerLogo className="fulfillerLogos" fulfillerId="fulfillerId" accessToken={localStorage.getItem('accessToken')}/>`

@@ -28,0 +28,0 @@ ### To override default loading behaviour

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