Comparing version 2.0.1 to 2.1.0
@@ -14,2 +14,3 @@ export { AmazonCognito } from "./providers/amazon-cognito.js"; | ||
export { Dropbox } from "./providers/dropbox.js"; | ||
export { EpicGames } from "./providers/epicgames.js"; | ||
export { Facebook } from "./providers/facebook.js"; | ||
@@ -16,0 +17,0 @@ export { Figma } from "./providers/figma.js"; |
@@ -14,2 +14,3 @@ export { AmazonCognito } from "./providers/amazon-cognito.js"; | ||
export { Dropbox } from "./providers/dropbox.js"; | ||
export { EpicGames } from "./providers/epicgames.js"; | ||
export { Facebook } from "./providers/facebook.js"; | ||
@@ -16,0 +17,0 @@ export { Figma } from "./providers/figma.js"; |
{ | ||
"name": "arctic", | ||
"type": "module", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "OAuth 2.0 clients for popular providers", | ||
@@ -22,3 +22,2 @@ "main": "dist/index.js", | ||
"@typescript-eslint/parser": "^6.7.5", | ||
"auri": "2.0.0", | ||
"eslint": "^8.51.0", | ||
@@ -25,0 +24,0 @@ "prettier": "^3.0.3", |
# Arctic | ||
**Documentation: [arcticjs.dev](https://arcticjs.dev)** | ||
Arctic is a collection of OAuth 2.0 clients for popular providers. It only supports the authorization code grant type and intended to be used server-side. Built on top of the Fetch API, it's light weight, fully-typed, and runtime-agnostic. | ||
@@ -46,2 +48,3 @@ | ||
- Dropbox | ||
- Epic Games | ||
@@ -48,0 +51,0 @@ - Figma |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
145238
7
113
3248
84