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.17 to 0.0.19

2

dist/components/auth/SignInButton.js
import React from "react";
import styles from "./sign-in-button.module.scss";
import styles from "./sign-in-button.module.css";
import { OxyLogo } from "../assets/oxy-logo";

@@ -4,0 +4,0 @@ export const SignInButton = ({ icon = React.createElement(OxyLogo, null), text = "Sign in with Oxy", }) => {

{
"name": "@oxyhq/services",
"version": "0.0.17",
"version": "0.0.19",
"description": "",

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

"scripts": {
"build:scss": "sass src:dist",
"build:scss": "sass src:temp",
"copy:css": "ncp temp dist",
"build:ts": "tsc",
"build": "npm run build:scss && npm run build:ts",
"build": "npm run build:scss && npm run build:ts && npm run copy:css",
"test": "echo \"Error: no test specified\" && exit 1",

@@ -36,2 +37,3 @@ "lint": "eslint src/**/*.{ts,tsx}"

"eslint": "^8.56.0",
"ncp": "^2.0.0",
"sass": "^1.77.2",

@@ -38,0 +40,0 @@ "tailwindcss": "^3.4.1",

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