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.28 to 0.2.29

dist/src/components/index.d.ts

3

dist/src/api.d.ts

@@ -1,2 +0,2 @@

declare type Method = "GET" | "POST";
import { Method } from "axios";
declare type APIRoute = `${Method} /${string}`;

@@ -7,2 +7,3 @@ declare type ServiceFunction = (data?: Record<string, unknown>, token?: string) => Promise<unknown>;

loginUser: APIRoute | ServiceFunction;
inviteUser: APIRoute | ServiceFunction;
getProjects: APIRoute | ServiceFunction;

@@ -9,0 +10,0 @@ getProject: APIRoute | ServiceFunction;

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

import * as React from "react";
import { ReactElement } from "react";
interface Props {
children: React.ReactElement;
children: ReactElement;
}

@@ -14,3 +14,3 @@ interface User {

export declare const useAuth: () => Context;
export declare function ProvideAuth(props: Props): React.ReactElement;
export declare function ProvideAuth(props: Props): ReactElement;
export {};
{
"name": "@gliff-ai/manage",
"version": "0.2.28",
"version": "0.2.29",
"description": "gliff.ai MANAGE",

@@ -5,0 +5,0 @@ "repository": "git://github.com/gliff-ai/manage.git",

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