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

@coorpacademy/components

Package Overview
Dependencies
Maintainers
12
Versions
2114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coorpacademy/components - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

package.json
{
"name": "@coorpacademy/components",
"version": "2.1.0",
"version": "2.1.1",
"description": "Component library for web front ends",

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

@@ -33,2 +33,3 @@ import identity from 'lodash/fp/identity';

const href = getOr('', 'href', product);
const image = getOr(null, 'images.discipline_thumb_retina.url.https', product);

@@ -38,3 +39,3 @@ return (

<div className={style.imageWrapper}>
<img src={getOrBlank('images.0.url.https', product)} />
<img src={image} />
<div className={style.overlay}>

@@ -41,0 +42,0 @@ <HoverFill>

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