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

@react-spectrum/overlays

Package Overview
Dependencies
Maintainers
0
Versions
888
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-spectrum/overlays - npm Package Compare versions

Comparing version 3.0.0-nightly-c904e066c-240917 to 3.0.0-nightly-cc08a8dbc-250208

dist/vars.a1de7c32.css

14

dist/Modal.main.js

@@ -1,2 +0,2 @@

require("./vars.bf55d9e0.css");
require("./vars.a1de7c32.css");
var $86571b803f942ff3$exports = require("./modal_vars_css.main.js");

@@ -40,3 +40,3 @@ var $2aebdc186fd41e87$exports = require("./Overlay.main.js");

function $fc75a6aa7a2b905b$var$Modal(props, ref) {
const $fc75a6aa7a2b905b$export$2b77a92f1a5ad772 = /*#__PURE__*/ (0, $aM0tW$react.forwardRef)(function Modal(props, ref) {
let { children: children, state: state, ...otherProps } = props;

@@ -54,3 +54,3 @@ let domRef = (0, $aM0tW$reactspectrumutils.useDOMRef)(ref);

}, children));
}
});
let $fc75a6aa7a2b905b$var$typeMap = {

@@ -62,5 +62,6 @@ fullscreen: 'fullscreen',

let { type: type, children: children, state: state, isOpen: isOpen, wrapperRef: wrapperRef } = props;
let typeVariant = $fc75a6aa7a2b905b$var$typeMap[type];
let typeVariant = type != null ? $fc75a6aa7a2b905b$var$typeMap[type] : undefined;
let { styleProps: styleProps } = (0, $aM0tW$reactspectrumutils.useStyleProps)(props);
let { modalProps: modalProps, underlayProps: underlayProps } = (0, $aM0tW$reactariaoverlays.useModalOverlay)(props, state, ref);
let objRef = (0, $aM0tW$reactariautils.useObjectRef)(ref);
let { modalProps: modalProps, underlayProps: underlayProps } = (0, $aM0tW$reactariaoverlays.useModalOverlay)(props, state, objRef);
let wrapperClassName = (0, $aM0tW$reactspectrumutils.classNames)((0, ($parcel$interopDefault($86571b803f942ff3$exports))), 'spectrum-Modal-wrapper', (0, $aM0tW$reactspectrumutils.classNames)((0, ($parcel$interopDefault($e9a663ccb19ed1b0$exports))), 'spectrum-Modal-wrapper', 'react-spectrum-Modal-wrapper'));

@@ -88,3 +89,3 @@ let modalClassName = (0, $aM0tW$reactspectrumutils.classNames)((0, ($parcel$interopDefault($86571b803f942ff3$exports))), 'spectrum-Modal', {

...modalProps,
ref: ref,
ref: objRef,
className: modalClassName,

@@ -94,5 +95,4 @@ "data-testid": "modal"

});
let $fc75a6aa7a2b905b$export$2b77a92f1a5ad772 = /*#__PURE__*/ (0, $aM0tW$react.forwardRef)($fc75a6aa7a2b905b$var$Modal);
//# sourceMappingURL=Modal.main.js.map

@@ -1,2 +0,2 @@

import "./vars.bf55d9e0.css";
import "./vars.a1de7c32.css";
import $e9TuM$modal_vars_cssmodulejs from "./modal_vars_css.module.js";

@@ -9,4 +9,4 @@ import {Overlay as $70305dc5fb729c3b$export$c6fdb837b070b4ff} from "./Overlay.module.js";

import {useDOMRef as $e9TuM$useDOMRef, useStyleProps as $e9TuM$useStyleProps, classNames as $e9TuM$classNames} from "@react-spectrum/utils";
import $e9TuM$react, {useRef as $e9TuM$useRef, forwardRef as $e9TuM$forwardRef} from "react";
import {useViewportSize as $e9TuM$useViewportSize} from "@react-aria/utils";
import $e9TuM$react, {forwardRef as $e9TuM$forwardRef, useRef as $e9TuM$useRef} from "react";
import {useObjectRef as $e9TuM$useObjectRef, useViewportSize as $e9TuM$useViewportSize} from "@react-aria/utils";

@@ -35,3 +35,3 @@

function $842084dfa182af65$var$Modal(props, ref) {
const $842084dfa182af65$export$2b77a92f1a5ad772 = /*#__PURE__*/ (0, $e9TuM$forwardRef)(function Modal(props, ref) {
let { children: children, state: state, ...otherProps } = props;

@@ -49,3 +49,3 @@ let domRef = (0, $e9TuM$useDOMRef)(ref);

}, children));
}
});
let $842084dfa182af65$var$typeMap = {

@@ -57,5 +57,6 @@ fullscreen: 'fullscreen',

let { type: type, children: children, state: state, isOpen: isOpen, wrapperRef: wrapperRef } = props;
let typeVariant = $842084dfa182af65$var$typeMap[type];
let typeVariant = type != null ? $842084dfa182af65$var$typeMap[type] : undefined;
let { styleProps: styleProps } = (0, $e9TuM$useStyleProps)(props);
let { modalProps: modalProps, underlayProps: underlayProps } = (0, $e9TuM$useModalOverlay)(props, state, ref);
let objRef = (0, $e9TuM$useObjectRef)(ref);
let { modalProps: modalProps, underlayProps: underlayProps } = (0, $e9TuM$useModalOverlay)(props, state, objRef);
let wrapperClassName = (0, $e9TuM$classNames)((0, ($parcel$interopDefault($e9TuM$modal_vars_cssmodulejs))), 'spectrum-Modal-wrapper', (0, $e9TuM$classNames)((0, ($parcel$interopDefault($e9TuM$overlays_cssmodulejs))), 'spectrum-Modal-wrapper', 'react-spectrum-Modal-wrapper'));

@@ -83,3 +84,3 @@ let modalClassName = (0, $e9TuM$classNames)((0, ($parcel$interopDefault($e9TuM$modal_vars_cssmodulejs))), 'spectrum-Modal', {

...modalProps,
ref: ref,
ref: objRef,
className: modalClassName,

@@ -89,3 +90,2 @@ "data-testid": "modal"

});
let $842084dfa182af65$export$2b77a92f1a5ad772 = /*#__PURE__*/ (0, $e9TuM$forwardRef)($842084dfa182af65$var$Modal);

@@ -92,0 +92,0 @@

@@ -30,3 +30,3 @@ var $13f51cdc44d228b9$exports = require("./OpenTransition.main.js");

function $2aebdc186fd41e87$var$Overlay(props, ref) {
const $2aebdc186fd41e87$export$c6fdb837b070b4ff = /*#__PURE__*/ (0, ($parcel$interopDefault($5XfZ1$react))).forwardRef(function Overlay(props, ref) {
let { children: children, isOpen: isOpen, disableFocusManagement: disableFocusManagement, container: container, onEnter: onEnter, onEntering: onEntering, onEntered: onEntered, onExit: onExit, onExiting: onExiting, onExited: onExited, nodeRef: nodeRef } = props;

@@ -72,6 +72,5 @@ let [exited, setExited] = (0, $5XfZ1$react.useState)(!isOpen);

}, children)));
}
let $2aebdc186fd41e87$export$c6fdb837b070b4ff = /*#__PURE__*/ (0, ($parcel$interopDefault($5XfZ1$react))).forwardRef($2aebdc186fd41e87$var$Overlay);
});
//# sourceMappingURL=Overlay.main.js.map

