Socket
Socket
Sign inDemoInstall

@ag04/kanban-api

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ag04/kanban-api - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "@ag04/kanban-api",
"version": "1.1.0",
"version": "1.1.1",
"description": "Kanban API",

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

@@ -70,2 +70,24 @@ {

{
"name": "Me",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "http://localhost:5000/api/me",
"protocol": "http",
"host": [
"localhost"
],
"port": "5000",
"path": [
"api",
"me"
]
},
"description": "Fetch user data for the logged in user"
},
"response": []
},
{
"name": "Get all users",

@@ -72,0 +94,0 @@ "request": {

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