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
216
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 1.50.1 to 1.51.0

4

dist/cjs/users/index.d.ts

@@ -0,1 +1,2 @@

import { AxiosRequestConfig } from 'axios';
import BaseApi from '../baseApi';

@@ -22,3 +23,6 @@ import { RequestParams } from '../utils/params/requestParams';

}>>;
getPasswordGuidance(options?: AxiosRequestConfig): Promise<NonEntityResult<{
password_valid: boolean;
}>>;
}
export {};

@@ -58,4 +58,10 @@ "use strict";

}
getPasswordGuidance(options) {
const response = this._post('validatePassword', {
passwordGuidance: true,
}, undefined, options);
return (0, responseHandlers_1.nonEntityResult)(response);
}
}
exports.UsersEndpoint = UsersEndpoint;
//# sourceMappingURL=index.js.map

@@ -0,1 +1,2 @@

import { AxiosRequestConfig } from 'axios';
import BaseApi from '../baseApi';

@@ -22,3 +23,6 @@ import { RequestParams } from '../utils/params/requestParams';

}>>;
getPasswordGuidance(options?: AxiosRequestConfig): Promise<NonEntityResult<{
password_valid: boolean;
}>>;
}
export {};

@@ -55,3 +55,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

}
getPasswordGuidance(options) {
const response = this._post('validatePassword', {
passwordGuidance: true,
}, undefined, options);
return nonEntityResult(response);
}
}
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "@timetac/js-client-library",
"version": "1.50.1",
"version": "1.51.0",
"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