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.11 to 0.1.12

2

dist/index.es.js

@@ -560,3 +560,3 @@ import React, { Component } from 'react';

className: styles.Modal,
style: { width: props.width, marginLeft: _mLeft + "px" },
style: { width: props.width, marginLeft: "-" + _mLeft + "px" },
onClick: function onClick(e) {

@@ -563,0 +563,0 @@ return StopPropagation(e);

@@ -567,3 +567,3 @@ 'use strict';

className: styles.Modal,
style: { width: props.width, marginLeft: _mLeft + "px" },
style: { width: props.width, marginLeft: "-" + _mLeft + "px" },
onClick: function onClick(e) {

@@ -570,0 +570,0 @@ return StopPropagation(e);

{
"name": "@mydefi/ui",
"version": "0.1.11",
"version": "0.1.12",
"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