Socket
Socket
Sign inDemoInstall

@sanity/icons

Package Overview
Dependencies
Maintainers
38
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/icons - npm Package Compare versions

Comparing version 2.3.1 to 2.4.1

src/icons/colorWheelIcon.tsx

9

dist/index.cjs.js

@@ -46,2 +46,3 @@ import cjs from './index.cjs';

export const CollapseIcon = cjs.CollapseIcon;
export const ColorWheelIcon = cjs.ColorWheelIcon;
export const CommentIcon = cjs.CommentIcon;

@@ -79,2 +80,4 @@ export const ComponentIcon = cjs.ComponentIcon;

export const EllipsisVerticalIcon = cjs.EllipsisVerticalIcon;
export const EnterIcon = cjs.EnterIcon;
export const EnterRightIcon = cjs.EnterRightIcon;
export const EnvelopeIcon = cjs.EnvelopeIcon;

@@ -90,2 +93,3 @@ export const EqualIcon = cjs.EqualIcon;

export const GenerateIcon = cjs.GenerateIcon;
export const GroqIcon = cjs.GroqIcon;
export const HeartFilledIcon = cjs.HeartFilledIcon;

@@ -138,2 +142,3 @@ export const HeartIcon = cjs.HeartIcon;

export const RetrieveIcon = cjs.RetrieveIcon;
export const RetryIcon = cjs.RetryIcon;
export const RevertIcon = cjs.RevertIcon;

@@ -145,2 +150,3 @@ export const RobotIcon = cjs.RobotIcon;

export const SelectIcon = cjs.SelectIcon;
export const ShareIcon = cjs.ShareIcon;
export const SortIcon = cjs.SortIcon;

@@ -162,2 +168,3 @@ export const SparkleIcon = cjs.SparkleIcon;

export const TagIcon = cjs.TagIcon;
export const TagsIcon = cjs.TagsIcon;
export const TerminalIcon = cjs.TerminalIcon;

@@ -176,2 +183,3 @@ export const ThLargeIcon = cjs.ThLargeIcon;

export const TruncateIcon = cjs.TruncateIcon;
export const TwitterIcon = cjs.TwitterIcon;
export const UlistIcon = cjs.UlistIcon;

@@ -188,4 +196,5 @@ export const UnderlineIcon = cjs.UnderlineIcon;

export const WarningOutlineIcon = cjs.WarningOutlineIcon;
export const WrenchIcon = cjs.WrenchIcon;
export const icons = cjs.icons;
export default cjs.default;

@@ -311,2 +311,9 @@ /// <reference types="react" />

*/
export declare const ColorWheelIcon: ForwardRefExoticComponent<
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>
>
/**
* @public
*/
export declare const CommentIcon: ForwardRefExoticComponent<

@@ -536,2 +543,16 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>

*/
export declare const EnterIcon: ForwardRefExoticComponent<
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>
>
/**
* @public
*/
export declare const EnterRightIcon: ForwardRefExoticComponent<
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>
>
/**
* @public
*/
export declare const EnvelopeIcon: ForwardRefExoticComponent<

@@ -607,2 +628,9 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>

*/
export declare const GroqIcon: ForwardRefExoticComponent<
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>
>
/**
* @public
*/
export declare const HeartFilledIcon: ForwardRefExoticComponent<

@@ -701,2 +729,3 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>

collapse: IconComponent
'color-wheel': IconComponent
comment: IconComponent

@@ -734,2 +763,4 @@ component: IconComponent

'ellipsis-vertical': IconComponent
enter: IconComponent
'enter-right': IconComponent
envelope: IconComponent

@@ -745,2 +776,3 @@ equal: IconComponent

generate: IconComponent
groq: IconComponent
'heart-filled': IconComponent

@@ -792,2 +824,3 @@ heart: IconComponent

retrieve: IconComponent
retry: IconComponent
revert: IconComponent

@@ -799,2 +832,3 @@ robot: IconComponent

select: IconComponent
share: IconComponent
sort: IconComponent

@@ -816,2 +850,3 @@ sparkle: IconComponent

tag: IconComponent
tags: IconComponent
terminal: IconComponent

@@ -830,2 +865,3 @@ 'th-large': IconComponent

truncate: IconComponent
twitter: IconComponent
ulist: IconComponent

@@ -842,2 +878,3 @@ underline: IconComponent

'warning-outline': IconComponent
wrench: IconComponent
}

@@ -904,2 +941,3 @@

| 'collapse'
| 'color-wheel'
| 'comment'

@@ -937,2 +975,4 @@ | 'component'

| 'ellipsis-vertical'
| 'enter'
| 'enter-right'
| 'envelope'

@@ -948,2 +988,3 @@ | 'equal'

| 'generate'
| 'groq'
| 'heart-filled'

@@ -995,2 +1036,3 @@ | 'heart'

| 'retrieve'
| 'retry'
| 'revert'

