New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@laserfiche/lf-api-client-core

Package Overview
Dependencies
Maintainers
6
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@laserfiche/lf-api-client-core - npm Package Compare versions

Comparing version

to
1.0.0--preview-2398559110

9

dist/index.d.ts

@@ -1,6 +0,7 @@

import { GetAccessTokenResponse } from "./lib/OAuth/GetAccessTokenResponse.js";
import { AccessKey } from "./lib/OAuth/AccessKey.js";
import { OAuthClientCredentialsHandler } from "./lib/HttpHandlers/OAuthClientCredentialsHandler.js";
import { HttpRequestHandler } from "./lib/HttpHandlers/HttpRequestHandler.js";
import { GetAccessTokenResponse } from './lib/OAuth/GetAccessTokenResponse.js';
import { AccessKey } from './lib/OAuth/AccessKey.js';
import { OAuthClientCredentialsHandler } from './lib/HttpHandlers/OAuthClientCredentialsHandler.js';
import { HttpRequestHandler } from './lib/HttpHandlers/HttpRequestHandler.js';
export { GetAccessTokenResponse, AccessKey, OAuthClientCredentialsHandler, HttpRequestHandler };
export * as JwtUtils from './lib/util/JwtUtil.js';
export * as DomainUtils from './lib/util/DomainUtil.js';

@@ -1,5 +0,7 @@

import { OAuthClientCredentialsHandler } from "./lib/HttpHandlers/OAuthClientCredentialsHandler.js";
import { OAuthClientCredentialsHandler } from './lib/HttpHandlers/OAuthClientCredentialsHandler.js';
export { OAuthClientCredentialsHandler };
import * as JwtUtils_1 from './lib/util/JwtUtil.js';
export { JwtUtils_1 as JwtUtils };
import * as DomainUtils_1 from './lib/util/DomainUtil.js';
export { DomainUtils_1 as DomainUtils };
//# sourceMappingURL=index.js.map
{
"name": "@laserfiche/lf-api-client-core",
"version": "1.0.0--preview-2394696383",
"version": "1.0.0--preview-2398559110",
"description": "",

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