New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

lazycrypto-cli

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lazycrypto-cli - npm Package Compare versions

Comparing version
0.2.6
to
0.2.7
+2
-3
components/CryptoData/CryptoDisplay.js

@@ -24,3 +24,3 @@ import React from "react";

return (
<Box flexDirection="column" width={cryptosPerRow === 1 ? "100%" : 70}>
<Box marginTop={1} flexDirection="column" width={cryptosPerRow === 1 ? "100%" : 70}>
<Box

@@ -34,5 +34,4 @@ width="100%"

borderRight={false}
borderBottom={isLastRow ? false : true}
borderBottom={!isLastRow}
paddingBottom={1}
marginBottom={1}
borderDimColor={true}

@@ -39,0 +38,0 @@ flexDirection="column"

+0
-1

@@ -131,3 +131,2 @@ import React, { useState, useEffect } from "react";

<Box
marginBottom={0}
justifyContent="space-between"

@@ -134,0 +133,0 @@ borderStyle="single"

@@ -22,2 +22,3 @@ import React from "react";

return /*#__PURE__*/React.createElement(Box, {
marginTop: 1,
flexDirection: "column",

@@ -33,5 +34,4 @@ width: cryptosPerRow === 1 ? "100%" : 70

borderRight: false,
borderBottom: isLastRow ? false : true,
borderBottom: !isLastRow,
paddingBottom: 1,
marginBottom: 1,
borderDimColor: true,

@@ -38,0 +38,0 @@ flexDirection: "column"

@@ -115,3 +115,2 @@ import React, { useState, useEffect } from "react";

}, !isMin && /*#__PURE__*/React.createElement(Box, {
marginBottom: 0,
justifyContent: "space-between",

@@ -118,0 +117,0 @@ borderStyle: "single",

{
"name": "lazycrypto-cli",
"version": "0.2.5",
"version": "0.2.6",
"description": "A simple CLI app to view cryptocurrency indicators",

@@ -5,0 +5,0 @@ "type": "module",

{
"name": "lazycrypto-cli",
"version": "0.2.6",
"version": "0.2.7",
"description": "A simple CLI app to view cryptocurrency indicators",

@@ -5,0 +5,0 @@ "type": "module",