🚀 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.0
to
1.0.1
+1
-1
package.json
{
"name": "tracklify",
"version": "1.0.0",
"version": "1.0.1",
"description": "Tracklify CLI integration tool (get active task)",

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

@@ -1,1 +0,1 @@

NPM_TOKEN=`cat ~/.npm_tracklify` npm publish --access public.
NPM_TOKEN=`cat ~/.npm_tracklify` npm version patch && npm publish --access public.

@@ -0,1 +1,3 @@

#!/usr/bin/env node
const http = require('http');

@@ -2,0 +4,0 @@ const PC_INTEGRATIONS_PORT = 59600;