linkedin-jobs-api
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -180,3 +180,3 @@ const cheerio = require("cheerio"); | ||
const companyLogo = | ||
job.find(".artdeco-entity-image").attr("data-ghost-url") || ""; | ||
job.find(".artdeco-entity-image").attr("data-delayed-url") || ""; | ||
const agoTime = | ||
@@ -183,0 +183,0 @@ job.find(".job-search-card__listdate").text().trim() || ""; |
{ | ||
"name": "linkedin-jobs-api", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "advanced node.js package for getting job listings from LinkedIn", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24509