@oxyhq/services
Advanced tools
Comparing version 0.0.8 to 0.0.9
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35936
32
452
7