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

@app-garage/modal

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@app-garage/modal - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

13

CHANGELOG.md
# Change Log
## 2.3.0
### Minor Changes
- [`8712a79`](https://github.com/electronic33/ag-ui-react/commit/8712a79b14c63fc5f27254b9ab1ca7b5952fbc9e) - fixed return type
* [`165b58d`](https://github.com/electronic33/ag-ui-react/commit/165b58dabb0178fc56f3fd4070d95c111ff772a0) Thanks [@Levi1235](https://github.com/Levi1235)! - custom select , multi select and framer update
### Patch Changes
- Updated dependencies []:
- @app-garage/button@1.9.2
## 2.2.0

@@ -4,0 +17,0 @@

2

dist/src/modal.d.ts

@@ -18,3 +18,3 @@ import React from 'react';

}
export declare const Modal: ({ initialFocusRef, ariaProps, overlayClassName, modalClassName, onClose, children, isOpen, closeButtonClassName, withCloseButton, closeOnOutsideClick, overlayTransition, transition, autoFocus, }: ModalProps) => React.ReactElement;
export declare const Modal: ({ initialFocusRef, ariaProps, overlayClassName, modalClassName, onClose, children, isOpen, closeButtonClassName, withCloseButton, closeOnOutsideClick, overlayTransition, transition, autoFocus, }: ModalProps) => React.ReactPortal;
//# sourceMappingURL=modal.d.ts.map
{
"name": "@app-garage/modal",
"version": "2.2.0",
"version": "2.3.0",
"author": "Matyas Furtos",

@@ -32,7 +32,7 @@ "license": "MIT",

"dependencies": {
"@app-garage/button": "~1.9.1",
"@app-garage/button": "~1.9.2",
"@app-garage/focus-trap": "~1.3.0",
"@app-garage/utils": "~1.5.0",
"classnames": "~2.3.1",
"framer-motion": "~5.5.5",
"framer-motion": "~6.2.1",
"react-dom": "17.0.2",

@@ -39,0 +39,0 @@ "react-icons": "~4.3.1",

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