Socket
Socket
Sign inDemoInstall

arctic

Package Overview
Dependencies
37
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.10.4 to 0.10.5

dist/providers/okta.d.ts

2

dist/index.d.ts

@@ -26,2 +26,3 @@ export { Apple } from "./providers/apple.js";

export { Yahoo } from "./providers/yahoo.js";
export { Okta } from "./providers/okta.js";
export type { AppleCredentials, AppleRefreshedTokens, AppleTokens } from "./providers/apple.js";

@@ -53,2 +54,3 @@ export type { AtlassianTokens } from "./providers/atlassian.js";

export type { YahooTokens } from "./providers/yahoo.js";
export type { OktaTokens } from "./providers/okta.js";
export { generateCodeVerifier, generateState, OAuth2RequestError } from "oslo/oauth2";

@@ -55,0 +57,0 @@ export interface OAuth2Provider {

@@ -26,2 +26,3 @@ export { Apple } from "./providers/apple.js";

export { Yahoo } from "./providers/yahoo.js";
export { Okta } from "./providers/okta.js";
export { generateCodeVerifier, generateState, OAuth2RequestError } from "oslo/oauth2";

2

package.json
{
"name": "arctic",
"type": "module",
"version": "0.10.4",
"version": "0.10.5",
"description": "OAuth 2.0 with built-in providers",

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

@@ -40,2 +40,3 @@ # Arctic

- Notion
- Okta
- Reddit

@@ -42,0 +43,0 @@ - Salesforce

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc