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.3 to 1.0.4

src/lib/Client.ts

10

package.json
{
"name": "dropbox-with-offline-refresh-token",
"version": "1.0.3",
"version": "1.0.4",
"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/index.js",
"types": "target/index.d.ts",
"main": "target/Client.js",
"types": "target/Client.d.ts",
"scripts": {

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

"dependencies": {
"axios": "^1.6.8",
"dotenv": "^16.4.5",
"dropbox": "^10.34.0",
"fs": "^0.0.1-security",
"typescript": "^5.4.5"
}
}
# DrobboxAPI you only need the offline refresh key for
More details to be stated soon...
Tokens and stuff will be handled by module.
{
"compilerOptions": {
"target": "es2017",
"module": "commonjs",
"outDir": "target",
"rootDir": "lib",
"rootDir": "src",
"declaration": true
}
}
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