Socket
Socket
Sign inDemoInstall

q3-schema-utils

Package Overview
Dependencies
Maintainers
1
Versions
254
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

q3-schema-utils - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

5

index.js

@@ -32,3 +32,6 @@ /* eslint-disable no-param-reassign */

return {
active: { $ne: true },
$or: [
{ active: true },
{ active: { $exists: false } },
],
$and: [

@@ -35,0 +38,0 @@ {

8

package.json
{
"name": "q3-schema-utils",
"version": "1.0.14",
"version": "1.0.15",
"main": "index.js",

@@ -10,6 +10,6 @@ "dependencies": {

"mongoose": "^5.7.1",
"q3-core-responder": "^1.0.42"
"q3-core-responder": "^1.0.43"
},
"devDependencies": {
"q3-test-utils": "^1.0.53"
"q3-test-utils": "^1.0.54"
},

@@ -24,3 +24,3 @@ "jest": {

},
"gitHead": "91d5784644b05f4dee0d8b9d5f3b0b5b8128352f"
"gitHead": "c201bfb3aae22d197d38ea7b83a8744ff876f144"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc