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.26 to 0.0.27

2

dist/components/elements/modal/components/confirmation-modal.js
import React, { useEffect } from "react";
import { motion } from "framer-motion";
import styles from "./styles/confirmation-modal.module.scss";
import styles from "./styles/confirmation-modal.module.css";
export const ConfirmationModal = ({ heading, paragraph, confirmButtonText, confirmButtonClick, confirmButtonStyle = "delete", cancelButtonText, cancelButtonClick, logo, }) => {

@@ -5,0 +5,0 @@ useEffect(() => {

@@ -8,3 +8,3 @@ /* eslint-disable jsx-a11y/no-static-element-interactions */

import { createPortal } from "react-dom";
import styles from "./styles/modal.module.scss";
import styles from "./styles/modal.module.css";
export const Modal = ({ children, onClose, closeOnBackdropClick = true, background, minViewportWidth = null, maxViewportWidth = null, disableScroll = false, focusOnElement = null, focusAfterClose = null, }) => {

@@ -11,0 +11,0 @@ const modalRef = useRef(null);

import React from "react";
import { VerifiedIcon } from "../../../assets/verified-icon";
import styles from "./styles/user-name.module.scss";
import styles from "./styles/user-name.module.css";
export const UserName = ({ name, isVerified = false, hover = false, }) => {

@@ -5,0 +5,0 @@ return (React.createElement("div", { className: `${styles.container} ${hover ? styles.hover : ""}` },

import React from "react";
import styles from "./styles/user-username.module.scss";
import styles from "./styles/user-username.module.css";
export const UserUsername = ({ username, }) => {

@@ -4,0 +4,0 @@ return React.createElement("span", { className: styles.container },

{
"name": "@oxyhq/services",
"version": "0.0.26",
"version": "0.0.27",
"description": "",

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

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