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 3.1.0 to 3.1.1

.github/workflows/publish-github.yml

27

example/index.js

@@ -27,12 +27,4 @@ /* eslint no-console: "off" */

requests: [
{
params: {
profile: ['linkedin.com/in/seanthorne'],
},
},
{
params: {
profile: ['linkedin.com/in/randrewn'],
},
},
{ params: { profile: ['linkedin.com/in/seanthorne'] } },
{ params: { profile: ['linkedin.com/in/randrewn'] } },
],

@@ -47,3 +39,6 @@ };

PDLJSClient.person.search.sql({ searchQuery: "SELECT * FROM person WHERE location_country='mexico' AND job_title_role='health'AND phone_numbers IS NOT NULL;", size: 10 }).then((data) => {
PDLJSClient.person.search.sql({
searchQuery: "SELECT * FROM person WHERE location_country='mexico' AND job_title_role='health'AND phone_numbers IS NOT NULL;",
size: 10,
}).then((data) => {
console.log(data);

@@ -72,5 +67,3 @@ }).catch((error) => {

bool: {
must: [
{ term: { website: 'peopledatalabs.com' } },
],
must: [{ term: { website: 'peopledatalabs.com' } }],
},

@@ -88,3 +81,7 @@ },

PDLJSClient.autocomplete({ field: 'skill', text: 'c++', size: 10 }).then((data) => {
PDLJSClient.autocomplete({
field: 'skill',
text: 'c++',
size: 10,
}).then((data) => {
console.log(data);

@@ -91,0 +88,0 @@ }).catch((error) => {

{
"name": "peopledatalabs",
"version": "3.1.0",
"version": "3.1.1",
"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

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