Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4 to 6.1.5

4

dist/types/autocomplete-types.d.ts
import { BaseResponse } from './api-types';
export type AutoCompleteField = 'company' | 'country' | 'industry' | 'location' | 'major' | 'region' | 'role' | 'school' | 'sub_role' | 'skill' | 'title';
export type AutoCompleteField = 'company' | 'country' | 'industry' | 'location' | 'major' | 'region' | 'role' | 'school' | 'sub_role' | 'skill' | 'title' | 'website';
export interface AutoCompleteParams {

@@ -8,2 +8,4 @@ field: AutoCompleteField;

pretty?: boolean;
titlecase?: boolean;
beta?: boolean;
}

@@ -10,0 +12,0 @@ export interface AutoCompleteResponse extends BaseResponse {

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

pretty?: boolean;
titlecase?: boolean;
}

@@ -7,0 +8,0 @@ export interface JobTitleResponse extends BaseResponse {

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

pretty?: boolean;
titlecase?: boolean;
}

@@ -7,0 +8,0 @@ export interface SkillResponse extends BaseResponse {

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

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

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"chai": "^4.3.10",
"dotenv": "^16.3.1",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"eslint-config-airbnb": "^19.0.4",

@@ -64,8 +64,8 @@ "eslint-config-airbnb-base": "^15.0.0",

"mocha": "^10.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"dependencies": {
"axios": "^1.6.1",
"axios": "^1.6.2",
"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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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