New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

peopledatalabs

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

peopledatalabs - npm Package Compare versions

Comparing version 6.0.3 to 6.1.0

14

dist/types/common-types.d.ts

@@ -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 {

12

package.json
{
"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

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