@requestnetwork/types
Advanced tools
Comparing version 0.29.1-next.743 to 0.29.1-next.749
@@ -19,3 +19,23 @@ /** | ||
decrypt(encryptedData: any, options: any): Promise<any>; | ||
/** | ||
* Checks if encryption is available. | ||
* @returns A boolean indicating if encryption is available. | ||
*/ | ||
isEncryptionAvailable(): boolean; | ||
/** | ||
* Checks if decryption is available. | ||
* @returns A boolean indicating if decryption is available. | ||
*/ | ||
isDecryptionAvailable(): boolean; | ||
/** | ||
* Switches on/off decryption. | ||
* @param option - A boolean indicating if decryption should be switched on/off. | ||
*/ | ||
enableDecryption(option: boolean): void; | ||
/** | ||
* Checks if decryption is enabled. | ||
* @returns A boolean indicating if decryption is enabled. | ||
*/ | ||
isDecryptionEnabled(): boolean; | ||
} | ||
//# sourceMappingURL=cipher-provider-types.d.ts.map |
{ | ||
"name": "@requestnetwork/types", | ||
"version": "0.29.1-next.743+d54df7f7", | ||
"version": "0.29.1-next.749+c392e4c0", | ||
"publishConfig": { | ||
@@ -41,3 +41,3 @@ "access": "public" | ||
"dependencies": { | ||
"@lit-protocol/types": "6.11.0", | ||
"@lit-protocol/types": "7.0.0", | ||
"ethers": "5.7.2" | ||
@@ -50,3 +50,3 @@ }, | ||
}, | ||
"gitHead": "d54df7f7923978c066c06dd2b0a9f7c596eb3b80" | ||
"gitHead": "c392e4c028b9903c718afce264718d118d4c8fcb" | ||
} |
Sorry, the diff of this file is not supported yet
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
167267
2351
+ Added@lit-protocol/types@7.0.0(transitive)
+ Addeddepd@2.0.0(transitive)
- Removed@lit-protocol/types@6.11.0(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removedimmediate@3.0.6(transitive)
- Removedisarray@1.0.0(transitive)
- Removedjszip@3.10.1(transitive)
- Removedlie@3.3.0(transitive)
- Removedpako@1.0.11(transitive)
- Removedprocess-nextick-args@2.0.1(transitive)
- Removedreadable-stream@2.3.8(transitive)
- Removedsafe-buffer@5.1.2(transitive)
- Removedsetimmediate@1.0.5(transitive)
- Removedstring_decoder@1.1.1(transitive)
- Removedutil-deprecate@1.0.2(transitive)
Updated@lit-protocol/types@7.0.0