@@ -1002,2 +1044,3 @@ | 'robot'

| 'select'
| 'share'
| 'sort'

@@ -1019,2 +1062,3 @@ | 'sparkle'

| 'tag'
| 'tags'
| 'terminal'

@@ -1033,2 +1077,3 @@ | 'th-large'

| 'truncate'
| 'twitter'
| 'ulist'

@@ -1045,2 +1090,3 @@ | 'underline'

| 'warning-outline'
| 'wrench'

@@ -1337,2 +1383,9 @@ /**

*/
export declare const RetryIcon: ForwardRefExoticComponent<
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>
>
/**
* @public
*/
export declare const RevertIcon: ForwardRefExoticComponent<

@@ -1380,2 +1433,9 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>

*/
export declare const ShareIcon: ForwardRefExoticComponent<
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>
>
/**
* @public
*/
export declare const SortIcon: ForwardRefExoticComponent<

@@ -1493,2 +1553,9 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>

*/
export declare const TagsIcon: ForwardRefExoticComponent<
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>
>
/**
* @public
*/
export declare const TerminalIcon: ForwardRefExoticComponent<

@@ -1585,2 +1652,9 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>

*/
export declare const TwitterIcon: ForwardRefExoticComponent<
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>
>
/**
* @public
*/
export declare const UlistIcon: ForwardRefExoticComponent<

@@ -1660,2 +1734,9 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>

/**
* @public
*/
export declare const WrenchIcon: ForwardRefExoticComponent<
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>
>
export {}

45

package.json
{
"type": "module",
"name": "@sanity/icons",
"version": "2.3.1",
"version": "2.4.1",
"description": "The Sanity icons.",

@@ -50,11 +50,11 @@ "sideEffects": false,

"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@sanity/pkg-utils": "^2.2.14",
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@sanity/pkg-utils": "^2.3.3",
"@sanity/semantic-release-preset": "^4.1.1",
"@sanity/ui": "^1.3.1",
"@sanity/ui": "^1.6.0",
"@sanity/ui-workshop": "^1.2.1",

@@ -64,17 +64,17 @@ "@svgr/core": "^6.5.1",

"@testing-library/react": "^13.4.0",
"@types/jest": "^29.5.0",
"@types/jest": "^29.5.2",
"@types/mkdirp": "^1.0.2",
"@types/node": "^18.15.11",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"@types/node": "^20.3.1",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"@types/styled-components": "^5.1.26",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@types/testing-library__jest-dom": "^5.14.6",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"camelcase": "^6.3.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.17.16",
"esbuild": "^0.18.6",
"esbuild-register": "^3.4.2",
"eslint": "^8.38.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",

@@ -91,6 +91,7 @@ "eslint-plugin-import": "^2.27.5",

"jest-environment-jsdom": "^29.5.0",
"lint-staged": "^13.2.1",
"module-alias": "^2.2.2",
"lint-staged": "^13.2.2",
"mkdirp": "^2.1.6",
"module-alias": "^2.2.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.7",
"prettier": "^2.8.8",
"react": "^18.2.0",

@@ -102,3 +103,3 @@ "react-dom": "^18.2.0",

"styled-components": "^5.3.9",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
},

