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

@stoplight/mosaic

Package Overview
Dependencies
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stoplight/mosaic - npm Package Compare versions

Comparing version 1.45.0 to 1.46.0

10

components/Drawer/Drawer.d.ts

@@ -5,7 +5,7 @@ import * as React from 'react';

isOpen: boolean;
children: JSX.Element | JSX.Element[];
className: string;
onClose: () => void;
position: DrawerDirection;
removeWhenClosed: boolean;
children: JSX.Element | JSX.Element[] | React.ReactNode;
className?: string;
onClose?: () => void;
position?: DrawerDirection;
removeWhenClosed?: boolean;
};

@@ -12,0 +12,0 @@ export declare const useDrawerState: () => {

{
"name": "@stoplight/mosaic",
"version": "1.45.0",
"version": "1.46.0",
"sideEffects": false,

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

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