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.0 to 1.0.1

2

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

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

@@ -30,3 +30,4 @@ import fetch from 'node-fetch'

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

@@ -33,0 +34,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