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.0.20 to 0.0.21

8

dist/index.es.js

@@ -288,2 +288,5 @@ import React, { Component } from 'react';

{
onClick: function onClick() {
return props.onClick();
},
className: _className,

@@ -304,3 +307,6 @@ style: {

size: "13px",
color: "#FFFFFF"
color: "#FFFFFF",
onClick: function onClick() {
return _console("Add an onClick parameter to your Text component to handle click events (optional).");
}
};

@@ -307,0 +313,0 @@

@@ -295,2 +295,5 @@ 'use strict';

{
onClick: function onClick() {
return props.onClick();
},
className: _className,

@@ -311,3 +314,6 @@ style: {

size: "13px",
color: "#FFFFFF"
color: "#FFFFFF",
onClick: function onClick() {
return _console("Add an onClick parameter to your Text component to handle click events (optional).");
}
};

@@ -314,0 +320,0 @@

2

package.json
{
"name": "@mydefi/ui",
"version": "0.0.20",
"version": "0.0.21",
"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