@@ -20,3 +20,3 @@ import {OpenTransition as $bc765a7a041310da$export$b847a40ee92eff38} from "./OpenTransition.module.js";

function $70305dc5fb729c3b$var$Overlay(props, ref) {
const $70305dc5fb729c3b$export$c6fdb837b070b4ff = /*#__PURE__*/ (0, $eIXW5$react).forwardRef(function Overlay(props, ref) {
let { children: children, isOpen: isOpen, disableFocusManagement: disableFocusManagement, container: container, onEnter: onEnter, onEntering: onEntering, onEntered: onEntered, onExit: onExit, onExiting: onExiting, onExited: onExited, nodeRef: nodeRef } = props;

@@ -62,4 +62,3 @@ let [exited, setExited] = (0, $eIXW5$useState)(!isOpen);

}, children)));
}
let $70305dc5fb729c3b$export$c6fdb837b070b4ff = /*#__PURE__*/ (0, $eIXW5$react).forwardRef($70305dc5fb729c3b$var$Overlay);
});

@@ -66,0 +65,0 @@

@@ -54,3 +54,3 @@ var $2aebdc186fd41e87$exports = require("./Overlay.main.js");

};
function $f02bba55a62f20dd$var$Popover(props, ref) {
const $f02bba55a62f20dd$export$5b6b19405a83ff9d = /*#__PURE__*/ (0, $cgMBg$react.forwardRef)(function Popover(props, ref) {
let { children: children, state: state, ...otherProps } = props;

@@ -68,8 +68,9 @@ let domRef = (0, $cgMBg$reactspectrumutils.useDOMRef)(ref);

}, children));
}
});
const $f02bba55a62f20dd$var$PopoverWrapper = /*#__PURE__*/ (0, $cgMBg$react.forwardRef)((props, ref)=>{
let { children: children, isOpen: isOpen, hideArrow: hideArrow, isNonModal: isNonModal, enableBothDismissButtons: enableBothDismissButtons, state: state, wrapperRef: wrapperRef, onDismissButtonPress: onDismissButtonPress = ()=>state.close() } = props;
let { styleProps: styleProps } = (0, $cgMBg$reactspectrumutils.useStyleProps)(props);
let objRef = (0, $cgMBg$reactariautils.useObjectRef)(ref);
let { size: size, borderWidth: borderWidth, arrowRef: arrowRef } = $f02bba55a62f20dd$var$useArrowSize();
const borderRadius = $f02bba55a62f20dd$var$usePopoverBorderRadius(ref);
const borderRadius = $f02bba55a62f20dd$var$usePopoverBorderRadius(objRef);
let borderDiagonal = borderWidth * Math.SQRT2;

@@ -80,4 +81,4 @@ let primary = size + borderDiagonal;

...props,
popoverRef: ref,
maxHeight: null,
popoverRef: objRef,
maxHeight: undefined,
arrowSize: hideArrow ? 0 : secondary,

@@ -101,3 +102,3 @@ arrowBoundaryOffset: borderRadius

},
ref: ref,
ref: objRef,
className: (0, $cgMBg$reactspectrumutils.classNames)((0, ($parcel$interopDefault($16e1dca4664d0b1c$exports))), 'spectrum-Popover', `spectrum-Popover--${placement}`, {

@@ -114,3 +115,3 @@ 'spectrum-Popover--withTip': !hideArrow,

arrowProps: arrowProps,
isLandscape: $f02bba55a62f20dd$var$arrowPlacement[placement] === 'bottom',
isLandscape: placement != null ? $f02bba55a62f20dd$var$arrowPlacement[placement] === 'bottom' : false,
arrowRef: arrowRef,

@@ -195,5 +196,3 @@ primary: primary,

}));
}
let $f02bba55a62f20dd$export$5b6b19405a83ff9d = /*#__PURE__*/ (0, $cgMBg$react.forwardRef)($f02bba55a62f20dd$var$Popover);
/**
} /**
* More explanation on popover tips.

@@ -212,2 +211,3 @@ * - I tried changing the calculation of the popover placement in an effort to get it squarely onto the pixel grid.

//# sourceMappingURL=Popover.main.js.map

@@ -10,4 +10,4 @@ import {Overlay as $70305dc5fb729c3b$export$c6fdb837b070b4ff} from "./Overlay.module.js";

import {useFocusWithin as $4kQ6h$useFocusWithin} from "@react-aria/interactions";
import {mergeProps as $4kQ6h$mergeProps, useLayoutEffect as $4kQ6h$useLayoutEffect} from "@react-aria/utils";
import $4kQ6h$react, {useRef as $4kQ6h$useRef, forwardRef as $4kQ6h$forwardRef, useState as $4kQ6h$useState} from "react";
import {useObjectRef as $4kQ6h$useObjectRef, mergeProps as $4kQ6h$mergeProps, useLayoutEffect as $4kQ6h$useLayoutEffect} from "@react-aria/utils";
import $4kQ6h$react, {forwardRef as $4kQ6h$forwardRef, useRef as $4kQ6h$useRef, useState as $4kQ6h$useState} from "react";

@@ -49,3 +49,3 @@

};
function $17b503f7de08fecc$var$Popover(props, ref) {
const $17b503f7de08fecc$export$5b6b19405a83ff9d = /*#__PURE__*/ (0, $4kQ6h$forwardRef)(function Popover(props, ref) {
let { children: children, state: state, ...otherProps } = props;

@@ -63,8 +63,9 @@ let domRef = (0, $4kQ6h$useDOMRef)(ref);

}, children));
}
});
const $17b503f7de08fecc$var$PopoverWrapper = /*#__PURE__*/ (0, $4kQ6h$forwardRef)((props, ref)=>{
let { children: children, isOpen: isOpen, hideArrow: hideArrow, isNonModal: isNonModal, enableBothDismissButtons: enableBothDismissButtons, state: state, wrapperRef: wrapperRef, onDismissButtonPress: onDismissButtonPress = ()=>state.close() } = props;
let { styleProps: styleProps } = (0, $4kQ6h$useStyleProps)(props);
let objRef = (0, $4kQ6h$useObjectRef)(ref);
let { size: size, borderWidth: borderWidth, arrowRef: arrowRef } = $17b503f7de08fecc$var$useArrowSize();
const borderRadius = $17b503f7de08fecc$var$usePopoverBorderRadius(ref);
const borderRadius = $17b503f7de08fecc$var$usePopoverBorderRadius(objRef);
let borderDiagonal = borderWidth * Math.SQRT2;

@@ -75,4 +76,4 @@ let primary = size + borderDiagonal;

...props,
popoverRef: ref,
maxHeight: null,
popoverRef: objRef,
maxHeight: undefined,
arrowSize: hideArrow ? 0 : secondary,

@@ -96,3 +97,3 @@ arrowBoundaryOffset: borderRadius

},
ref: ref,
ref: objRef,
className: (0, $4kQ6h$classNames)((0, ($parcel$interopDefault($4kQ6h$popover_vars_cssmodulejs))), 'spectrum-Popover', `spectrum-Popover--${placement}`, {

@@ -109,3 +110,3 @@ 'spectrum-Popover--withTip': !hideArrow,

arrowProps: arrowProps,
isLandscape: $17b503f7de08fecc$var$arrowPlacement[placement] === 'bottom',
isLandscape: placement != null ? $17b503f7de08fecc$var$arrowPlacement[placement] === 'bottom' : false,
arrowRef: arrowRef,

@@ -190,5 +191,3 @@ primary: primary,

}));
}
let $17b503f7de08fecc$export$5b6b19405a83ff9d = /*#__PURE__*/ (0, $4kQ6h$forwardRef)($17b503f7de08fecc$var$Popover);
/**
} /**
* More explanation on popover tips.

@@ -207,3 +206,4 @@ * - I tried changing the calculation of the popover placement in an effort to get it squarely onto the pixel grid.

export {$17b503f7de08fecc$export$5b6b19405a83ff9d as Popover};
//# sourceMappingURL=Popover.module.js.map

@@ -40,3 +40,3 @@ var $2aebdc186fd41e87$exports = require("./Overlay.main.js");

function $6b386deda21be662$var$Tray(props, ref) {
const $6b386deda21be662$export$4589ed81930b555c = /*#__PURE__*/ (0, $fWgpJ$react.forwardRef)(function Tray(props, ref) {
let { children: children, state: state, ...otherProps } = props;

@@ -54,10 +54,11 @@ let domRef = (0, $fWgpJ$reactspectrumutils.useDOMRef)(ref);

}, children));
}
});
let $6b386deda21be662$var$TrayWrapper = /*#__PURE__*/ (0, $fWgpJ$react.forwardRef)(function(props, ref) {
let { children: children, isOpen: isOpen, isFixedHeight: isFixedHeight, state: state, wrapperRef: wrapperRef } = props;
let { styleProps: styleProps } = (0, $fWgpJ$reactspectrumutils.useStyleProps)(props);
let objRef = (0, $fWgpJ$reactariautils.useObjectRef)(ref);
let { modalProps: modalProps, underlayProps: underlayProps } = (0, $fWgpJ$reactariaoverlays.useModalOverlay)({
...props,
isDismissable: true
}, state, ref);
}, state, objRef);
// We need to measure the window's height in JS rather than using percentages in CSS

