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
32
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.6.5 to 0.7.0

0

config/index.js

@@ -0,0 +0,0 @@ module.exports = {

@@ -0,0 +0,0 @@ /*!

2

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

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

@@ -143,2 +143,3 @@ # Sequelize Search Builder

| regexp | Sequelize.Op.regexp | Regexp (MySQL and PG only)
| notRegexp | Sequelize.Op.notRegexp | Not Regexp (MySQL and PG only)

@@ -145,0 +146,0 @@ ## Configuration

@@ -0,0 +0,0 @@ const rc = require('rc');

@@ -0,0 +0,0 @@ const rc = require('rc');

@@ -0,0 +0,0 @@ const BuilderAbstract = require('./builder-abstract');

const BuilderAbstract = require('./builder-abstract');
const helper = require('./helper');
const allowedConditions = ['gt', 'gte', 'lt', 'lte', 'ne', 'like', 'notLike', 'iLike', 'notILike', 'regexp'];
const allowedConditions = ['gt', 'gte', 'lt', 'lte', 'ne', 'like', 'notLike', 'iLike', 'notILike', 'regexp', 'notRegexp'];
const allowedConditionsArray = ['between', 'notBetween', 'in', 'notIn'];

@@ -6,0 +6,0 @@

Sorry, the diff of this file is not supported yet

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