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 1.1.13 to 1.1.14

.env.local.example

2

.eslintrc.js

@@ -5,2 +5,3 @@ module.exports = {

es6: true,
jest: true,
},

@@ -21,2 +22,3 @@ extends: [

rules: {
'import/extensions': ['off', 'never', {ignorePackages: true} ],
'react/prop-types': 0,

@@ -23,0 +25,0 @@ 'prefer-regex-literals': 'off',

2

example/index.js

@@ -5,3 +5,3 @@ import dotenv from 'dotenv';

dotenv.config({ path: './.env.local' });
dotenv.config({ path: '../.env.local' });

@@ -8,0 +8,0 @@ const PDLJSClient = new PDLJS({ apiKey: process.env.PDL_API_KEY });

{
"name": "peopledatalabs",
"version": "1.1.13",
"version": "1.1.14",
"description": "An universal client for the People Data Labs API",

@@ -13,2 +13,4 @@ "type": "module",

"dev": "microbundle watch",
"test": "yarn run build && yarn run mocha",
"mocha": "mocha --recursive './tests/**/*.js'",
"pub": "yarn run build && yarn publish"

@@ -40,2 +42,4 @@ },

"devDependencies": {
"chai": "^4.3.6",
"dotenv": "^16.0.0",
"eslint": "^6.8.0",

@@ -48,3 +52,5 @@ "eslint-config-airbnb": "^18.2.1",

"eslint-plugin-unused-imports": "^2.0.0",
"microbundle": "^0.14.2"
"esm": "^3.2.25",
"microbundle": "^0.14.2",
"mocha": "^9.2.2"
},

@@ -51,0 +57,0 @@ "dependencies": {

@@ -15,3 +15,3 @@ <p align="center">

#
#
This is a simple JavaScript client library to access the various API endpoints provided by [People Data Labs](https://www.peopledatalabs.com/).

@@ -18,0 +18,0 @@

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