Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@requestnetwork/types

Package Overview
Dependencies
Maintainers
0
Versions
682
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@requestnetwork/types - npm Package Compare versions

Comparing version 0.29.1-next.743 to 0.29.1-next.749

20

dist/cipher-provider-types.d.ts

@@ -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

6

package.json
{
"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

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