New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sequelize-search-builder

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sequelize-search-builder - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "sequelize-search-builder",
"description": "Minimalist library for parsing search request to sequelize query",
"version": "0.1.0",
"version": "0.1.1",
"author": "Sergey Mukhin (segemun) <sergeymukhin21@gmail.com>",

@@ -6,0 +6,0 @@ "main": "index.js",

@@ -53,3 +53,3 @@ # Sequelize Search Builder

// HTTP:
?filter[name]=John&&filter[surname]=Smith
?filter[name]=John&filter[surname]=Smith
// req.query:

@@ -64,3 +64,3 @@ { filter: { name: 'John', surname: 'Smith' } }

// HTTP:
?filter[name]=John&&filter[surname]=Smith&&filter[_condition]=or
?filter[name]=John&filter[surname]=Smith&filter[_condition]=or
// req.query:

@@ -84,2 +84,4 @@ { filter: { name: 'John', surname: 'Smith', _condition: 'or', } }

Git repository with DB tests: https://github.com/segemun/sequelize-search-builder-db-tests
## Allowed query conditions

@@ -86,0 +88,0 @@ | Request Option|Sequelize Symbol|Description |

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