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 8.0.1 to 8.1.0

1

dist/types/common-types.d.ts

@@ -279,2 +279,3 @@ export interface LocationResponse {

likelihood?: number;
matched?: Array<string>;
average_employee_tenure?: number;

@@ -281,0 +282,0 @@ average_tenure_by_level?: {

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

data: PersonResponse;
matched?: Array<string>;
}

@@ -51,2 +52,3 @@ export type PersonEnrichmentPreviewParams = PersonEnrichmentParams;

data: PersonPreviewResponse;
matched?: Array<string>;
}

@@ -53,0 +55,0 @@ export interface CompanyEnrichmentRequiredParams {

16

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

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

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"chai": "^5.1.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"chai": "^5.1.1",
"dotenv": "^16.4.5",

@@ -58,9 +58,9 @@ "eslint": "^8.57.0",

"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-unused-imports": "^3.1.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-unused-imports": "^3.2.0",
"esm": "^3.2.25",
"microbundle": "^0.15.1",
"mocha": "^10.4.0",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},

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

Sorry, the diff of this file is not supported yet

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