Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@code.gov/code-gov-adapter

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@code.gov/code-gov-adapter - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

5

libs/elasticsearch/utils.js

@@ -193,4 +193,5 @@ const _ = require('lodash');

if (filterValue instanceof Array) {
filterValue.forEach((item) => {
body.orFilter('term', filterMappings[fieldType][field]['term'], _processFilterValue(item));
body.filter('bool', (f) => {
filterValue.forEach((item) => f.orFilter('term', filterMappings[fieldType][field]['term'], _processFilterValue(item)));
return f;
});

@@ -197,0 +198,0 @@ } else {

4

package.json
{
"name": "@code.gov/code-gov-adapter",
"version": "1.1.5",
"version": "1.1.6",
"description": "A collection of adapters used by Code.gov",

@@ -37,3 +37,3 @@ "main": "index.js",

"nock": "^10.0.1",
"nyc": "^13.0.1"
"nyc": "^13.3.0"
},

@@ -40,0 +40,0 @@ "dependencies": {

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