Socket
Socket
Sign inDemoInstall

@tamagui/web

Package Overview
Dependencies
Maintainers
2
Versions
797
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tamagui/web - npm Package Compare versions

Comparing version 1.90.9 to 1.90.10

2

dist/cjs/createComponent.js

@@ -475,3 +475,3 @@ var __create = Object.create;

}
if (process.env.NODE_ENV === "development" && debugProp && debugProp !== "profile") {
if (viewProps.placeholderTextColor && console.warn("it is", internalID, viewProps.placeholderTextColor, viewProps), process.env.NODE_ENV === "development" && debugProp && debugProp !== "profile") {
const title = `render <${typeof elementType == "string" ? elementType : "Component"} /> (${internalID}) with props`;

@@ -478,0 +478,0 @@ if (import_constants.isWeb) {

@@ -784,3 +784,3 @@ "use strict";

}
if (process.env.NODE_ENV === "development" && debugProp && debugProp !== "profile") {
if (viewProps.placeholderTextColor && console.warn("it is", internalID, viewProps.placeholderTextColor, viewProps), process.env.NODE_ENV === "development" && debugProp && debugProp !== "profile") {
var element1 = typeof elementType == "string" ? elementType : "Component", title = "render <".concat(element1, " /> (").concat(internalID, ") with props");

@@ -787,0 +787,0 @@ if (import_constants.isWeb) {

@@ -23,3 +23,3 @@ var __defProp = Object.defineProperty;

module.exports = __toCommonJS(getSplitStyles_exports);
var import_constants = require("@tamagui/constants"), import_helpers = require("@tamagui/helpers"), import_react = require("react"), import_config = require("../config"), import_accessibilityDirectMap = require("../constants/accessibilityDirectMap"), import_constants2 = require("../constants/constants"), import_isDevTools = require("../constants/isDevTools"), import_useMedia = require("../hooks/useMedia"), import_createMediaStyle = require("./createMediaStyle"), import_expandStyles = require("./expandStyles"), import_getGroupPropParts = require("./getGroupPropParts"), import_getStylesAtomic = require("./getStylesAtomic"), import_insertStyleRule = require("./insertStyleRule"), import_isObj = require("./isObj"), import_log = require("./log"), import_normalizeValueWithProperty = require("./normalizeValueWithProperty"), import_propMapper = require("./propMapper"), import_pseudoDescriptors = require("./pseudoDescriptors"), import_skipProps = require("./skipProps"), import_transformsToString = require("./transformsToString");
var import_constants = require("@tamagui/constants"), import_helpers = require("@tamagui/helpers"), import_react = require("react"), import_config = require("../config"), import_accessibilityDirectMap = require("../constants/accessibilityDirectMap"), import_constants2 = require("../constants/constants"), import_isDevTools = require("../constants/isDevTools"), import_useMedia = require("../hooks/useMedia"), import_createMediaStyle = require("./createMediaStyle"), import_expandStyles = require("./expandStyles"), import_getGroupPropParts = require("./getGroupPropParts"), import_getStylesAtomic = require("./getStylesAtomic"), import_insertStyleRule = require("./insertStyleRule"), import_log = require("./log"), import_normalizeValueWithProperty = require("./normalizeValueWithProperty"), import_propMapper = require("./propMapper"), import_pseudoDescriptors = require("./pseudoDescriptors"), import_skipProps = require("./skipProps"), import_transformsToString = require("./transformsToString");
const IS_STATIC = process.env.IS_STATIC === "is_static";

@@ -101,6 +101,2 @@ let conf;

}
if (!isValidStyleKeyInit && keyInit.startsWith("_style") && (0, import_isObj.isObj)(valInit)) {
styleState.style ||= {}, Object.assign(styleState.style, valInit);
continue;
}
if (!styleProps.noExpand) {

@@ -410,8 +406,2 @@ if (keyInit === "disabled" && valInit === !0 && (viewProps["aria-disabled"] = !0, (elementType === "button" || elementType === "form" || elementType === "input" || elementType === "select" || elementType === "textarea") && (viewProps.disabled = !0), !variants?.disabled))

}
if (props.style)
if (isHOC)
viewProps.style = props.style;
else
for (const style of [].concat(props.style))
style && (style.$$css ? Object.assign(styleState.classNames, style) : (styleState.style ||= {}, Object.assign(styleState.style, style)));
if (!(styleProps.noNormalize === !1) && (styleState.style && ((0, import_expandStyles.fixStyles)(styleState.style), import_constants.isWeb && !staticConfig.isReactNative && (0, import_getStylesAtomic.styleToCSS)(styleState.style)), styleState.flatTransforms && (styleState.style ||= {}, Object.entries(styleState.flatTransforms).sort(([a], [b]) => a.localeCompare(b)).forEach(([key, val]) => {

@@ -444,3 +434,3 @@ mergeTransform(styleState.style, key, val, !0);

}
process.env.NODE_ENV === "development" && props.debug === "verbose" && (console.groupCollapsed("\u{1F539} getSplitStyles final style object"), console.info(styleState.style), console.groupEnd()), (shouldRetain || !IS_STATIC) && (styleState.style = retainedStyles || {});
process.env.NODE_ENV === "development" && props.debug === "verbose" && (console.groupEnd(), console.groupCollapsed("\u{1F539} getSplitStyles final style object"), console.info(styleState.style), console.groupEnd()), (shouldRetain || !IS_STATIC) && (styleState.style = retainedStyles || {});
}

@@ -465,2 +455,8 @@ if (transforms)

}
if (props.style)
if (isHOC)
viewProps.style = props.style;
else
for (const style of [].concat(props.style))
style && (style.$$css ? Object.assign(styleState.classNames, style) : (styleState.style ||= {}, Object.assign(styleState.style, style)));
if (import_constants.isWeb && !isReactNative && viewProps.tabIndex == null) {

@@ -467,0 +463,0 @@ const isFocusable = viewProps.focusable ?? viewProps.accessible;

@@ -24,3 +24,3 @@ "use strict";

module.exports = __toCommonJS(getSplitStyles_exports);
var import_constants = require("@tamagui/constants"), import_helpers = require("@tamagui/helpers"), import_react = require("react"), import_config = require("../config"), import_accessibilityDirectMap = require("../constants/accessibilityDirectMap"), import_constants2 = require("../constants/constants"), import_isDevTools = require("../constants/isDevTools"), import_useMedia = require("../hooks/useMedia"), import_createMediaStyle = require("./createMediaStyle"), import_expandStyles = require("./expandStyles"), import_getGroupPropParts = require("./getGroupPropParts"), import_getStylesAtomic = require("./getStylesAtomic"), import_insertStyleRule = require("./insertStyleRule"), import_isObj = require("./isObj"), import_log = require("./log"), import_normalizeValueWithProperty = require("./normalizeValueWithProperty"), import_propMapper = require("./propMapper"), import_pseudoDescriptors = require("./pseudoDescriptors"), import_skipProps = require("./skipProps"), import_transformsToString = require("./transformsToString");
var import_constants = require("@tamagui/constants"), import_helpers = require("@tamagui/helpers"), import_react = require("react"), import_config = require("../config"), import_accessibilityDirectMap = require("../constants/accessibilityDirectMap"), import_constants2 = require("../constants/constants"), import_isDevTools = require("../constants/isDevTools"), import_useMedia = require("../hooks/useMedia"), import_createMediaStyle = require("./createMediaStyle"), import_expandStyles = require("./expandStyles"), import_getGroupPropParts = require("./getGroupPropParts"), import_getStylesAtomic = require("./getStylesAtomic"), import_insertStyleRule = require("./insertStyleRule"), import_log = require("./log"), import_normalizeValueWithProperty = require("./normalizeValueWithProperty"), import_propMapper = require("./propMapper"), import_pseudoDescriptors = require("./pseudoDescriptors"), import_skipProps = require("./skipProps"), import_transformsToString = require("./transformsToString");
function _array_like_to_array(arr, len) {

@@ -186,7 +186,2 @@ (len == null || len > arr.length) && (len = arr.length);

}
if (!isValidStyleKeyInit && keyInit.startsWith("_style") && (0, import_isObj.isObj)(valInit)) {
var _styleState1;
(_styleState1 = styleState).style || (_styleState1.style = {}), Object.assign(styleState.style, valInit);
continue;
}
if (0 && !styleProps.noExpand) {

@@ -437,3 +432,3 @@ var didUseKeyInit;

for (var subKey in mediaStyle1) {
var _styleState2;
var _styleState1;
if (subKey === "space") {

@@ -443,3 +438,3 @@ space = valInit.space;

}
(_styleState2 = styleState).style || (_styleState2.style = {}), mergeMediaByImportance(styleState, mediaKeyShort, subKey, mediaStyle1[subKey], usedKeys, mediaState[mediaKeyShort], importanceBump), key === "fontFamily" && (styleState.fontFamily = mediaStyle1.fontFamily);
(_styleState1 = styleState).style || (_styleState1.style = {}), mergeMediaByImportance(styleState, mediaKeyShort, subKey, mediaStyle1[subKey], usedKeys, mediaState[mediaKeyShort], importanceBump), key === "fontFamily" && (styleState.fontFamily = mediaStyle1.fontFamily);
}

@@ -474,34 +469,7 @@ }

}
if (props.style)
if (isHOC)
viewProps.style = props.style;
else {
var _iteratorNormalCompletion2 = !0, _didIteratorError2 = !1, _iteratorError2 = void 0;
try {
for (var _iterator2 = [].concat(props.style)[Symbol.iterator](), _step2; !(_iteratorNormalCompletion2 = (_step2 = _iterator2.next()).done); _iteratorNormalCompletion2 = !0) {
var style1 = _step2.value;
if (style1)
if (style1.$$css)
Object.assign(styleState.classNames, style1);
else {
var _styleState3;
(_styleState3 = styleState).style || (_styleState3.style = {}), Object.assign(styleState.style, style1);
}
}
} catch (err) {
_didIteratorError2 = !0, _iteratorError2 = err;
} finally {
try {
!_iteratorNormalCompletion2 && _iterator2.return != null && _iterator2.return();
} finally {
if (_didIteratorError2)
throw _iteratorError2;
}
}
}
var avoidNormalize = styleProps.noNormalize === !1;
if (!avoidNormalize) {
if (styleState.style && ((0, import_expandStyles.fixStyles)(styleState.style), import_constants.isWeb && !staticConfig.isReactNative && (0, import_getStylesAtomic.styleToCSS)(styleState.style)), styleState.flatTransforms) {
var _styleState4;
(_styleState4 = styleState).style || (_styleState4.style = {}), Object.entries(styleState.flatTransforms).sort(function(param, param1) {
var _styleState2;
(_styleState2 = styleState).style || (_styleState2.style = {}), Object.entries(styleState.flatTransforms).sort(function(param, param1) {
var _param = _sliced_to_array(param, 1), a = _param[0], _param1 = _sliced_to_array(param1, 1), b = _param1[0];

@@ -520,4 +488,4 @@ return a.localeCompare(b);

for (var key3 in parentSplitStyles.style) {
var _styleState5;
key3 in classNames || styleState.style && key3 in styleState.style || ((_styleState5 = styleState).style || (_styleState5.style = {}), styleState.style[key3] = parentSplitStyles.style[key3]);
var _styleState3;
key3 in classNames || styleState.style && key3 in styleState.style || ((_styleState3 = styleState).style || (_styleState3.style = {}), styleState.style[key3] = parentSplitStyles.style[key3]);
}

@@ -532,5 +500,5 @@ }

if (!styleState.style.$$css) {
var atomic, _iteratorNormalCompletion3, _didIteratorError3, _iteratorError3;
var atomic, _iteratorNormalCompletion2, _didIteratorError2, _iteratorError2;
try {
for (var _iterator3, _step3; !(_iteratorNormalCompletion3 = (_step3 = _iterator3.next()).done); _iteratorNormalCompletion3 = !0)
for (var _iterator2, _step2; !(_iteratorNormalCompletion2 = (_step2 = _iterator2.next()).done); _iteratorNormalCompletion2 = !0)
var atomicStyle, _props_animateOnly, key4, isAnimatedAndAnimateOnly, nonAnimatedAnimateOnly;

@@ -551,2 +519,17 @@ } catch (err) {

}
if (props.style && !isHOC) {
var _iteratorNormalCompletion3, _didIteratorError3, _iteratorError3;
try {
for (var _iterator3, _step3; !(_iteratorNormalCompletion3 = (_step3 = _iterator3.next()).done); _iteratorNormalCompletion3 = !0) {
var style1;
if (style1 && !style1.$$css)
var _styleState4;
}
} catch (err) {
} finally {
try {
} finally {
}
}
}
if (import_constants.isWeb && !isReactNative && viewProps.tabIndex == null)

@@ -553,0 +536,0 @@ var _viewProps_focusable, isFocusable, role;

@@ -66,5 +66,5 @@ var __defProp = Object.defineProperty;

for (const key in ComponentIn)
key in component || (component[key] = ComponentIn[key]);
key !== "propTypes" && (key in component || (component[key] = ComponentIn[key]));
return component;
}
//# sourceMappingURL=styled.js.map

@@ -112,3 +112,3 @@ "use strict";

for (var key in ComponentIn)
key in component || (component[key] = ComponentIn[key]);
key !== "propTypes" && (key in component || (component[key] = ComponentIn[key]));
return component;

@@ -115,0 +115,0 @@ }

@@ -486,3 +486,3 @@ import { composeRefs } from "@tamagui/compose-refs";

}
if (process.env.NODE_ENV === "development" && debugProp && debugProp !== "profile") {
if (viewProps.placeholderTextColor && console.warn("it is", internalID, viewProps.placeholderTextColor, viewProps), process.env.NODE_ENV === "development" && debugProp && debugProp !== "profile") {
const title = `render <${typeof elementType == "string" ? elementType : "Component"} /> (${internalID}) with props`;

@@ -489,0 +489,0 @@ if (isWeb) {

@@ -775,3 +775,3 @@ import { jsx as _jsx } from "react/jsx-runtime";

}
if (process.env.NODE_ENV === "development" && debugProp && debugProp !== "profile") {
if (viewProps.placeholderTextColor && console.warn("it is", internalID, viewProps.placeholderTextColor, viewProps), process.env.NODE_ENV === "development" && debugProp && debugProp !== "profile") {
var element1 = typeof elementType == "string" ? elementType : "Component", title = "render <".concat(element1, " /> (").concat(internalID, ") with props");

@@ -778,0 +778,0 @@ if (isWeb) {

@@ -39,3 +39,2 @@ import {

} from "./insertStyleRule";
import { isObj } from "./isObj";
import { log } from "./log";

@@ -126,6 +125,2 @@ import {

}
if (!isValidStyleKeyInit && keyInit.startsWith("_style") && isObj(valInit)) {
styleState.style ||= {}, Object.assign(styleState.style, valInit);
continue;
}
if (!styleProps.noExpand) {

@@ -435,8 +430,2 @@ if (keyInit === "disabled" && valInit === !0 && (viewProps["aria-disabled"] = !0, (elementType === "button" || elementType === "form" || elementType === "input" || elementType === "select" || elementType === "textarea") && (viewProps.disabled = !0), !variants?.disabled))

}
if (props.style)
if (isHOC)
viewProps.style = props.style;
else
for (const style of [].concat(props.style))
style && (style.$$css ? Object.assign(styleState.classNames, style) : (styleState.style ||= {}, Object.assign(styleState.style, style)));
if (!(styleProps.noNormalize === !1) && (styleState.style && (fixStyles(styleState.style), isWeb && !staticConfig.isReactNative && styleToCSS(styleState.style)), styleState.flatTransforms && (styleState.style ||= {}, Object.entries(styleState.flatTransforms).sort(([a], [b]) => a.localeCompare(b)).forEach(([key, val]) => {

@@ -469,3 +458,3 @@ mergeTransform(styleState.style, key, val, !0);

}
process.env.NODE_ENV === "development" && props.debug === "verbose" && (console.groupCollapsed("\u{1F539} getSplitStyles final style object"), console.info(styleState.style), console.groupEnd()), (shouldRetain || !IS_STATIC) && (styleState.style = retainedStyles || {});
process.env.NODE_ENV === "development" && props.debug === "verbose" && (console.groupEnd(), console.groupCollapsed("\u{1F539} getSplitStyles final style object"), console.info(styleState.style), console.groupEnd()), (shouldRetain || !IS_STATIC) && (styleState.style = retainedStyles || {});
}

@@ -490,2 +479,8 @@ if (transforms)

}
if (props.style)
if (isHOC)
viewProps.style = props.style;
else
for (const style of [].concat(props.style))
style && (style.$$css ? Object.assign(styleState.classNames, style) : (styleState.style ||= {}, Object.assign(styleState.style, style)));
if (isWeb && !isReactNative && viewProps.tabIndex == null) {

@@ -492,0 +487,0 @@ const isFocusable = viewProps.focusable ?? viewProps.accessible;

@@ -14,3 +14,2 @@ import { currentPlatform, isAndroid, isClient, isServer, isWeb, useIsomorphicLayoutEffect } from "@tamagui/constants";

import "./insertStyleRule";
import { isObj } from "./isObj";
import { log } from "./log";

@@ -182,7 +181,2 @@ import { normalizeValueWithProperty } from "./normalizeValueWithProperty";

}
if (!isValidStyleKeyInit && keyInit.startsWith("_style") && isObj(valInit)) {
var _styleState1;
(_styleState1 = styleState).style || (_styleState1.style = {}), Object.assign(styleState.style, valInit);
continue;
}
if (0 && !styleProps.noExpand) {

@@ -433,3 +427,3 @@ var didUseKeyInit;

for (var subKey in mediaStyle1) {
var _styleState2;
var _styleState1;
if (subKey === "space") {

@@ -439,3 +433,3 @@ space = valInit.space;

}
(_styleState2 = styleState).style || (_styleState2.style = {}), mergeMediaByImportance(styleState, mediaKeyShort, subKey, mediaStyle1[subKey], usedKeys, mediaState[mediaKeyShort], importanceBump), key === "fontFamily" && (styleState.fontFamily = mediaStyle1.fontFamily);
(_styleState1 = styleState).style || (_styleState1.style = {}), mergeMediaByImportance(styleState, mediaKeyShort, subKey, mediaStyle1[subKey], usedKeys, mediaState[mediaKeyShort], importanceBump), key === "fontFamily" && (styleState.fontFamily = mediaStyle1.fontFamily);
}

@@ -470,34 +464,7 @@ }

}
if (props.style)
if (isHOC)
viewProps.style = props.style;
else {
var _iteratorNormalCompletion2 = !0, _didIteratorError2 = !1, _iteratorError2 = void 0;
try {
for (var _iterator2 = [].concat(props.style)[Symbol.iterator](), _step2; !(_iteratorNormalCompletion2 = (_step2 = _iterator2.next()).done); _iteratorNormalCompletion2 = !0) {
var style1 = _step2.value;
if (style1)
if (style1.$$css)
Object.assign(styleState.classNames, style1);
else {
var _styleState3;
(_styleState3 = styleState).style || (_styleState3.style = {}), Object.assign(styleState.style, style1);
}
}
} catch (err) {
_didIteratorError2 = !0, _iteratorError2 = err;
} finally {
try {
!_iteratorNormalCompletion2 && _iterator2.return != null && _iterator2.return();
} finally {
if (_didIteratorError2)
throw _iteratorError2;
}
}
}
var avoidNormalize = styleProps.noNormalize === !1;
if (!avoidNormalize) {
if (styleState.style && (fixStyles(styleState.style), isWeb && !staticConfig.isReactNative && styleToCSS(styleState.style)), styleState.flatTransforms) {
var _styleState4;
(_styleState4 = styleState).style || (_styleState4.style = {}), Object.entries(styleState.flatTransforms).sort(function(param, param1) {
var _styleState2;
(_styleState2 = styleState).style || (_styleState2.style = {}), Object.entries(styleState.flatTransforms).sort(function(param, param1) {
var _param = _sliced_to_array(param, 1), a = _param[0], _param1 = _sliced_to_array(param1, 1), b = _param1[0];

@@ -516,4 +483,4 @@ return a.localeCompare(b);

for (var key3 in parentSplitStyles.style) {
var _styleState5;
key3 in classNames || styleState.style && key3 in styleState.style || ((_styleState5 = styleState).style || (_styleState5.style = {}), styleState.style[key3] = parentSplitStyles.style[key3]);
var _styleState3;
key3 in classNames || styleState.style && key3 in styleState.style || ((_styleState3 = styleState).style || (_styleState3.style = {}), styleState.style[key3] = parentSplitStyles.style[key3]);
}

@@ -528,5 +495,5 @@ }

if (!styleState.style.$$css) {
var atomic, _iteratorNormalCompletion3, _didIteratorError3, _iteratorError3;
var atomic, _iteratorNormalCompletion2, _didIteratorError2, _iteratorError2;
try {
for (var _iterator3, _step3; !(_iteratorNormalCompletion3 = (_step3 = _iterator3.next()).done); _iteratorNormalCompletion3 = !0)
for (var _iterator2, _step2; !(_iteratorNormalCompletion2 = (_step2 = _iterator2.next()).done); _iteratorNormalCompletion2 = !0)
var atomicStyle, _props_animateOnly, key4, isAnimatedAndAnimateOnly, nonAnimatedAnimateOnly;

@@ -547,2 +514,17 @@ } catch (err) {

}
if (props.style && !isHOC) {
var _iteratorNormalCompletion3, _didIteratorError3, _iteratorError3;
try {
for (var _iterator3, _step3; !(_iteratorNormalCompletion3 = (_step3 = _iterator3.next()).done); _iteratorNormalCompletion3 = !0) {
var style1;
if (style1 && !style1.$$css)
var _styleState4;
}
} catch (err) {
} finally {
try {
} finally {
}
}
}
if (isWeb && !isReactNative && viewProps.tabIndex == null)

@@ -549,0 +531,0 @@ var _viewProps_focusable, isFocusable, role;

@@ -49,3 +49,3 @@ import { createComponent } from "./createComponent";

for (const key in ComponentIn)
key in component || (component[key] = ComponentIn[key]);
key !== "propTypes" && (key in component || (component[key] = ComponentIn[key]));
return component;

@@ -52,0 +52,0 @@ }

@@ -94,3 +94,3 @@ import { createComponent } from "./createComponent";

for (var key in ComponentIn)
key in component || (component[key] = ComponentIn[key]);
key !== "propTypes" && (key in component || (component[key] = ComponentIn[key]));
return component;

@@ -97,0 +97,0 @@ }

{
"name": "@tamagui/web",
"version": "1.90.9",
"version": "1.90.10",
"source": "src/index.ts",

@@ -30,11 +30,11 @@ "main": "dist/cjs",

"dependencies": {
"@tamagui/compose-refs": "1.90.9",
"@tamagui/constants": "1.90.9",
"@tamagui/helpers": "1.90.9",
"@tamagui/normalize-css-color": "1.90.9",
"@tamagui/timer": "1.90.9",
"@tamagui/types": "1.90.9",
"@tamagui/use-did-finish-ssr": "1.90.9",
"@tamagui/use-event": "1.90.9",
"@tamagui/use-force-update": "1.90.9",
"@tamagui/compose-refs": "1.90.10",
"@tamagui/constants": "1.90.10",
"@tamagui/helpers": "1.90.10",
"@tamagui/normalize-css-color": "1.90.10",
"@tamagui/timer": "1.90.10",
"@tamagui/types": "1.90.10",
"@tamagui/use-did-finish-ssr": "1.90.10",
"@tamagui/use-event": "1.90.10",
"@tamagui/use-force-update": "1.90.10",
"react": "^18.2.0",

@@ -44,3 +44,3 @@ "react-dom": "^18.2.0"

"devDependencies": {
"@tamagui/build": "1.90.9",
"@tamagui/build": "1.90.10",
"@testing-library/react": "^14.0.0",

@@ -47,0 +47,0 @@ "csstype": "^3.0.10",

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