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.0.6 to 1.0.7

8

lib/SO.js

@@ -34,9 +34,3 @@ let xml2js = require('xml2js').parseString,

let stringified = arr[0];
for(var i = 1; i < arr.length; i++) {
stringified += `+${arr[i]}`
}
return stringified;
return arr.join('+');
}

@@ -43,0 +37,0 @@

2

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

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

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