Socket
Socket
Sign inDemoInstall

feathers-sequelize

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feathers-sequelize - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

13

CHANGELOG.md
# Change Log
## [v2.2.0](https://github.com/feathersjs/feathers-sequelize/tree/v2.2.0) (2017-07-24)
[Full Changelog](https://github.com/feathersjs/feathers-sequelize/compare/v2.1.0...v2.2.0)
**Closed issues:**
- Is there any full example about database relationship? [\#141](https://github.com/feathersjs/feathers-sequelize/issues/141)
- Query fails when using the $contains operator with a single value [\#135](https://github.com/feathersjs/feathers-sequelize/issues/135)
- Allow scope\(\) to be used for operations [\#130](https://github.com/feathersjs/feathers-sequelize/issues/130)
**Merged pull requests:**
- Adding ability to scope operations [\#142](https://github.com/feathersjs/feathers-sequelize/pull/142) ([bparise](https://github.com/bparise))
## [v2.1.0](https://github.com/feathersjs/feathers-sequelize/tree/v2.1.0) (2017-07-13)

@@ -4,0 +17,0 @@ [Full Changelog](https://github.com/feathersjs/feathers-sequelize/compare/v2.0.1...v2.1.0)

2

lib/index.js

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

var options = _extends({}, params.sequelize, { where: where });
var options = _extends({ raw: this.raw }, params.sequelize, { where: where });

@@ -224,0 +224,0 @@ var Model = this.applyScope(params);

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

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

@@ -22,8 +22,8 @@ # feathers-sequelize

Please refer to the [Feathers database adapter documentation](http://docs.feathersjs.com/databases/readme.html) for more details or directly at:
Please refer to the [Feathers database adapter documentation](https://docs.feathersjs.com/api/databases/common.html) for more details or directly at:
- [Sequelize](http://docs.feathersjs.com/databases/sequelize.html) - The detailed documentation for this adapter
- [Extending](http://docs.feathersjs.com/databases/extending.html) - How to extend a database adapter
- [Pagination and Sorting](http://docs.feathersjs.com/databases/pagination.html) - How to use pagination and sorting for the database adapter
- [Querying](http://docs.feathersjs.com/databases/querying.html) - The common adapter querying mechanism
- [Sequelize](https://docs.feathersjs.com/api/databases/sequelize.html) - The detailed documentation for this adapter
- [Extending](https://docs.feathersjs.com/api/databases/common.html#extending-adapters) - How to extend a database adapter
- [Pagination](https://docs.feathersjs.com/api/databases/common.html#pagination) - How to use pagination
- [Querying and Sorting](https://docs.feathersjs.com/api/databases/querying.html) - The common adapter querying mechanism and sorting for the database adapter

@@ -30,0 +30,0 @@ ### Complete Example

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