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.10.0 to 2.10.1

1

dist/cjs/utils/params/requestParams.d.ts

@@ -33,3 +33,4 @@ export type RequestParams<R> = Record<string, string> & {

resolve(field: keyof R & string): RequestParamsBuilder<R>;
tempRecordId(id: string): RequestParamsBuilder<R>;
}
export {};

@@ -113,4 +113,8 @@ "use strict";

}
tempRecordId(id) {
this.requestParams['_temp_record_id'] = id;
return this;
}
}
exports.RequestParamsBuilder = RequestParamsBuilder;
//# sourceMappingURL=requestParams.js.map

@@ -33,3 +33,4 @@ export type RequestParams<R> = Record<string, string> & {

resolve(field: keyof R & string): RequestParamsBuilder<R>;
tempRecordId(id: string): RequestParamsBuilder<R>;
}
export {};

@@ -110,3 +110,7 @@ const DEFAULT_PAGE_SIZE = 100;

}
tempRecordId(id) {
this.requestParams['_temp_record_id'] = id;
return this;
}
}
//# sourceMappingURL=requestParams.js.map

2

package.json
{
"name": "@timetac/js-client-library",
"version": "2.10.0",
"version": "2.10.1",
"description": "TimeTac API JS client library",

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

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