dropbox-with-offline-refresh-token
Advanced tools
Comparing version 1.0.2 to 1.0.3
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; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1497
33