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

gatsby-source-ashby

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-source-ashby - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

.prettierrc

8

gatsby-node.js

@@ -110,2 +110,10 @@ const axios = require("axios");

});
if (Array.isArray(source.value)) {
const value = source.value.map(
(sourceValue) =>
data?.selectableValues?.find(({ value }) => value === sourceValue)
?.label || sourceValue
);
return JSON.stringify(value);
}
const value =

@@ -112,0 +120,0 @@ data?.selectableValues?.find(({ value }) => {

2

package.json
{
"name": "gatsby-source-ashby",
"version": "1.0.3",
"version": "1.0.4",
"description": "Sources all published job postings from Ashby",

@@ -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