New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.6.4 to 0.6.5

2

package.json
{
"name": "degiro-api",
"version": "0.6.4",
"version": "0.6.5",
"public": true,

@@ -5,0 +5,0 @@ "description": "Unofficial DeGiro API for Javascript. Buy and sell in the stock market. See your portfolio and much more",

@@ -603,3 +603,3 @@ # DeGiro Trading Broker API

const degiro: DeGiro = new DeGiro({
username: 'nachoogoomezomg',
username: '<your_username_here>',
pwd: <string>process.env.DEGIRO_PWD,

@@ -641,3 +641,3 @@ })

const degiro: DeGiro = new DeGiro({
username: 'nachoogoomezomg',
username: '<your_username_here>',
pwd: <string>process.env.DEGIRO_PWD,

@@ -644,0 +644,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