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

@gliff-ai/manage

Package Overview
Dependencies
Maintainers
2
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gliff-ai/manage - npm Package Compare versions

Comparing version 0.2.34 to 0.2.37

dist/src/helpers.d.ts

1

dist/src/api.d.ts

@@ -11,2 +11,3 @@ import { Method } from "axios";

createProject: APIRoute | ServiceFunction;
inviteToProject: APIRoute | ServiceFunction;
}

@@ -13,0 +14,0 @@ declare type ServiceFunctions = {

7

dist/src/hooks/use-auth.d.ts
import { ReactElement } from "react";
import { User } from "@/interfaces";
interface Props {
children: ReactElement;
}
interface User {
email: string;
accessToken: string;
}
interface Context {
user: User;
saveUser: (email: string, accessToken: string) => void;
saveUser: (email: string, authToken: string) => void;
}

@@ -13,0 +10,0 @@ export declare const useAuth: () => Context;

@@ -6,3 +6,3 @@ /// <reference types="react" />

email: string;
accessToken: string;
authToken: string;
};

@@ -22,1 +22,2 @@ declare const defaultServices: Services;

}
export { Services };
{
"name": "@gliff-ai/manage",
"version": "0.2.34",
"version": "0.2.37",
"description": "gliff.ai MANAGE",

@@ -11,2 +11,3 @@ "repository": "git://github.com/gliff-ai/manage.git",

"scripts": {
"build:package": "npm run prepublishOnly",
"build": "webpack --progress --config webpack.config.js",

@@ -13,0 +14,0 @@ "format": "npx --no-install prettier --write src/*",

Sorry, the diff of this file is too big to display

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