degiro-api
Advanced tools
Comparing version 0.0.12 to 0.0.13
import { DeGiro } from './lib/DeGiro'; | ||
import * as enums from './lib/enums/index'; | ||
export { enums, }; | ||
export default DeGiro; | ||
//# sourceMappingURL=main.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.enums = void 0; | ||
var DeGiro_1 = require("./lib/DeGiro"); | ||
var enums = require("./lib/enums/index"); | ||
exports.enums = enums; | ||
exports.default = DeGiro_1.DeGiro; | ||
//# sourceMappingURL=main.js.map |
@@ -57,3 +57,2 @@ "use strict"; | ||
console.log(JSON.stringify(portfolio, null, 2)); | ||
console.log("Total positions: " + portfolio.length); | ||
return [2 /*return*/]; | ||
@@ -60,0 +59,0 @@ } |
{ | ||
"name": "degiro-api", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"public": true, | ||
@@ -34,5 +34,4 @@ "description": "Degiro test scripts", | ||
"async": "^3.2.0", | ||
"node-fetch": "^2.6.0", | ||
"query-string": "^6.12.1" | ||
"node-fetch": "^2.6.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
267857
2
5922
- Removedquery-string@^6.12.1
- Removeddecode-uri-component@0.2.2(transitive)
- Removedfilter-obj@1.1.0(transitive)
- Removedquery-string@6.14.1(transitive)
- Removedsplit-on-first@1.1.0(transitive)
- Removedstrict-uri-encode@2.0.0(transitive)