* Introduce disablePrototypePoisoningProtection option * Updated test * Updated docs * Fix bundler test Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9fe088589c
commit
528b90d19a
3
index.d.ts
vendored
3
index.d.ts
vendored
@ -114,7 +114,8 @@ interface ClientOptions {
|
||||
// TODO: remove username and password here in 8
|
||||
username?: string;
|
||||
password?: string;
|
||||
}
|
||||
};
|
||||
disablePrototypePoisoningProtection?: boolean | 'proto' | 'constructor';
|
||||
}
|
||||
|
||||
declare class Client {
|
||||
|
||||
Reference in New Issue
Block a user