New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mydefi/ui

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mydefi/ui - npm Package Compare versions

Comparing version 0.1.18 to 0.1.19

10

dist/index.es.js

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

var SidePanel = function SidePanel(props) {
// Generate classname for SidePanel (mobile and desktop)
var _className;
if (window.innerWidth > 800) {
_className = styles.SidePanel;
} else {
_className = styles.SidePanelMobile;
}
// Return results

@@ -501,3 +493,3 @@ if (props.visible == true) {

{
className: _className,
className: styles.SidePanel,
style: { width: props.width },

@@ -504,0 +496,0 @@ onClick: function onClick(e) {

@@ -486,10 +486,2 @@ 'use strict';

var SidePanel = function SidePanel(props) {
// Generate classname for SidePanel (mobile and desktop)
var _className;
if (window.innerWidth > 800) {
_className = styles.SidePanel;
} else {
_className = styles.SidePanelMobile;
}
// Return results

@@ -508,3 +500,3 @@ if (props.visible == true) {

{
className: _className,
className: styles.SidePanel,
style: { width: props.width },

@@ -511,0 +503,0 @@ onClick: function onClick(e) {

2

package.json
{
"name": "@mydefi/ui",
"version": "0.1.18",
"version": "0.1.19",
"description": "UI components originally created for the MyDeFi app.",

@@ -5,0 +5,0 @@ "author": "baptistegreve",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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