Socket
Socket
Sign inDemoInstall

@ag04/kanban-api

Package Overview
Dependencies
97
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

11

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

@@ -34,9 +34,6 @@ "main": "./dist/index.js",

"express-jwt": "^5.3.1",
"flow-bin": "^0.67.1",
"joi": "^13.1.2",
"jsonwebtoken": "^8.2.0",
"lowdb": "^1.0.0",
"nodemon": "^1.17.1",
"uuid": "^3.2.1",
"webpack": "^4.1.1"
"uuid": "^3.2.1"
},

@@ -49,4 +46,6 @@ "devDependencies": {

"babel-preset-flow": "^6.23.0",
"babel-preset-stage-2": "^6.24.1"
"babel-preset-stage-2": "^6.24.1",
"nodemon": "^1.17.1",
"flow-bin": "^0.67.1"
}
}

@@ -6,4 +6,6 @@ # Kanban API

* [Postman API Docs](https://documenter.getpostman.com/view/2866330/kanban-api/RVnWjzSA#intro)
* [Postman API collection](https://bitbucket.org/ag04/kanban-api/src/master/resources/kanban-api.postman_collection.json)
* [Frontend assignment (Google document)](https://docs.google.com/document/d/102lsCTeR3flntTVDxxJs0xp5Hvso9dD0uiQdnvUUgHc/edit?usp=sharing)

@@ -5,3 +5,3 @@ {

"_postman_id": "33515d81-6504-b0cc-16d2-7dc452be82b8",
"description": "",
"description": "## Authentication\nRequest header `Authorization: Bearer <token>` is required to authenticate.\n\n__token__ is a JWT, it is obtained with `sign up` and `sign in` request.\n\n\n\n## Error response\nInvalid requests will yield an API response with status code of **400** `bad request`. \n\nSuch response means that the request is invalid and that it should have been handled by the client in the first place.\n```JSON\n{\n\t\"error\": \"\"\n}\n```\n\n## Success response\nstatus code **200** `OK`.\n```JSON\n{\n\t\"data\": {\n\t}\n}\n```",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"

@@ -22,3 +22,3 @@ },

"mode": "raw",
"raw": "{\n \"username\": \"agulin\",\n \"password\": \"secret\",\n \"name\": \"Ante Gulin\"\n}"
"raw": "{\n\t\"username\": \"mark\",\n\t\"password\": \"secret\",\n\t\"name\": \"Mark Zuckerburg\"\n}"
},

@@ -53,3 +53,3 @@ "url": {

"mode": "raw",
"raw": "{\n \"username\": \"agulin\",\n \"password\": \"secret\",\n \"name\": \"Ante Gulin\"\n}"
"raw": "{\n\t\"username\": \"steve\",\n\t\"password\": \"secret\"\n}"
},

@@ -173,3 +173,3 @@ "url": {

},
"description": null
"description": "`/api/task/<task id>`\n\nSpecify the task to update by setting the task id in the request URL"
},

@@ -176,0 +176,0 @@ "response": []

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc