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

oah-ui

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oah-ui - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

1

dist/components/index.d.ts

@@ -18,2 +18,3 @@ export * from './Accordion';

export * from './Modal';
export { OverLayContext } from './PopoverLay';
export { EvaIcon } from './Icon';

@@ -20,0 +21,0 @@ export { default as Badge } from './Badge';

10

dist/components/PopoverLay/index.d.ts

@@ -15,9 +15,11 @@ import React from 'react';

contextMenu?: boolean;
ref?: React.RefObject<OverlayRefObject>;
}
export interface OverlayRefObject {
interface ContextProps {
positionHandle: () => void;
hide: () => void;
children?: React.ReactNode;
}
declare const _default: React.ForwardRefExoticComponent<Pick<OverlayProps, "children" | "target" | "eventListener" | "trigger" | "placement" | "style" | "className" | "transformSize" | "arrowRound" | "arrowSize" | "contextMenu"> & React.RefAttributes<OverlayRefObject>>;
export default _default;
export declare const OverLayContext: React.Context<ContextProps>;
declare const Overlay: React.FC<OverlayProps>;
export default Overlay;
//# sourceMappingURL=index.d.ts.map

@@ -19,4 +19,5 @@ import React from 'react';

setShow: React.Dispatch<React.SetStateAction<boolean>>;
positionHandle: () => void;
};
export {};
//# sourceMappingURL=popoverPosition.d.ts.map
{
"name": "oah-ui",
"version": "2.1.3",
"version": "2.1.4",
"description": "React Styled Components with bootstrap grid system",

@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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