Socket
Socket
Sign inDemoInstall

feathers-sequelize

Package Overview
Dependencies
5
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.5 to 4.0.6

7

CHANGELOG.md
# Change Log
## [v4.0.5](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v4.0.5) (2018-12-26)
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v4.0.4...v4.0.5)
**Merged pull requests:**
- Added getModel override param passing tests and fixes [\#265](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/265) ([AndrewJDR](https://github.com/AndrewJDR))
## [v4.0.4](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v4.0.4) (2018-12-22)

@@ -4,0 +11,0 @@ [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v4.0.3...v4.0.4)

2

lib/index.js

@@ -31,3 +31,3 @@ const errors = require('@feathersjs/errors');

const defaultOps = defaultOperators(options.Model.sequelize.Op);
const defaultOps = defaultOperators(options.Model.sequelize.Sequelize.Op);
const operators = Object.assign(defaultOps, options.operators);

@@ -34,0 +34,0 @@ const whitelist = Object.keys(operators).concat(options.whitelist || []);

{
"name": "feathers-sequelize",
"description": "A service adapter for Sequelize an SQL ORM",
"version": "4.0.5",
"version": "4.0.6",
"homepage": "https://github.com/feathersjs-ecosystem/feathers-sequelize",

@@ -6,0 +6,0 @@ "main": "lib/",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc