@feathersjs/commons
Advanced tools
Comparing version 4.5.15 to 4.5.16
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.5.16](https://github.com/feathersjs/feathers/compare/v4.5.15...v4.5.16) (2023-02-24) | ||
**Note:** Version bump only for package @feathersjs/commons | ||
## [4.5.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) | ||
@@ -8,0 +16,0 @@ |
export declare function stripSlashes(name: string): string; | ||
export declare type KeyValueCallback<T> = (value: any, key: string) => T; | ||
export type KeyValueCallback<T> = (value: any, key: string) => T; | ||
export declare const _: { | ||
@@ -4,0 +4,0 @@ each(obj: any, callback: KeyValueCallback<void>): void; |
{ | ||
"name": "@feathersjs/commons", | ||
"version": "4.5.15", | ||
"version": "4.5.16", | ||
"description": "Shared Feathers utility functions", | ||
@@ -60,3 +60,3 @@ "homepage": "https://feathersjs.com", | ||
}, | ||
"gitHead": "d0e9600002975296ab8de926acd317d0a73fce5c" | ||
"gitHead": "18872c070d9db0258f06cc66f08c0c6a9311b0b2" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60380