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
4.0.3

2

dist/types/cleaner-types.d.ts

@@ -16,3 +16,3 @@ import { RequireAtLeastOne } from './utility-types';

id?: string;
founded?: string;
founded?: number;
industry?: string;

@@ -19,0 +19,0 @@ type?: string;

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

id?: string;
founded?: string;
founded?: number;
industry?: string;

@@ -49,3 +49,3 @@ location?: LocationResponse;

};
is_primary?: string;
is_primary?: boolean;
summary?: string;

@@ -163,3 +163,3 @@ first_seen?: string;

job_company_size?: string;
job_company_founded?: string;
job_company_founded?: number;
job_company_industry?: string;

@@ -166,0 +166,0 @@ job_company_linkedin_url?: string;

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

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet