Socket
Socket
Sign inDemoInstall

strapi-utils

Package Overview
Dependencies
Maintainers
8
Versions
282
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strapi-utils - npm Package Compare versions

Comparing version 3.6.1 to 3.6.2

2

lib/build-query.js

@@ -93,3 +93,3 @@ 'use strict';

const BOOLEAN_OPERATORS = ['or'];
const BOOLEAN_OPERATORS = ['or', 'and'];

@@ -96,0 +96,0 @@ const hasDeepFilters = ({ where = [], sort = [] }, { minDepth = 1 } = {}) => {

@@ -13,4 +13,4 @@ 'use strict';

const BOOLEAN_OPERATORS = ['or'];
const QUERY_OPERATORS = ['_where', '_or'];
const BOOLEAN_OPERATORS = ['or', 'and'];
const QUERY_OPERATORS = ['_where', '_or', '_and'];

@@ -17,0 +17,0 @@ /**

{
"name": "strapi-utils",
"version": "3.6.1",
"version": "3.6.2",
"description": "Shared utilities for the Strapi packages",

@@ -48,3 +48,3 @@ "homepage": "https://strapi.io",

"license": "SEE LICENSE IN LICENSE",
"gitHead": "2fd29041f87d709f38517780743d2fac5e78485b"
"gitHead": "43b947b2ba2f153dd6056e0710d7dcd92fb9bc7c"
}
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