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.0 to 1.1.1

6

lib/SO.js

@@ -69,8 +69,2 @@ const xml2js = require('xml2js').parseString,

function getCareers(props, cb) {
if(!Utils.validObject(props)) {
console.log('ERROR: Query object cannot be empty.');
return;
}
let url = UrlBuilder(props);

@@ -77,0 +71,0 @@

2

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

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

@@ -28,2 +28,3 @@ # StackOverflow Careers API for Javascript applications.

JSDocs have been added to exposed API endpoints, any further issues please feel free to open up an issue on the [Github repository](https://github.com/james-gould/stackoverflow-careers/issues)

@@ -35,5 +36,11 @@

# Contributing
- I've used the Airbnb ESLint configuration for this project and any pull requests that don't lint correctly under it will be rejected. If you're unsure how to install this specific config, [I've written a guide here](http://fullstackhumanoid.com/quick-eslint-set-up-with-google-airbnb-or-standard-rulesets/)
- All exposed API endpoints must be fully JSDoc'd. [An example can be seen here](https://github.com/james-gould/stackoverflow-careers/blob/master/lib/SO.js#L59-L67). In my experience this prevents a lot of issues being raised because people know what to expect :smile:
# Outstanding issues
- I'm aware that the output for the main job listing is full of HTML tags. I'm looking for a way to solve this ASAP (read: not in the quickest, most horrendous way possible) and I'm open to suggestions.
- The output objects are a bit nasty. I'll clean these up in the next release (a few days time when I get the chance).
- The output objects are a bit nasty. I'll clean these up in the next release (a few days time when I get the chance).
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