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.26 to 0.2.27

dist/main.js.map

3

dist/src/api.d.ts

@@ -7,2 +7,5 @@ declare type Method = "GET" | "POST";

loginUser: APIRoute | ServiceFunction;
getProjects: APIRoute | ServiceFunction;
getProject: APIRoute | ServiceFunction;
createProject: APIRoute | ServiceFunction;
}

@@ -9,0 +12,0 @@ declare type ServiceFunctions = {

8

package.json
{
"name": "@gliff-ai/manage",
"version": "0.2.26",
"version": "0.2.27",
"description": "gliff.ai MANAGE",

@@ -62,8 +62,8 @@ "repository": "git://github.com/gliff-ai/manage.git",

"react": "^17.0.0",
"react-dom": "^17.0.1"
"react-dom": "^17.0.1",
"react-router-dom": "^6.0.0-beta.0"
},
"dependencies": {
"axios": "^0.21.1",
"react-router-dom": "^6.0.0-beta.0"
"axios": "^0.21.1"
}
}

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

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