Socket
Socket
Sign inDemoInstall

@feathersjs/adapter-tests

Package Overview
Dependencies
Maintainers
3
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/adapter-tests - npm Package Compare versions

Comparing version 5.0.4 to 5.0.5

6

CHANGELOG.md

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

## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28)
### Bug Fixes
- **typebox:** Revert to TypeBox 0.25 ([#3183](https://github.com/feathersjs/feathers/issues/3183)) ([cacedf5](https://github.com/feathersjs/feathers/commit/cacedf59e3d2df836777f0cd06ab1b2484ed87c5))
## [5.0.4](https://github.com/feathersjs/feathers/compare/v5.0.3...v5.0.4) (2023-04-12)

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

4

package.json
{
"name": "@feathersjs/adapter-tests",
"version": "5.0.4",
"version": "5.0.5",
"description": "Feathers shared database adapter test suite",

@@ -60,3 +60,3 @@ "homepage": "https://feathersjs.com",

},
"gitHead": "376e89040991db500f1f327aa699322543315039"
"gitHead": "42bd5e40ec73b10939b9a008ae8e49c39a191009"
}

@@ -33,5 +33,3 @@ /* eslint-disable no-console */

if (!allTests.includes(name)) {
console.error(
`WARNING: '${name}' test is not part of the test suite`
)
console.error(`WARNING: '${name}' test is not part of the test suite`)
}

@@ -38,0 +36,0 @@ })

Sorry, the diff of this file is not supported yet

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