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

@mantine/modals

Package Overview
Dependencies
Maintainers
1
Versions
277
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mantine/modals - npm Package Compare versions

Comparing version 7.3.0-alpha.2 to 7.3.0-alpha.3

12

lib/events.d.ts

@@ -20,10 +20,8 @@ import { MantineModal, MantineModals, ModalSettings, OpenConfirmModal, OpenContextModal } from './context';

export declare const modals: {
open: (payload_0: ModalSettings) => void;
close: (payload_0: string) => void;
closeAll: (payload_0?: undefined) => void;
openConfirmModal: (payload_0: OpenConfirmModal) => void;
openContextModal: <TKey extends string>(payload: OpenContextModal<any> & {
modal: TKey;
}) => void;
open: ModalsEvents['openModal'];
close: ModalsEvents['closeModal'];
closeAll: ModalsEvents['closeAllModals'];
openConfirmModal: ModalsEvents['openConfirmModal'];
openContextModal: ModalsEvents['openContextModal'];
};
export {};
{
"name": "@mantine/modals",
"version": "7.3.0-alpha.2",
"version": "7.3.0-alpha.3",
"description": "Modals manager based on Mantine components",

@@ -42,4 +42,4 @@ "homepage": "https://mantine.dev/others/modals/",

"peerDependencies": {
"@mantine/core": "7.3.0-alpha.2",
"@mantine/hooks": "7.3.0-alpha.2",
"@mantine/core": "7.3.0-alpha.3",
"@mantine/hooks": "7.3.0-alpha.3",
"react": "^18.2.0",

@@ -49,5 +49,5 @@ "react-dom": "^18.2.0"

"devDependencies": {
"@mantine/core": "7.3.0-alpha.2",
"@mantine/hooks": "7.3.0-alpha.2"
"@mantine/core": "7.3.0-alpha.3",
"@mantine/hooks": "7.3.0-alpha.3"
}
}

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