@@ -92,3 +93,3 @@ // so that contents (e.g. menu) can inherit the max-height properly. Using percentages

className: className,
ref: ref,
ref: objRef,
"data-testid": "tray"

@@ -101,5 +102,4 @@ }, /*#__PURE__*/ (0, ($parcel$interopDefault($fWgpJ$react))).createElement((0, $fWgpJ$reactariaoverlays.DismissButton), {

});
let $6b386deda21be662$export$4589ed81930b555c = /*#__PURE__*/ (0, $fWgpJ$react.forwardRef)($6b386deda21be662$var$Tray);
//# sourceMappingURL=Tray.main.js.map

@@ -9,4 +9,4 @@ import {Overlay as $70305dc5fb729c3b$export$c6fdb837b070b4ff} from "./Overlay.module.js";

import {useDOMRef as $3XF9U$useDOMRef, useStyleProps as $3XF9U$useStyleProps, classNames as $3XF9U$classNames} from "@react-spectrum/utils";
import $3XF9U$react, {useRef as $3XF9U$useRef, forwardRef as $3XF9U$forwardRef} from "react";
import {useViewportSize as $3XF9U$useViewportSize} from "@react-aria/utils";
import $3XF9U$react, {forwardRef as $3XF9U$forwardRef, useRef as $3XF9U$useRef} from "react";
import {useObjectRef as $3XF9U$useObjectRef, useViewportSize as $3XF9U$useViewportSize} from "@react-aria/utils";

