New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.63 to 0.0.64

dist/hooks/AuthService.d.ts

2

dist/hooks/usePeableSession.js

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

}
const response = await axios.get("https://auth.oxy.so/api/session/dsfuhfsdiuhfiusdhfuisdhfiush", { withCredentials: true });
const response = await axios.get("https://auth.oxy.so/api/session/cls70kh9v0000dl3qewctq2zq", { withCredentials: true });
set({ session: response.data, status: "success" });

@@ -19,0 +19,0 @@ }

import usePeableSession from "./hooks/usePeableSession";
import getUserById from "./hooks/getUserById";
export { usePeableSession, getUserById };
import AuthService from "./hooks/AuthService";
export { usePeableSession, getUserById, AuthService };
//# sourceMappingURL=index.d.ts.map
import usePeableSession from "./hooks/usePeableSession";
import getUserById from "./hooks/getUserById";
export { usePeableSession, getUserById };
import AuthService from "./hooks/AuthService";
export { usePeableSession, getUserById, AuthService };
{
"name": "@peable/services",
"version": "0.0.63",
"version": "0.0.64",
"description": "",

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

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