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

@hixme-ui/modal

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hixme-ui/modal - npm Package Compare versions

Comparing version 1.16.2 to 1.16.5

8

lib/MrModal.js

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

_reactFlexboxGrid.Col,
getButtonGrid(),
(0, _extends3.default)({}, getButtonGrid(), { style: { marginBottom: '10px' } }),
_react2.default.createElement(

@@ -252,3 +252,3 @@ _button2.default,

_reactFlexboxGrid.Col,
(0, _extends3.default)({}, getButtonGrid(), { style: { marginBottom: '10px' } }),
getButtonGrid(),
_react2.default.createElement(

@@ -272,3 +272,3 @@ _button2.default,

_reactFlexboxGrid.Col,
getButtonGrid(),
(0, _extends3.default)({}, getButtonGrid(), { style: { marginBottom: '10px' } }),
_react2.default.createElement(

@@ -288,3 +288,3 @@ _button2.default,

_reactFlexboxGrid.Col,
(0, _extends3.default)({}, getButtonGrid(), { style: { marginBottom: '10px' } }),
getButtonGrid(),
_react2.default.createElement(

@@ -291,0 +291,0 @@ _button2.default,

{
"name": "@hixme-ui/modal",
"version": "1.16.2",
"version": "1.16.5",
"description": "hixme-ui Modal component",

@@ -80,4 +80,4 @@ "publishConfig": {

"dependencies": {
"@hixme-ui/button": "^1.15.1",
"@hixme-ui/close-button": "^1.16.1",
"@hixme-ui/button": "^1.16.5",
"@hixme-ui/close-button": "^1.16.5",
"@hixme-ui/title": "^1.16.1",

@@ -84,0 +84,0 @@ "react-flexbox-grid": "^2.0.0",

@@ -202,3 +202,3 @@ import React from 'react'

<Row center='xs' style={{ marginTop: '20px' }}>
<Col {...getButtonGrid()}>
<Col {...getButtonGrid()} style={{ marginBottom: '10px' }}>
<Button

@@ -214,3 +214,3 @@ secondary

</Col>
<Col {...getButtonGrid()} style={{ marginBottom: '10px' }}>
<Col {...getButtonGrid()}>
<Button

@@ -230,3 +230,3 @@ primary

<Row center='xs' style={{ marginTop: '20px' }}>
<Col {...getButtonGrid()}>
<Col {...getButtonGrid()} style={{ marginBottom: '10px' }}>
<Button

@@ -242,3 +242,3 @@ secondary

</Col>
<Col {...getButtonGrid()} style={{ marginBottom: '10px' }}>
<Col {...getButtonGrid()}>
<Button

@@ -245,0 +245,0 @@ red

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