Socket
Socket
Sign inDemoInstall

@pga/algolia-utils

Package Overview
Dependencies
Maintainers
7
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pga/algolia-utils - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "@pga/algolia-utils",
"version": "0.0.1",
"version": "0.0.2",
"description": "Utility functions for Algolia Search",

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

@@ -19,6 +19,8 @@ const { map, filter, pipe, flatten, defaultTo, isEmpty } = require('ramda')

},
locations: jobLocations.map(state => ({
name: state,
code: state
})),
locations: jobLocations
.filter(v => v)
.map(state => ({
name: state,
code: state
})),
seasonal: openToSeasonal,

@@ -25,0 +27,0 @@ excludeProOnly: !canSeePgaProJob

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