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 1.4.0 to 1.5.0

11

CHANGELOG.md
# Change Log
## 1.5.0
### Minor Changes
- [`8dc78b6`](https://github.com/electronic33/ag-ui-react/commit/8dc78b66436790c89be3f9e2b8eb66a187ce9b35) - sd
### Patch Changes
- Updated dependencies [[`8dc78b6`](https://github.com/electronic33/ag-ui-react/commit/8dc78b66436790c89be3f9e2b8eb66a187ce9b35)]:
- @app-garage/button@1.6.0
## 1.4.0

@@ -4,0 +15,0 @@

5

dist/src/modal.d.ts
import React from 'react';
declare type ModalProps = {
export interface ModalProps {
isOpen: boolean;

@@ -11,5 +11,4 @@ ariaProps?: Record<string, string>;

withCloseButton?: boolean;
};
}
export declare const Modal: ({ initialFocusRef, ariaProps, overlayClassName, modalClassName, onClose, children, isOpen, withCloseButton, }: ModalProps) => React.ReactElement;
export {};
//# sourceMappingURL=modal.d.ts.map

4

package.json
{
"name": "@app-garage/modal",
"version": "1.4.0",
"version": "1.5.0",
"author": "Matyas Furtos",

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

"dependencies": {
"@app-garage/button": "^1.5.0",
"@app-garage/button": "^1.6.0",
"@app-garage/focus-trap": "^1.2.0",

@@ -35,0 +35,0 @@ "classnames": "^2.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