Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

material-ui-confirm

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

material-ui-confirm - npm Package Compare versions

Comparing version 3.0.14 to 3.0.15

7

dist/material-ui-confirm.cjs.js

@@ -142,3 +142,8 @@ 'use strict';

var ConfirmContext = /*#__PURE__*/React.createContext();
var ConfirmContext = /*#__PURE__*/React.createContext({
confirmBase: function confirmBase() {
throw new Error("Missing ConfirmProvider");
},
closeOnParentUnmount: function closeOnParentUnmount() {}
});

@@ -145,0 +150,0 @@ var ConfirmationDialog = function ConfirmationDialog(_ref) {

@@ -125,3 +125,8 @@ import React, { createContext, useState, useCallback, Fragment, useContext, useEffect, useMemo } from 'react';

var ConfirmContext = /*#__PURE__*/createContext();
var ConfirmContext = /*#__PURE__*/createContext({
confirmBase: function confirmBase() {
throw new Error("Missing ConfirmProvider");
},
closeOnParentUnmount: function closeOnParentUnmount() {}
});

@@ -128,0 +133,0 @@ var ConfirmationDialog = function ConfirmationDialog(_ref) {

2

package.json
{
"name": "material-ui-confirm",
"version": "3.0.14",
"version": "3.0.15",
"description": "Simple confirmation dialogs built on top of @mui/material",

@@ -5,0 +5,0 @@ "keywords": [

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