Socket
Socket
Sign inDemoInstall

@equitysim/trkd-client

Package Overview
Dependencies
Maintainers
5
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equitysim/trkd-client - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

2

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

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

@@ -8,4 +8,4 @@ export default class Query {

StringValue: value.map((v) => {
const negated = value.charAt(0) === '!'
if (negated) value = value.substring(1)
const negated = v.charAt(0) === '!'
if (negated) v = v.substring(1)
return { Value: v, Negated: negated }

@@ -12,0 +12,0 @@ }),

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