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.2.1 to 0.2.2

4

dist/lib/enums/index.d.ts

@@ -1,3 +0,3 @@

import { MainDeGiroConsts } from './DeGiroEnums';
export { MainDeGiroConsts, };
import { MainDeGiroConsts, DeGiroActions, DeGiroMarketOrderTypes, DeGiroTimeTypes, DeGiroProducTypes, DeGiroSort, PORTFOLIO_POSITIONS_TYPE_ENUM } from './DeGiroEnums';
export { MainDeGiroConsts, DeGiroActions, DeGiroMarketOrderTypes, DeGiroTimeTypes, DeGiroProducTypes, DeGiroSort, PORTFOLIO_POSITIONS_TYPE_ENUM, };
//# sourceMappingURL=index.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.MainDeGiroConsts = void 0;
exports.PORTFOLIO_POSITIONS_TYPE_ENUM = exports.DeGiroSort = exports.DeGiroProducTypes = exports.DeGiroTimeTypes = exports.DeGiroMarketOrderTypes = exports.DeGiroActions = exports.MainDeGiroConsts = void 0;
var DeGiroEnums_1 = require("./DeGiroEnums");
Object.defineProperty(exports, "MainDeGiroConsts", { enumerable: true, get: function () { return DeGiroEnums_1.MainDeGiroConsts; } });
Object.defineProperty(exports, "DeGiroActions", { enumerable: true, get: function () { return DeGiroEnums_1.DeGiroActions; } });
Object.defineProperty(exports, "DeGiroMarketOrderTypes", { enumerable: true, get: function () { return DeGiroEnums_1.DeGiroMarketOrderTypes; } });
Object.defineProperty(exports, "DeGiroTimeTypes", { enumerable: true, get: function () { return DeGiroEnums_1.DeGiroTimeTypes; } });
Object.defineProperty(exports, "DeGiroProducTypes", { enumerable: true, get: function () { return DeGiroEnums_1.DeGiroProducTypes; } });
Object.defineProperty(exports, "DeGiroSort", { enumerable: true, get: function () { return DeGiroEnums_1.DeGiroSort; } });
Object.defineProperty(exports, "PORTFOLIO_POSITIONS_TYPE_ENUM", { enumerable: true, get: function () { return DeGiroEnums_1.PORTFOLIO_POSITIONS_TYPE_ENUM; } });
//# sourceMappingURL=index.js.map
import { DeGiro } from './lib/DeGiro';
import * as enums from './lib/enums/index';
export { enums, };
import * as DeGiroEnums from './lib/enums/index';
import * as DeGiroTypes from './lib/types';
export { DeGiroEnums, DeGiroTypes, };
export default DeGiro;
//# sourceMappingURL=main.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.enums = void 0;
exports.DeGiroTypes = exports.DeGiroEnums = void 0;
var DeGiro_1 = require("./lib/DeGiro");
var enums = require("./lib/enums/index");
exports.enums = enums;
var DeGiroEnums = require("./lib/enums/index");
exports.DeGiroEnums = DeGiroEnums;
var DeGiroTypes = require("./lib/types");
exports.DeGiroTypes = DeGiroTypes;
exports.default = DeGiro_1.DeGiro;
//# sourceMappingURL=main.js.map
{
"name": "degiro-api",
"version": "0.2.1",
"version": "0.2.2",
"public": true,

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

"compile": "rm -fr dist && tsc",
"lint": "tslint --project tsconfig.json 'src/**/*.ts'"
"lint": "tslint --project tsconfig.json 'src/**/*.ts'",
"publish": "yarn lint && yarn compile && yarn publish",
"push": "yarn lint && yarn compile && git push"
},

@@ -14,0 +16,0 @@ "keywords": [

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

Sorry, the diff of this file is not supported yet

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