Socket
Socket
Sign inDemoInstall

@equitysim/trkd-client

Package Overview
Dependencies
7
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "@equitysim/trkd-client",
"version": "1.0.3",
"version": "1.0.4",
"description": "REST Client for TRKD API",

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

@@ -15,3 +15,3 @@ import fetch from 'node-fetch'

const responseObj = JSON.parse('{"Token":"abc", "Expiration": "2031-04-11T10:20:30Z"}');
console.log('token object: ' + responseObj);
console.error('token object: ' + responseObj);
if (TRKDClient._redisConn) {

@@ -18,0 +18,0 @@ TRKDClient._redisConn.set(`trkd:${TRKDClient._serviceAccount.username}`, JSON.stringify(responseObj))

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