degiro-api
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -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
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
12558
23
189
1
3
No
+ Added@types/node@^13.13.5
+ Added@types/node@13.13.52(transitive)