
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
dropbox-oauth-popup
Advanced tools
This is a simple addition built onto the Dropbox SDK that allows for OAuth in the browser to be done via a popup window.
This is a simple addition built onto the Dropbox SDK that allows for OAuth in the browser to be done via a popup window.
You can view our documentation on GitHub Pages.
DropboxPopup
classconst popup = new DropboxPopup({
clientId: 'XXXXXXXXXX',
clientSecret: 'XXXXXXXXXX',
redirectUri: 'https://XXXXXXXXXX'
});
DropboxAuth
objectpopup.authUser().then((auth) => {
const dbx = new Dropbox(auth);
}).catch((error) => {
console.err(error);
})
If you are using this via a node project compiled into browser assets, you can install via npm
npm install --save-dev dropbox-oauth-popup
Or you can use it directly in your browser be including the following tag
<script src="https://cdn.jsdelivr.net/npm/dropbox-oauth-popup@3.1.0"></script>
This package is distributed under the MIT license, please see LICENSE for more information.
FAQs
This is a simple addition built onto the Dropbox SDK that allows for OAuth in the browser to be done via a popup window.
The npm package dropbox-oauth-popup receives a total of 89 weekly downloads. As such, dropbox-oauth-popup popularity was classified as not popular.
We found that dropbox-oauth-popup demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.