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

dropbox-with-offline-refresh-token

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dropbox-with-offline-refresh-token - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

lib/index.ts
import Client from "./Client"
Client.log()
export default Client
{
"name": "dropbox-with-offline-refresh-token",
"version": "1.0.2",
"version": "1.0.3",
"description": "use can easily use the dropbox api without have to handle all the authentication stuff. all you need is a single offline refresh token.",
"main": "target/**.js",
"types": "target/**.d.ts",
"main": "target/index.js",
"types": "target/index.d.ts",
"scripts": {

@@ -8,0 +8,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

@@ -1,1 +0,2 @@

export {};
import Client from "./Client";
export default Client;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var Client_1 = require("./Client");
Client_1.default.log();
exports.default = Client_1.default;
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