Socket
Socket
Sign inDemoInstall

feathers-sequelize

Package Overview
Dependencies
6
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0-pre.1 to 7.0.0

28

CHANGELOG.md
# Changelog
## [Unreleased](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/HEAD)
## [v7.0.0-pre.1](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v7.0.0-pre.1) (2023-01-06)
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v7.0.0-pre.0...HEAD)
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v6.4.0...v7.0.0-pre.1)
**Closed issues:**
- Since version 6.4.0 getting "error: GeneralError: column "id" does not exist" [\#406](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/406)
## [v6.4.0](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v6.4.0) (2022-11-15)
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v6.3.6...v6.4.0)
**Merged pull requests:**
- Allow join queries on remove [\#403](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/403) ([DaddyWarbucks](https://github.com/DaddyWarbucks))
- chore\(dependencies\): Update all dependencies [\#401](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/401) ([daffl](https://github.com/daffl))
## [v6.3.6](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v6.3.6) (2022-10-26)
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v6.3.5...v6.3.6)
## [v6.3.5](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v6.3.5) (2022-10-26)
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v7.0.0-pre.0...v6.3.5)
**Merged pull requests:**
- chore\(dependencies\): Update all dependencies [\#399](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/399) ([daffl](https://github.com/daffl))
- chore\(dependencies\): Update all dependencies [\#398](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/398) ([daffl](https://github.com/daffl))

@@ -79,3 +101,3 @@ - chore\(dependencies\): Update all dependencies [\#395](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/395) ([daffl](https://github.com/daffl))

- 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) ([eclecticlly-indie-game](https://github.com/eclecticlly-indie-game))
- Update README.md [\#353](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/353) ([max-bertinetti](https://github.com/max-bertinetti))

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

36

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

@@ -64,31 +64,31 @@ "main": "lib/",

"dependencies": {
"@feathersjs/adapter-commons": "^5.0.0-pre.34",
"@feathersjs/commons": "^5.0.0-pre.34",
"@feathersjs/errors": "^5.0.0-pre.34"
"@feathersjs/adapter-commons": "^5.0.0",
"@feathersjs/commons": "^5.0.0",
"@feathersjs/errors": "^5.0.0"
},
"devDependencies": {
"@feathersjs/adapter-tests": "^5.0.0-pre.34",
"@feathersjs/express": "^5.0.0-pre.34",
"@feathersjs/feathers": "^5.0.0-pre.34",
"@feathersjs/adapter-tests": "^5.0.0",
"@feathersjs/express": "^5.0.0",
"@feathersjs/feathers": "^5.0.0",
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/node": "^18.14.1",
"@types/pg": "^8.6.6",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"body-parser": "^1.20.1",
"c8": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"body-parser": "^1.20.2",
"c8": "^7.13.0",
"chai": "^4.3.7",
"eslint": "^8.31.0",
"eslint": "^8.34.0",
"mocha": "^10.2.0",
"mysql2": "^2.3.3",
"npm-check-updates": "^16.6.2",
"pg": "^8.8.0",
"mysql2": "^3.1.2",
"npm-check-updates": "^16.7.9",
"pg": "^8.9.0",
"pg-hstore": "^2.3.4",
"sequelize": "^6.28.0",
"sequelize": "^6.29.0",
"shx": "^0.3.4",
"sqlite3": "^5.1.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
}
}
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