Socket
Socket
Sign inDemoInstall

@feathersjs/adapter-commons

Package Overview
Dependencies
Maintainers
3
Versions
111
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 4.5.15 to 4.5.16

8

CHANGELOG.md

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

## [4.5.16](https://github.com/feathersjs/databases/compare/v4.5.15...v4.5.16) (2023-02-24)
**Note:** Version bump only for package @feathersjs/adapter-commons
## [4.5.15](https://github.com/feathersjs/databases/compare/v4.5.14...v4.5.15) (2022-05-17)

@@ -8,0 +16,0 @@

4

lib/service.d.ts

@@ -90,6 +90,6 @@ import { ServiceMethods, Params, Paginated, Id, NullableId } from '@feathersjs/feathers';

} & {
paginate: false | Pick<import("@feathersjs/feathers").PaginationOptions, "max"> | {
paginate: false | {
default?: number;
max?: number;
};
} | Pick<import("@feathersjs/feathers").PaginationOptions, "max">;
};

@@ -96,0 +96,0 @@ allowsMulti(method: string): boolean;

@@ -1,4 +0,4 @@

export declare function compareNSB(a: any, b: any): 1 | -1 | 0;
export declare function compareNSB(a: any, b: any): 0 | 1 | -1;
export declare function compareArrays(a: any, b: any): any;
export declare function compare(a: any, b: any, compareStrings?: any): any;
export declare function sorter($sort: any): (a: any, b: any) => number;
{
"name": "@feathersjs/adapter-commons",
"version": "4.5.15",
"version": "4.5.16",
"description": "Shared database adapter utility functions",

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

"dependencies": {
"@feathersjs/commons": "^4.5.15",
"@feathersjs/errors": "^4.5.15",
"@feathersjs/feathers": "^4.5.15"
"@feathersjs/commons": "^4.5.16",
"@feathersjs/errors": "^4.5.16",
"@feathersjs/feathers": "^4.5.16"
},

@@ -66,3 +66,3 @@ "devDependencies": {

},
"gitHead": "d0e9600002975296ab8de926acd317d0a73fce5c"
"gitHead": "18872c070d9db0258f06cc66f08c0c6a9311b0b2"
}
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