Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@feathersjs/adapter-commons

Package Overview
Dependencies
Maintainers
3
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/adapter-commons - npm Package Compare versions

Comparing version 5.0.0-pre.36 to 5.0.0-pre.37

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

# [5.0.0-pre.37](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.36...v5.0.0-pre.37) (2023-02-09)
### Features
- **mongodb:** Add Object ID keyword converter and update MongoDB CLI & docs ([#3041](https://github.com/feathersjs/feathers/issues/3041)) ([ca0994e](https://github.com/feathersjs/feathers/commit/ca0994eaecb5a31f310bc980d106834e11f24f41))
# [5.0.0-pre.36](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.35...v5.0.0-pre.36) (2023-01-29)

@@ -8,0 +14,0 @@

14

package.json
{
"name": "@feathersjs/adapter-commons",
"version": "5.0.0-pre.36",
"version": "5.0.0-pre.37",
"description": "Shared database adapter utility functions",

@@ -53,5 +53,5 @@ "homepage": "https://feathersjs.com",

"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.36",
"@feathersjs/errors": "^5.0.0-pre.36",
"@feathersjs/feathers": "^5.0.0-pre.36"
"@feathersjs/commons": "^5.0.0-pre.37",
"@feathersjs/errors": "^5.0.0-pre.37",
"@feathersjs/feathers": "^5.0.0-pre.37"
},

@@ -63,8 +63,8 @@ "devDependencies": {

"mocha": "^10.2.0",
"mongodb": "^4.13.0",
"mongodb": "^5.0.1",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a"
"gitHead": "17a8b3b2614876772472d3cab3d96d45c01db6ed"
}
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