Socket
Socket
Sign inDemoInstall

leankit-client

Package Overview
Dependencies
47
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.1 to 2.4.0

2

package.json

@@ -17,3 +17,3 @@ {

"license": "SEE LICENSE IN https://github.com/LeanKit/leankit-node-client/blob/master/LICENSE",
"version": "2.3.1",
"version": "2.4.0",
"homepage": "https://github.com/LeanKit/leankit-node-client/",

@@ -20,0 +20,0 @@ "bugs": {

@@ -16,2 +16,9 @@ module.exports = ( api, request ) => {

api.task.list = cardId => {
return request( {
url: `/io/card/${ cardId }/tasks`,
method: "GET"
} );
};
api.task.get = ( cardId, taskId ) => {

@@ -18,0 +25,0 @@ return request( {

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