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 5.1.2 to 5.1.3

15

CHANGELOG.md
# Change Log
## [v5.1.2](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v5.1.2) (2019-04-17)
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v5.1.1...v5.1.2)
**Implemented enhancements:**
- Unflatten results of raw queries [\#149](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/149)
**Closed issues:**
- How to return man-to-many relationship? [\#288](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/288)
**Merged pull requests:**
- Fix iLike typo [\#291](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/291) ([DaddyWarbucks](https://github.com/DaddyWarbucks))
## [v5.1.1](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v5.1.1) (2019-04-09)

@@ -4,0 +19,0 @@ [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v5.1.0...v5.1.1)

6

lib/index.js

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

super(Object.assign({
id,
operators,
whitelist
}, options));
super(Object.assign({ id }, options, { operators, whitelist }));
this.raw = options.raw !== false;

@@ -50,0 +46,0 @@ }

{
"name": "feathers-sequelize",
"description": "A service adapter for Sequelize an SQL ORM",
"version": "5.1.2",
"version": "5.1.3",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc