New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stackoverflow-careers

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stackoverflow-careers - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

2

package.json
{
"name": "stackoverflow-careers",
"version": "1.1.3",
"version": "1.1.4",
"description": "A wrapper for the StackOverflow careers feed.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -17,11 +17,11 @@ # StackOverflow Careers API for Javascript applications.

StackOverflow.getCareers({
location: "london", // Location for the job. Making this more specific will yield better results.
query: "contractor positions", // Any additional requirements, such as part time, contractor, startup etc.
techLiked: ["javascript", "java", "c"], // Tech liked
techDisliked: ["perl", "rust", "fortran"], // Tech disliked
unit: "miles" // Unit of measurement.
}, (jobs) => {
jobs.forEach((job) => {
console.log(job);
});
location: "london",
query: "contractor positions",
techLiked: ["javascript", "java", "c"],
techDisliked: ["perl", "rust", "fortran"],
unit: "miles"
}, (jobs) => {
jobs.forEach((job) => {
console.log(job);
});
});

@@ -28,0 +28,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