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.8 to 0.0.9

dist/components/assets/oxy-logo.d.ts

2

dist/components/auth/SignInButton.d.ts
import React from "react";
export declare const SignInButton: ({ icon, text, }: {
icon?: React.ReactNode;
text: string;
text?: string;
}) => React.JSX.Element;
export default SignInButton;
//# sourceMappingURL=SignInButton.d.ts.map
import React from "react";
export const SignInButton = ({ icon, text = "Sign in with Oxy", }) => {
import { OxyLogo } from "../assets/oxy-logo";
export const SignInButton = ({ icon = React.createElement(OxyLogo, null), text = "Sign in with Oxy", }) => {
const onClick = () => {

@@ -4,0 +5,0 @@ const currentUrl = window.location.href;

{
"name": "@oxyhq/services",
"version": "0.0.8",
"version": "0.0.9",
"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