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

@forgerock/javascript-sdk

Package Overview
Dependencies
Maintainers
12
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forgerock/javascript-sdk - npm Package Compare versions

Comparing version 4.4.0 to 4.4.1-beta.0

5

CHANGELOG.md
# Changelog
## [4.4.1] - 2024-03-27
Fixes:
fix(javascript-sdk): Export the classes of ping-protect callbacks from index
## [4.4.0] - 2024-03-12

@@ -4,0 +9,0 @@

2

package.json
{
"name": "@forgerock/javascript-sdk",
"version": "4.4.0",
"version": "4.4.1-beta.0",
"description": "ForgeRock JavaScript SDK",

@@ -5,0 +5,0 @@ "author": "ForgeRock",

@@ -31,2 +31,4 @@ import Auth from './auth';

import FRLoginFailure from './fr-auth/fr-login-failure';
import PingOneProtectEvaluationCallback from './fr-auth/callbacks/ping-protect-evaluation-callback';
import PingOneProtectInitializeCallback from './fr-auth/callbacks/ping-protect-initialize-callback';
import FRLoginSuccess from './fr-auth/fr-login-success';

@@ -59,2 +61,2 @@ import type { FRStepHandler } from './fr-auth/fr-step';

export type { AuthResponse, Callback, ConfigOptions, FailureDetail, FRCallbackFactory, FRStepHandler, GetAuthorizationUrlOptions, GetOAuth2TokensOptions, GetTokensOptions, IdPValue, LoggerFunctions, MessageCreator, NameValue, OAuth2Tokens, PolicyRequirement, ProcessedPropertyError, RelyingParty, Step, StepDetail, Tokens, ValidConfigOptions, WebAuthnAuthenticationMetadata, WebAuthnCallbacks, WebAuthnRegistrationMetadata, };
export { defaultMessageCreator, AttributeInputCallback, Auth, CallbackType, ChoiceCallback, Config, ConfirmationCallback, Deferred, DeviceProfileCallback, ErrorCode, FRAuth, FRCallback, FRDevice, FRLoginFailure, FRLoginSuccess, FRPolicy, FRQRCode, FRRecoveryCodes, FRStep, FRUser, FRWebAuthn, HiddenValueCallback, HttpClient, KbaCreateCallback, LocalStorage, MetadataCallback, NameCallback, OAuth2Client, PasswordCallback, PKCE, PolicyKey, PollingWaitCallback, ReCaptchaCallback, RedirectCallback, ResponseType, SelectIdPCallback, SessionManager, StepOptions, StepType, SuspendedTextOutputCallback, TermsAndConditionsCallback, TextInputCallback, TextOutputCallback, TokenManager, TokenStorage, UserManager, ValidatedCreatePasswordCallback, ValidatedCreateUsernameCallback, WebAuthnOutcome, WebAuthnStepType, };
export { defaultMessageCreator, AttributeInputCallback, Auth, CallbackType, ChoiceCallback, Config, ConfirmationCallback, Deferred, DeviceProfileCallback, ErrorCode, FRAuth, FRCallback, FRDevice, FRLoginFailure, FRLoginSuccess, FRPolicy, FRQRCode, FRRecoveryCodes, FRStep, FRUser, FRWebAuthn, HiddenValueCallback, HttpClient, KbaCreateCallback, LocalStorage, MetadataCallback, NameCallback, OAuth2Client, PasswordCallback, PingOneProtectEvaluationCallback, PingOneProtectInitializeCallback, PKCE, PolicyKey, PollingWaitCallback, ReCaptchaCallback, RedirectCallback, ResponseType, SelectIdPCallback, SessionManager, StepOptions, StepType, SuspendedTextOutputCallback, TermsAndConditionsCallback, TextInputCallback, TextOutputCallback, TokenManager, TokenStorage, UserManager, ValidatedCreatePasswordCallback, ValidatedCreateUsernameCallback, WebAuthnOutcome, WebAuthnStepType, };

@@ -27,2 +27,4 @@ export { default as Auth } from './auth/index.js';

export { default as FRLoginFailure } from './fr-auth/fr-login-failure.js';
export { default as PingOneProtectEvaluationCallback } from './fr-auth/callbacks/ping-protect-evaluation-callback.js';
export { default as PingOneProtectInitializeCallback } from './fr-auth/callbacks/ping-protect-initialize-callback.js';
export { default as FRLoginSuccess } from './fr-auth/fr-login-success.js';

@@ -29,0 +31,0 @@ export { default as FRStep } from './fr-auth/fr-step.js';

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