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.1.3 to 6.1.4

3

dist/types/bulk-types.d.ts

@@ -9,4 +9,5 @@ import { RateLimit } from './api-types';

requests: Array<BulkPersonEnrichmentRequest> & {
titlecase?: boolean;
include_if_matched?: boolean;
pretty?: boolean;
titlecase?: boolean;
};

@@ -13,0 +14,0 @@ }

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

}
export type SchoolCleanerParams = CompanyCleanerParams;
export type SchoolCleanerParams = RequireAtLeastOne<{
name: string;
website: string;
profile: string;
}> & {
pretty?: boolean;
};
export interface SchoolCleanerResponse extends BaseResponse {

@@ -31,0 +37,0 @@ name?: string;

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

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

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"chai": "^4.3.10",

@@ -67,5 +67,5 @@ "dotenv": "^16.3.1",

"dependencies": {
"axios": "^1.6.0",
"axios": "^1.6.1",
"copy-anything": "^3.0.5"
}
}

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