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.2 to 0.0.3

lib/classes/DeGiro.d.ts

2

lib/main.d.ts

@@ -1,2 +0,2 @@

export declare function add(a: number, b: number): number;
export {};
//# sourceMappingURL=main.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function add(a, b) {
return a + b;
}
exports.add = add;
var DeGiro_1 = require("./classes/DeGiro");
console.log(DeGiro_1.DeGiro);
//# sourceMappingURL=main.js.map
{
"name": "degiro-api",
"version": "0.0.2",
"type": "module",
"version": "0.0.3",
"public": true,

@@ -10,3 +9,5 @@ "description": "Degiro test scripts",

"scripts": {
"build": "tsc -p ."
"start": "node dist/main",
"compile": "rm -fr dist && tsc",
"lint": "tslint --project tsconfig.json 'src/**/*.ts'"
},

@@ -22,4 +23,9 @@ "keywords": [

"devDependencies": {
"tslint": "^6.1.2",
"tslint-config-airbnb": "^5.11.2",
"typescript": "^3.8.3"
},
"dependencies": {
"@types/node": "^13.13.5"
}
}

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

export function add(a: number, b: number) {
return a +b
}
import { DeGiro } from './lib/DeGiro'
export default DeGiro

@@ -15,3 +15,3 @@ {

// "outFile": "./", /* Concatenate and emit output to single file. */
"outDir": "lib", /* Redirect output structure to the directory. */
"outDir": "dist", /* Redirect output structure to the directory. */
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */

@@ -50,3 +50,3 @@ // "composite": true, /* Enable project compilation */

// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
// "esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */

@@ -53,0 +53,0 @@ // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */

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