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 1.4.1 to 1.4.2

19

CHANGELOG.md
# Change Log
## [v1.4.1](https://github.com/feathersjs/feathers-sequelize/tree/v1.4.1) (2017-03-10)
[Full Changelog](https://github.com/feathersjs/feathers-sequelize/compare/v1.4.0...v1.4.1)
**Closed issues:**
- $populate does not seem to work [\#89](https://github.com/feathersjs/feathers-sequelize/issues/89)
- updated\_at column does not get updated at PATCH request [\#88](https://github.com/feathersjs/feathers-sequelize/issues/88)
- Suggested pattern to create a multi model service [\#86](https://github.com/feathersjs/feathers-sequelize/issues/86)
- GroupBy issue [\#84](https://github.com/feathersjs/feathers-sequelize/issues/84)
- Concat and other sequelize functions [\#81](https://github.com/feathersjs/feathers-sequelize/issues/81)
- Solved: How to add relationship [\#80](https://github.com/feathersjs/feathers-sequelize/issues/80)
- Consider creating a sequelize instance during updates: [\#63](https://github.com/feathersjs/feathers-sequelize/issues/63)
**Merged pull requests:**
- Enable eager-loading for GET endpoint [\#91](https://github.com/feathersjs/feathers-sequelize/pull/91) ([eikaramba](https://github.com/eikaramba))
- Update index.js [\#83](https://github.com/feathersjs/feathers-sequelize/pull/83) ([Ryanthegiantlion](https://github.com/Ryanthegiantlion))
- doc: fix README.md comment. [\#82](https://github.com/feathersjs/feathers-sequelize/pull/82) ([omeid](https://github.com/omeid))
## [v1.4.0](https://github.com/feathersjs/feathers-sequelize/tree/v1.4.0) (2016-11-11)

@@ -4,0 +23,0 @@ [Full Changelog](https://github.com/feathersjs/feathers-sequelize/compare/v1.3.3...v1.4.0)

4

lib/index.js

@@ -123,4 +123,4 @@ 'use strict';

// Attach where constraints, if any where used.
var q = _extends(_extends({ id: id }, where), params.sequelize);
// Attach 'where' constraints, if any were used.
var q = _extends({ where: _extends({ id: id }, where) }, params.sequelize);

@@ -127,0 +127,0 @@ promise = this.Model.findAll(q).then(function (result) {

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

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

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