@@ -105,0 +106,0 @@ "peerDependencies": {

@@ -50,2 +50,3 @@ /* THIS FILE IS AUTO-GENERATED – DO NOT EDIT */

import {CollapseIcon} from './collapseIcon'
import {ColorWheelIcon} from './colorWheelIcon'
import {CommentIcon} from './commentIcon'

@@ -83,2 +84,4 @@ import {ComponentIcon} from './componentIcon'

import {EllipsisVerticalIcon} from './ellipsisVerticalIcon'
import {EnterIcon} from './enterIcon'
import {EnterRightIcon} from './enterRightIcon'
import {EnvelopeIcon} from './envelopeIcon'

@@ -94,2 +97,3 @@ import {EqualIcon} from './equalIcon'

import {GenerateIcon} from './generateIcon'
import {GroqIcon} from './groqIcon'
import {HeartFilledIcon} from './heartFilledIcon'

@@ -141,2 +145,3 @@ import {HeartIcon} from './heartIcon'

import {RetrieveIcon} from './retrieveIcon'
import {RetryIcon} from './retryIcon'
import {RevertIcon} from './revertIcon'

@@ -148,2 +153,3 @@ import {RobotIcon} from './robotIcon'

import {SelectIcon} from './selectIcon'
import {ShareIcon} from './shareIcon'
import {SortIcon} from './sortIcon'

@@ -165,2 +171,3 @@ import {SparkleIcon} from './sparkleIcon'

import {TagIcon} from './tagIcon'
import {TagsIcon} from './tagsIcon'
import {TerminalIcon} from './terminalIcon'

@@ -179,2 +186,3 @@ import {ThLargeIcon} from './thLargeIcon'

import {TruncateIcon} from './truncateIcon'
import {TwitterIcon} from './twitterIcon'
import {UlistIcon} from './ulistIcon'

@@ -191,2 +199,3 @@ import {UnderlineIcon} from './underlineIcon'

import {WarningOutlineIcon} from './warningOutlineIcon'
import {WrenchIcon} from './wrenchIcon'

@@ -240,2 +249,3 @@ /**

| 'collapse'
| 'color-wheel'
| 'comment'

@@ -273,2 +283,4 @@ | 'component'

| 'ellipsis-vertical'
| 'enter'
| 'enter-right'
| 'envelope'

@@ -284,2 +296,3 @@ | 'equal'

| 'generate'
| 'groq'
| 'heart-filled'

@@ -331,2 +344,3 @@ | 'heart'

| 'retrieve'
| 'retry'
| 'revert'

@@ -338,2 +352,3 @@ | 'robot'

| 'select'
| 'share'
| 'sort'

@@ -355,2 +370,3 @@ | 'sparkle'

| 'tag'
| 'tags'
| 'terminal'

@@ -369,2 +385,3 @@ | 'th-large'

| 'truncate'
| 'twitter'
| 'ulist'

@@ -381,2 +398,3 @@ | 'underline'

| 'warning-outline'
| 'wrench'

@@ -427,2 +445,3 @@ export {

CollapseIcon,
ColorWheelIcon,
CommentIcon,

@@ -460,2 +479,4 @@ ComponentIcon,

EllipsisVerticalIcon,
EnterIcon,
EnterRightIcon,
EnvelopeIcon,

@@ -471,2 +492,3 @@ EqualIcon,

GenerateIcon,
GroqIcon,
HeartFilledIcon,

@@ -518,2 +540,3 @@ HeartIcon,

RetrieveIcon,
RetryIcon,
RevertIcon,

@@ -525,2 +548,3 @@ RobotIcon,

SelectIcon,
ShareIcon,
SortIcon,

@@ -542,2 +566,3 @@ SparkleIcon,

TagIcon,
TagsIcon,
TerminalIcon,

@@ -556,2 +581,3 @@ ThLargeIcon,

TruncateIcon,
TwitterIcon,
UlistIcon,

@@ -568,2 +594,3 @@ UnderlineIcon,

WarningOutlineIcon,
WrenchIcon,
}

@@ -618,2 +645,3 @@

collapse: IconComponent
'color-wheel': IconComponent
comment: IconComponent

@@ -651,2 +679,4 @@ component: IconComponent

'ellipsis-vertical': IconComponent
enter: IconComponent
'enter-right': IconComponent
envelope: IconComponent

@@ -662,2 +692,3 @@ equal: IconComponent

generate: IconComponent
groq: IconComponent
'heart-filled': IconComponent

@@ -709,2 +740,3 @@ heart: IconComponent

retrieve: IconComponent
retry: IconComponent
revert: IconComponent

@@ -716,2 +748,3 @@ robot: IconComponent

select: IconComponent
share: IconComponent
sort: IconComponent

@@ -733,2 +766,3 @@ sparkle: IconComponent

tag: IconComponent
tags: IconComponent
terminal: IconComponent

@@ -747,2 +781,3 @@ 'th-large': IconComponent

truncate: IconComponent
twitter: IconComponent
ulist: IconComponent

@@ -759,2 +794,3 @@ underline: IconComponent

'warning-outline': IconComponent
wrench: IconComponent
}

@@ -809,2 +845,3 @@

collapse: CollapseIcon,
'color-wheel': ColorWheelIcon,
comment: CommentIcon,

@@ -842,2 +879,4 @@ component: ComponentIcon,

'ellipsis-vertical': EllipsisVerticalIcon,
enter: EnterIcon,
'enter-right': EnterRightIcon,
envelope: EnvelopeIcon,

@@ -853,2 +892,3 @@ equal: EqualIcon,

generate: GenerateIcon,
groq: GroqIcon,
'heart-filled': HeartFilledIcon,

@@ -900,2 +940,3 @@ heart: HeartIcon,

retrieve: RetrieveIcon,
retry: RetryIcon,
revert: RevertIcon,

@@ -907,2 +948,3 @@ robot: RobotIcon,

select: SelectIcon,
share: ShareIcon,
sort: SortIcon,

@@ -924,2 +966,3 @@ sparkle: SparkleIcon,

tag: TagIcon,
tags: TagsIcon,
terminal: TerminalIcon,

@@ -938,2 +981,3 @@ 'th-large': ThLargeIcon,

truncate: TruncateIcon,
twitter: TwitterIcon,
ulist: UlistIcon,

@@ -950,2 +994,3 @@ underline: UnderlineIcon,

'warning-outline': WarningOutlineIcon,
wrench: WrenchIcon,
}

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

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

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

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

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

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

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