@@ -35,3 +35,3 @@

function $1afc87f3d16a5a1c$var$Tray(props, ref) {
const $1afc87f3d16a5a1c$export$4589ed81930b555c = /*#__PURE__*/ (0, $3XF9U$forwardRef)(function Tray(props, ref) {
let { children: children, state: state, ...otherProps } = props;

@@ -49,10 +49,11 @@ let domRef = (0, $3XF9U$useDOMRef)(ref);

}, children));
}
});
let $1afc87f3d16a5a1c$var$TrayWrapper = /*#__PURE__*/ (0, $3XF9U$forwardRef)(function(props, ref) {
let { children: children, isOpen: isOpen, isFixedHeight: isFixedHeight, state: state, wrapperRef: wrapperRef } = props;
let { styleProps: styleProps } = (0, $3XF9U$useStyleProps)(props);
let objRef = (0, $3XF9U$useObjectRef)(ref);
let { modalProps: modalProps, underlayProps: underlayProps } = (0, $3XF9U$useModalOverlay)({
...props,
isDismissable: true
}, state, ref);
}, state, objRef);
// We need to measure the window's height in JS rather than using percentages in CSS

@@ -87,3 +88,3 @@ // so that contents (e.g. menu) can inherit the max-height properly. Using percentages

className: className,
ref: ref,
ref: objRef,
"data-testid": "tray"

