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

@oxyhq/services

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oxyhq/services - npm Package Compare versions

Comparing version 0.0.46 to 0.0.47

4

dist/components/auth/AccountSwitcherModal.js

@@ -7,6 +7,6 @@ "use client";

import { forwardRef } from "react";
import Image from "next/image";
import { HiOutlinePlus } from "react-icons/hi";
import { PiSignOutBold } from "react-icons/pi";
import { AiOutlineClose } from "react-icons/ai";
import { Avatar } from "../../features/profile";
import getUserById from "../../hooks/getUserById";

@@ -35,3 +35,3 @@ export const AccountSwitcherModal = forwardRef(({ onClose }, ref) => {

React.createElement("div", { className: "h-20 w-20 rounded-full border" },
React.createElement(Image, { src: session?.user?.avatar, className: "h-full w-full rounded-full object-center", height: 500, width: 500, draggable: false, alt: "avatar" })),
React.createElement(Avatar, { userImage: session?.user?.avatar, className: "h-full w-full rounded-full object-center", height: 500, width: 500, draggable: false, alt: "avatar" })),
React.createElement("h2", { className: "md:text-2xl text-xl font-normal" },

@@ -38,0 +38,0 @@ "Hi, ",

{
"name": "@oxyhq/services",
"version": "0.0.46",
"version": "0.0.47",
"description": "",

@@ -5,0 +5,0 @@ "homepage": "https://oxy.so/",

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