peopledatalabs
Advanced tools
Comparing version 6.0.3 to 6.1.0
@@ -641,2 +641,16 @@ export interface LocationResponse { | ||
sic?: Array<SicResponse>; | ||
total_funding_raised?: number; | ||
latest_funding_stage?: string; | ||
last_funding_date?: string; | ||
number_funding_rounds?: number; | ||
funding_stages?: Array<string>; | ||
funding_details?: Array<{ | ||
funding_round_date?: string; | ||
funding_raised?: number; | ||
funding_currency?: string; | ||
funding_type?: string; | ||
investing_companies?: Array<string>; | ||
investing_individuals?: Array<string>; | ||
}>; | ||
linkedin_employee_count?: number; | ||
} | ||
@@ -643,0 +657,0 @@ export interface ErrorResponse { |
{ | ||
"name": "peopledatalabs", | ||
"version": "6.0.3", | ||
"version": "6.1.0", | ||
"description": "JavaScript client with TypeScript support for the People Data Labs API", | ||
@@ -46,7 +46,7 @@ "type": "module", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^6.5.0", | ||
"@typescript-eslint/parser": "^6.5.0", | ||
"chai": "^4.3.8", | ||
"@typescript-eslint/eslint-plugin": "^6.7.4", | ||
"@typescript-eslint/parser": "^6.7.4", | ||
"chai": "^4.3.10", | ||
"dotenv": "^16.3.1", | ||
"eslint": "^8.48.0", | ||
"eslint": "^8.50.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
@@ -67,5 +67,5 @@ "eslint-config-airbnb-base": "^15.0.0", | ||
"dependencies": { | ||
"axios": "^1.5.0", | ||
"axios": "^1.5.1", | ||
"copy-anything": "^3.0.5" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
310268
1351
Updatedaxios@^1.5.1