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

@feathersjs/schema

Package Overview
Dependencies
Maintainers
0
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/schema - npm Package Compare versions

Comparing version 5.0.30 to 5.0.31

6

CHANGELOG.md

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

## [5.0.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31)
### Bug Fixes
- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2))
## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02)

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

22

package.json
{
"name": "@feathersjs/schema",
"description": "A common data schema definition format",
"version": "5.0.30",
"version": "5.0.31",
"homepage": "https://feathersjs.com",

@@ -57,6 +57,6 @@ "main": "lib/",

"dependencies": {
"@feathersjs/adapter-commons": "^5.0.30",
"@feathersjs/commons": "^5.0.30",
"@feathersjs/errors": "^5.0.30",
"@feathersjs/feathers": "^5.0.30",
"@feathersjs/adapter-commons": "^5.0.31",
"@feathersjs/commons": "^5.0.31",
"@feathersjs/errors": "^5.0.31",
"@feathersjs/feathers": "^5.0.31",
"@feathersjs/hooks": "^0.9.0",

@@ -69,7 +69,7 @@ "@types/json-schema": "^7.0.15",

"devDependencies": {
"@feathersjs/memory": "^5.0.30",
"@types/mocha": "^10.0.7",
"@types/node": "^22.5.1",
"@feathersjs/memory": "^5.0.31",
"@types/mocha": "^10.0.9",
"@types/node": "^22.8.4",
"ajv-formats": "^3.0.1",
"mocha": "^10.7.3",
"mocha": "^10.8.2",
"shx": "^0.3.4",

@@ -79,5 +79,5 @@ "typescript": "^5.5.4"

"peerDependencies": {
"typescript": ">=5.5"
"typescript": ">=5.6"
},
"gitHead": "ce00d390ddd85a5be533da69f7958fdc330d8f80"
"gitHead": "967ea54ae7f7e3d8169b137d5c184705706276a7"
}
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