@@ -96,3 +97,2 @@ }, /*#__PURE__*/ (0, $3XF9U$react).createElement((0, $3XF9U$DismissButton), {

});
let $1afc87f3d16a5a1c$export$4589ed81930b555c = /*#__PURE__*/ (0, $3XF9U$forwardRef)($1afc87f3d16a5a1c$var$Tray);

@@ -99,0 +99,0 @@

@@ -20,3 +20,3 @@ import { OverlayProps } from "@react-types/overlays";

export function OpenTransition(props: any): any;
export let Overlay: React.ForwardRefExoticComponent<OverlayProps & React.RefAttributes<DOMRefValue<HTMLDivElement>>>;
export const Overlay: React.ForwardRefExoticComponent<OverlayProps & React.RefAttributes<DOMRefValue<HTMLDivElement>>>;
interface PopoverProps extends Omit<AriaPopoverProps, 'popoverRef' | 'maxHeight'>, FocusWithinProps, StyleProps {

@@ -38,3 +38,3 @@ children: ReactNode;

}
export let Popover: React.ForwardRefExoticComponent<PopoverProps & React.RefAttributes<DOMRefValue<HTMLDivElement>>>;
export const Popover: React.ForwardRefExoticComponent<PopoverProps & React.RefAttributes<DOMRefValue<HTMLDivElement>>>;
interface ModalProps extends AriaModalOverlayProps, StyleProps, Omit<OverlayProps, 'nodeRef' | 'shouldContainFocus'> {

@@ -45,3 +45,3 @@ children: ReactNode;

}
export let Modal: React.ForwardRefExoticComponent<ModalProps & React.RefAttributes<DOMRefValue<HTMLDivElement>>>;
export const Modal: React.ForwardRefExoticComponent<ModalProps & React.RefAttributes<DOMRefValue<HTMLDivElement>>>;
interface TrayProps extends AriaModalOverlayProps, StyleProps, Omit<OverlayProps, 'nodeRef' | 'shouldContainFocus'> {

@@ -52,4 +52,4 @@ children: ReactNode;

}
export let Tray: React.ForwardRefExoticComponent<TrayProps & React.RefAttributes<DOMRefValue<HTMLDivElement>>>;
export const Tray: React.ForwardRefExoticComponent<TrayProps & React.RefAttributes<DOMRefValue<HTMLDivElement>>>;
//# sourceMappingURL=types.d.ts.map
{
"name": "@react-spectrum/overlays",
"version": "3.0.0-nightly-c904e066c-240917",
"version": "3.0.0-nightly-cc08a8dbc-250208",
"description": "Spectrum UI components in React",

@@ -39,9 +39,9 @@ "license": "Apache-2.0",

"dependencies": {
"@react-aria/interactions": "^3.0.0-nightly-c904e066c-240917",
"@react-aria/overlays": "^3.0.0-nightly-c904e066c-240917",
"@react-aria/utils": "^3.0.0-nightly-c904e066c-240917",
"@react-spectrum/utils": "^3.0.0-nightly-c904e066c-240917",
"@react-stately/overlays": "^3.0.0-nightly-c904e066c-240917",
"@react-types/overlays": "^3.0.0-nightly-c904e066c-240917",
"@react-types/shared": "^3.0.0-nightly-c904e066c-240917",
"@react-aria/interactions": "3.0.0-nightly-cc08a8dbc-250208",
"@react-aria/overlays": "3.0.0-nightly-cc08a8dbc-250208",
"@react-aria/utils": "3.0.0-nightly-cc08a8dbc-250208",
"@react-spectrum/utils": "3.0.0-nightly-cc08a8dbc-250208",
"@react-stately/overlays": "3.0.0-nightly-cc08a8dbc-250208",
"@react-types/overlays": "3.0.0-nightly-cc08a8dbc-250208",
"@react-types/shared": "3.0.0-nightly-cc08a8dbc-250208",
"@swc/helpers": "^0.5.0",

@@ -54,10 +54,9 @@ "react-transition-group": "^4.4.5"

"peerDependencies": {
"@react-spectrum/provider": "^3.0.0-nightly-c904e066c-240917",
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0"
"@react-spectrum/provider": "3.0.0-nightly-cc08a8dbc-250208",
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
},
"publishConfig": {
"access": "public"
},
"stableVersion": "5.6.3"
}
}

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 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 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 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 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 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 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