🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

embeddable-nfts

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

embeddable-nfts - npm Package Compare versions

Comparing version

to
0.4.6

{
"name": "embeddable-nfts",
"version": "0.4.5",
"version": "0.4.6",
"description": "Resuable, embeddable webcomponent for OpenSea assets.",

@@ -5,0 +5,0 @@ "scripts": {

@@ -144,9 +144,8 @@ import { css, customElement, html, LitElement, property } from 'lit-element'

let vertCardWidth = ''
if (this.orientationMode === OrientationMode.Auto) {
vertCardWidth =
window.innerWidth < MOBILE_BREAK_POINT
? VERT_CARD_WIDTH_MOBILE
: VERT_CARD_WIDTH
this.horizontal = false
let vertCardWidth = VERT_CARD_WIDTH
if (
this.orientationMode === OrientationMode.Auto &&
window.innerWidth < MOBILE_BREAK_POINT
) {
vertCardWidth = VERT_CARD_WIDTH_MOBILE
}

@@ -153,0 +152,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet