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 6.0.0 to 6.0.1

17

CHANGELOG.md
# Change Log
## [Unreleased](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/HEAD)
## [v6.0.0](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v6.0.0) (2019-07-06)
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v5.1.3...v6.0.0)
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v5.1.3...HEAD)
**Closed issues:**
- How to use Sequelize increment method with this adapter [\#303](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/303)
- An in-range update of pg is breaking the build 🚨 [\#301](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/301)
- Feather-sequelize $or operator not working [\#299](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/299)
- An in-range update of sqlite3 is breaking the build 🚨 [\#298](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/298)
- An in-range update of body-parser is breaking the build 🚨 [\#296](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/296)
- An in-range update of sequelize is breaking the build 🚨 [\#295](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/295)
- options.whitelist overwrites merged operators and whitelist [\#292](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/292)
- Underscored foreignKeys failing when upgrading to v5 [\#287](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/287)
**Merged pull requests:**
- Add TypeScript definitions and upgrade tests to Feathers 4 [\#304](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/304) ([daffl](https://github.com/daffl))
- Lock CI to Node 11 for now [\#302](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/302) ([daffl](https://github.com/daffl))
## [v5.1.3](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v5.1.3) (2019-04-18)

@@ -12,0 +23,0 @@ [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v5.1.2...v5.1.3)

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

return instance.update(copy, seqOptions)
.then(() => this._get(id, { sequelize: seqOptions }));
.then(() => this._get(id, {
sequelize: Object.assign({}, seqOptions, {
raw: this.raw
})
}));
})

@@ -270,0 +274,0 @@ .then(select(params, this.id))

4

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

@@ -72,3 +72,3 @@ "main": "lib/",

"chai": "^4.2.0",
"dtslint": "^0.8.0",
"dtslint": "^0.9.0",
"feathers-service-tests": "^0.10.2",

@@ -75,0 +75,0 @@ "istanbul": "^1.1.0-alpha.1",

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