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 3.1.2 to 3.1.4

2

package.json
{
"name": "peopledatalabs",
"version": "3.1.2",
"version": "3.1.4",
"description": "JavaScript client with TypeScript support for the People Data Labs API",

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

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

interface PersonEmailResponse {
export interface PersonEmailResponse {
address?: string,

@@ -23,3 +23,3 @@ type?: string,

interface PersonExperienceResponse {
export interface PersonExperienceResponse {
company?: {

@@ -58,3 +58,3 @@ name?: string,

interface PersonEducationResponse {
export interface PersonEducationResponse {
school?: {

@@ -83,3 +83,3 @@ name?: string,

interface PersonProfileResponse {
export interface PersonProfileResponse {
network?: string,

@@ -94,3 +94,3 @@ id?: string,

interface PersonPhoneResponse {
export interface PersonPhoneResponse {
number?: string,

@@ -102,3 +102,3 @@ first_seen?: string,

interface PersonStreetAddressResponse {
export interface PersonStreetAddressResponse {
street_address?: string,

@@ -119,3 +119,3 @@ address_line_2?: string,

interface PersonCertificateResponse {
export interface PersonCertificateResponse {
start_date?: string,

@@ -127,3 +127,3 @@ end_date?: string,

interface PersonBirthdateResponse {
export interface PersonBirthdateResponse {
month?: string,

@@ -134,3 +134,3 @@ day?: string,

interface PersonLanguageResponse {
export interface PersonLanguageResponse {
name?: string,

@@ -140,3 +140,3 @@ proficiency?: number

interface PersonJobHistoryResponse {
export interface PersonJobHistoryResponse {
company_id?: string,

@@ -143,0 +143,0 @@ company_name?: string,

@@ -22,4 +22,4 @@ {

},
"include": ["src/**/*", "tests", "example"],
"exclude": ["dist", "node_modules"]
"include": ["src/**/*"],
"exclude": ["dist", "node_modules", "tests", "example"]
}
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