Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

clickup.js

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clickup.js - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

2

package.json
{
"name": "clickup.js",
"version": "3.0.3",
"version": "3.0.4",
"description": "A Node.js wrapper for the Clickup API",

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

@@ -380,9 +380,8 @@ class Teams {

* @param {Number} teamId The team id
* @param {Number} timerId The timer id
* @param {Object} data The time entry data
* @param {Object} [options] The parameter options to pass in
*/
async startTimeEntry(teamId, timerId, data, options) {
async startTimeEntry(teamId, data, options) {
return this._request.post({
endpoint: `${this.route}/${teamId}/time_entries/start/${timerId}`,
endpoint: `${this.route}/${teamId}/time_entries/start`,
params: options,

@@ -389,0 +388,0 @@ data,

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