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.3 to 0.0.4

4

dist/hooks/usePeableSession.d.ts

@@ -20,3 +20,3 @@ interface SessionModel {

export declare const useSessionStore: import("zustand").UseBoundStore<import("zustand").StoreApi<SessionState>>;
declare function usePeableSession(): {
declare function useOxySession(): {
session: SessionModel | null;

@@ -26,3 +26,3 @@ status: string;

};
export default usePeableSession;
export default useOxySession;
//# sourceMappingURL=usePeableSession.d.ts.map

@@ -38,3 +38,3 @@ import { useEffect } from "react";

});
function usePeableSession() {
function useOxySession() {
const { session, status, error, fetchSessionData } = useSessionStore();

@@ -46,2 +46,2 @@ useEffect(() => {

}
export default usePeableSession;
export default useOxySession;

@@ -1,4 +0,4 @@

import usePeableSession from "./hooks/usePeableSession";
import useOxySession from "./hooks/useOxySession";
import getUserById from "./hooks/getUserById";
export { usePeableSession, getUserById };
export { useOxySession, getUserById };
//# sourceMappingURL=index.d.ts.map

@@ -1,3 +0,3 @@

import usePeableSession from "./hooks/usePeableSession";
import useOxySession from "./hooks/useOxySession";
import getUserById from "./hooks/getUserById";
export { usePeableSession, getUserById };
export { useOxySession, getUserById };
{
"name": "@oxyhq/services",
"version": "0.0.3",
"version": "0.0.4",
"description": "",

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

Sorry, the diff of this file is not supported yet

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