Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

arctic

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arctic - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

dist/providers/epicgames.d.ts

1

dist/index.d.ts

@@ -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";

3

package.json
{
"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
- Facebook

@@ -48,0 +51,0 @@ - Figma

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