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

degiro-api

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

degiro-api - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

2

package.json
{
"name": "degiro-api",
"version": "0.0.14",
"version": "0.0.15",
"public": true,

@@ -5,0 +5,0 @@ "description": "Degiro test scripts",

@@ -45,11 +45,13 @@ # Unofficial DeGiro API

const degiro = new DeGiro({
username: 'username',
pwd: '*****'
})
(async () => {
const degiro = new DeGiro({
username: 'username',
pwd: '*****'
})
await degiro.login()
await degiro.login()
const accountData = await degiro.getAccountData()
// console.log(accountData)
const accountData = await degiro.getAccountData()
// console.log(accountData)
})()
```

@@ -56,0 +58,0 @@

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