Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@timetac/js-client-library

Package Overview
Dependencies
Maintainers
2
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@timetac/js-client-library - npm Package Compare versions

Comparing version 2.7.0 to 2.8.0

2

dist/cjs/utils/params/requestParams.js

@@ -75,3 +75,3 @@ "use strict";

this.requestParams[`_order_by`] = field;
this.requestParams[`_order_desc`] = order === 'desc' ? 'true' : 'false';
this.requestParams[`_sort_direction`] = order === 'desc' ? 'DESC' : 'ASC';
return this;

@@ -78,0 +78,0 @@ }

@@ -72,3 +72,3 @@ const DEFAULT_PAGE_SIZE = 100;

this.requestParams[`_order_by`] = field;
this.requestParams[`_order_desc`] = order === 'desc' ? 'true' : 'false';
this.requestParams[`_sort_direction`] = order === 'desc' ? 'DESC' : 'ASC';
return this;

@@ -75,0 +75,0 @@ }

{
"name": "@timetac/js-client-library",
"version": "2.7.0",
"version": "2.8.0",
"description": "TimeTac API JS client library",

@@ -52,3 +52,3 @@ "homepage": "https://github.com/TimeTac/js-client-library#readme",

"lint-staged": "^15.2.0",
"prettier": "3.1.1",
"prettier": "3.2.5",
"ts-jest": "^29.1.1"

@@ -55,0 +55,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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