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.1.0 to 0.2.0

3

dist/providers/github.d.ts

@@ -5,3 +5,4 @@ export declare class Github {

private clientSecret;
constructor(clientId: string, clientSecret: string, redirectURI: string, options?: {
constructor(clientId: string, clientSecret: string, options?: {
redirectURI?: string;
scope?: string[];

@@ -8,0 +9,0 @@ });

@@ -8,5 +8,5 @@ import { OAuth2Controller } from "oslo/oauth2";

clientSecret;
constructor(clientId, clientSecret, redirectURI, options) {
constructor(clientId, clientSecret, options) {
this.controller = new OAuth2Controller(clientId, authorizeEndpoint, tokenEndpoint, {
redirectURI
redirectURI: options?.redirectURI
});

@@ -13,0 +13,0 @@ this.scope = options?.scope ?? [];

{
"name": "arctic",
"type": "module",
"version": "0.1.0",
"version": "0.2.0",
"description": "A collection of auth-related utilities",

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

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