🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

tracklify

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tracklify - npm Package Compare versions

Comparing version
1.0.6
to
1.0.8
+1
-1
package.json
{
"name": "tracklify",
"version": "1.0.6",
"version": "1.0.8",
"description": "Tracklify CLI integration tool (get active task)",

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

@@ -36,3 +36,3 @@ #!/usr/bin/env node

},
description: 'Get current tracked task URL 🔗',
description: 'Get current tracked task URL',
},

@@ -43,7 +43,7 @@ 'taskname': {

},
description: 'Get current tracked task name ✒',
description: 'Get current tracked task name',
},
}
if (!Object.keys(callers).includes(cmd)) {
let e = 'Wrong argument 🤷‍♂️ Supported commands:\n';
let e = 'Wrong argument. Supported commands:\n';
Object.keys(callers).forEach((el) => {

@@ -50,0 +50,0 @@ e += `${el.padStart(10, ' ')} - ${callers[el].description}\n`;