Socket
Socket
Sign inDemoInstall

@pga/algolia-utils

Package Overview
Dependencies
1
Maintainers
7
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

2

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

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

@@ -21,3 +21,3 @@ const { map, compose, join, toPairs, filter, trim } = require('ramda')

join(' OR '),
map(location => `facilities.state_name:'${trim(location.code)}'`)
map(location => `facilities.state_name:'${trim(location.code)}' OR other_states:'${trim(location.code)}'`)
)(locations)})`

@@ -24,0 +24,0 @@ : '',

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc