Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@peable/services

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peable/services - npm Package Compare versions

Comparing version 0.0.56 to 0.0.57

2

dist/hooks/usePeableSession.d.ts
declare function usePeableSession(): {
sessionData: null;
session: null;
status: string;

@@ -4,0 +4,0 @@ error: any;

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

const [error, setError] = useState(null);
const [sessionData, setSessionData] = useState(null);
const [session, setSessionData] = useState(null);
useEffect(() => {

@@ -39,4 +39,4 @@ const clientKey = Cookies.get("clientKey");

}, []);
return { sessionData, status, error };
return { session, status, error };
}
export default usePeableSession;
{
"name": "@peable/services",
"version": "0.0.56",
"version": "0.0.57",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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