Socket
Socket
Sign inDemoInstall

feathers-sequelize

Package Overview
Dependencies
8
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.3.3 to 6.3.4

20

CHANGELOG.md
# Changelog
## [v6.3.3](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v6.3.3) (2022-04-13)
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v6.3.2...v6.3.3)
**Closed issues:**
- Unable to modify hook result of referenced models [\#365](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/365)
**Merged pull requests:**
- Prevent query prototype polution [\#389](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/389) ([daffl](https://github.com/daffl))
- chore\(dependencies\): Update all dependencies [\#388](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/388) ([daffl](https://github.com/daffl))
- chore\(dependencies\): Update all dependencies [\#387](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/387) ([daffl](https://github.com/daffl))
- chore\(dependencies\): Update all dependencies [\#386](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/386) ([daffl](https://github.com/daffl))
- chore\(dependencies\): Update all dependencies [\#381](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/381) ([daffl](https://github.com/daffl))
- chore\(dependencies\): Update all dependencies [\#380](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/380) ([daffl](https://github.com/daffl))
- chore\(dependencies\): Update all dependencies [\#379](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/379) ([daffl](https://github.com/daffl))
## [v6.3.2](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v6.3.2) (2021-10-19)

@@ -33,3 +51,3 @@

- Upgrade dependencies [\#359](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/359) ([silvestreh](https://github.com/silvestreh))
- Update README.md [\#353](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/353) ([mbertinetti](https://github.com/mbertinetti))
- Update README.md [\#353](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/353) ([eclecticlly](https://github.com/eclecticlly))

@@ -36,0 +54,0 @@ ## [v6.2.0](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v6.2.0) (2020-04-29)

2

lib/index.js

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

if (filters.$select) {
q.attributes = filters.$select;
q.attributes = filters.$select.map(select => `${select}`);
}

@@ -139,0 +139,0 @@

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

@@ -69,16 +69,16 @@ "main": "lib/",

"dependencies": {
"@feathersjs/adapter-commons": "^4.5.12",
"@feathersjs/commons": "^4.5.12",
"@feathersjs/errors": "^4.5.12"
"@feathersjs/adapter-commons": "^4.5.15",
"@feathersjs/commons": "^4.5.15",
"@feathersjs/errors": "^4.5.15"
},
"devDependencies": {
"@feathersjs/adapter-tests": "^4.5.12",
"@feathersjs/express": "^4.5.12",
"@feathersjs/feathers": "^4.5.12",
"body-parser": "^1.19.2",
"@feathersjs/adapter-tests": "^4.5.15",
"@feathersjs/express": "^4.5.15",
"@feathersjs/feathers": "^4.5.15",
"body-parser": "^1.20.0",
"chai": "^4.3.6",
"dtslint": "^4.2.1",
"mocha": "^9.2.2",
"mocha": "^10.0.0",
"mysql2": "^2.3.3",
"npm-check-updates": "^12.5.4",
"npm-check-updates": "^13.1.2",
"nyc": "^15.1.0",

@@ -88,6 +88,6 @@ "pg": "^8.7.3",

"semistandard": "^16.0.1",
"sequelize": "^6.17.0",
"sqlite3": "^5.0.2",
"typescript": "^4.6.3"
"sequelize": "^6.20.1",
"sqlite3": "^5.0.8",
"typescript": "^4.7.3"
}
}
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