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

@logto/client

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logto/client - npm Package Compare versions

Comparing version 2.6.1 to 2.6.2

2

lib/index.js
import { DefaultJwtVerifier } from './adapter/defaults.js';
import { StandardLogtoClient } from './client.js';
export { LogtoError, LogtoRequestError, OidcError, Prompt, ReservedResource, ReservedScope, UserScope, buildOrganizationUrn, getOrganizationIdFromUrn, organizationUrnPrefix } from '@logto/js';
export { LogtoError, LogtoRequestError, OidcError, Prompt, ReservedResource, ReservedScope, UserScope, buildOrganizationUrn, getOrganizationIdFromUrn, isLogtoRequestError, organizationUrnPrefix } from '@logto/js';
export { LogtoClientError } from './errors.js';

@@ -5,0 +5,0 @@ import '@silverhand/essentials';

@@ -6,4 +6,4 @@ /**

*/
export type { IdTokenClaims, LogtoErrorCode, UserInfoResponse, InteractionMode } from '@logto/js';
export { LogtoError, LogtoRequestError, OidcError, Prompt, ReservedScope, ReservedResource, UserScope, organizationUrnPrefix, buildOrganizationUrn, getOrganizationIdFromUrn, } from '@logto/js';
export type { AccessTokenClaims, IdTokenClaims, LogtoErrorCode, UserInfoResponse, InteractionMode, } from '@logto/js';
export { LogtoError, LogtoRequestError, OidcError, Prompt, ReservedScope, ReservedResource, UserScope, organizationUrnPrefix, buildOrganizationUrn, getOrganizationIdFromUrn, isLogtoRequestError, } from '@logto/js';
export * from './errors.js';

@@ -10,0 +10,0 @@ export type { Storage, StorageKey, ClientAdapter, JwtVerifier } from './adapter/index.js';

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

export { LogtoError, LogtoRequestError, OidcError, Prompt, ReservedResource, ReservedScope, UserScope, buildOrganizationUrn, getOrganizationIdFromUrn, organizationUrnPrefix } from '@logto/js';
export { LogtoError, LogtoRequestError, OidcError, Prompt, ReservedResource, ReservedScope, UserScope, buildOrganizationUrn, getOrganizationIdFromUrn, isLogtoRequestError, organizationUrnPrefix } from '@logto/js';
export { LogtoClientError } from './errors.js';

@@ -3,0 +3,0 @@ import '@silverhand/essentials';

{
"name": "@logto/client",
"version": "2.6.1",
"version": "2.6.2",
"type": "module",

@@ -45,3 +45,3 @@ "main": "./lib/index.cjs",

"@types/node": "^20.11.19",
"eslint": "^8.44.0",
"eslint": "^8.57.0",
"jest": "^29.5.0",

@@ -48,0 +48,0 @@ "jest-matcher-specific-error": "^1.0.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