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
87
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

to
8.0.0

4

dist/types/common-types.d.ts

@@ -137,3 +137,3 @@ export interface LocationResponse {

last_name?: string;
gender?: string;
sex?: string;
birth_year?: string;

@@ -193,2 +193,4 @@ birth_date?: string;

job_last_updated?: string;
job_last_changed?: string;
job_last_verifed?: string;
job_start_date?: string;

@@ -195,0 +197,0 @@ languages?: Array<PersonLanguageResponse>;

@@ -41,3 +41,3 @@ import { BaseResponse } from './api-types.js';

export type PersonEnrichmentPreviewParams = PersonEnrichmentParams;
type PersonPreviewResponseVisibleKeys = 'id' | 'full_name' | 'gender' | 'linkedin_url' | 'industry' | 'job_title' | 'job_title_role' | 'job_title_sub_role' | 'job_title_levels' | 'job_company_name' | 'job_company_website' | 'location_name';
type PersonPreviewResponseVisibleKeys = 'id' | 'full_name' | 'sex' | 'linkedin_url' | 'industry' | 'job_title' | 'job_title_role' | 'job_title_sub_role' | 'job_title_levels' | 'job_company_name' | 'job_company_website' | 'location_name';
type PersonPreviewResponseType = {

@@ -44,0 +44,0 @@ [K in keyof PersonResponse]: K extends PersonPreviewResponseVisibleKeys ? PersonResponse[K] : boolean;

{
"name": "peopledatalabs",
"version": "7.0.7",
"version": "8.0.0",
"description": "JavaScript client with TypeScript support for the People Data Labs API",

@@ -46,4 +46,4 @@ "type": "module",

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"chai": "^5.1.0",

@@ -63,4 +63,4 @@ "dotenv": "^16.4.5",

"microbundle": "^0.15.1",
"mocha": "^10.3.0",
"typescript": "^5.4.2"
"mocha": "^10.4.0",
"typescript": "^5.4.3"
},

@@ -67,0 +67,0 @@ "dependencies": {

@@ -379,4 +379,2 @@ <p align="center">

| [Person Search API](https://docs.peopledatalabs.com/docs/search-api) | SQL: `PDLJS.person.search.sql({ ...params })` <br/> Elasticsearch: `PDLJS.person.search.elastic({ ...params })`|
| [Person Retrieve API](https://docs.peopledatalabs.com/docs/person-retrieve-api) | `PDLJS.person.retrieve({ ...params })` |
| [Person Bulk Person Retrieve API](https://docs.peopledatalabs.com/docs/bulk-person-retrieve) | `PDLJS.person.bulk.retrieve({ ...records })` |
| [Person Identify API](https://docs.peopledatalabs.com/docs/identify-api) | `PDLJS.person.identify({ ...params })` |

@@ -383,0 +381,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet