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.2.0 to 2.2.1

4

dist/providers/gitlab.js

@@ -11,4 +11,4 @@ import { createOAuth2Request, encodeBasicCredentials, sendTokenRequest, sendTokenRevocationRequest } from "../request.js";

this.authorizationEndpoint = `https://${domain}/oauth/authorize`;
this.tokenEndpoint = domain + `https://${domain}/oauth/token`;
this.tokenRevocationEndpoint = domain + "/oauth/revoke";
this.tokenEndpoint = `https://${domain}/oauth/token`;
this.tokenRevocationEndpoint = `https://${domain}/oauth/revoke`;
this.clientId = clientId;

@@ -15,0 +15,0 @@ this.clientSecret = clientSecret;

{
"name": "arctic",
"type": "module",
"version": "2.2.0",
"version": "2.2.1",
"description": "OAuth 2.0 clients for popular 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