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.10.2 to 0.10.3

2

dist/providers/dropbox.js
import { OAuth2Client } from "oslo/oauth2";
import { TimeSpan, createDate } from "oslo";
const authorizeEndpoint = "https://www.dropbox.com/oauth2/authorize";
const tokenEndpoint = "https://www.dropbox.com/oauth2/token";
const tokenEndpoint = "https://api.dropboxapi.com/oauth2/token";
export class Dropbox {

@@ -6,0 +6,0 @@ client;

{
"name": "arctic",
"type": "module",
"version": "0.10.2",
"version": "0.10.3",
"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