Socket
Socket
Sign inDemoInstall

arctic

Package Overview
Dependencies
Maintainers
1
Versions
60
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 0.3.4 to 0.3.5

2

dist/providers/apple.d.ts

@@ -26,2 +26,4 @@ export declare class Apple {

transfer_sub?: string;
nonce?: string;
nonce_supported?: boolean;
}

@@ -28,0 +30,0 @@ export interface AppleTokens {

3

dist/providers/facebook.js

@@ -14,3 +14,2 @@ import { TimeSpan, createDate } from "oslo";

this.scope = options?.scope ?? [];
this.scope.push("identify");
this.clientSecret = clientSecret;

@@ -35,3 +34,3 @@ }

async getUser(accessToken) {
const url = new URL("https://discord.com/api/users/@me");
const url = new URL("https://graph.facebook.com/me");
url.searchParams.set("access_token", accessToken);

@@ -38,0 +37,0 @@ url.searchParams.set("fields", ["id", "name", "picture", "email"].join(","));

{
"name": "arctic",
"type": "module",
"version": "0.3.4",
"version": "0.3.5",
"description": "OAuth 2.0 with built-in providers",

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

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