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

@lit-protocol/types

Package Overview
Dependencies
Maintainers
0
Versions
387
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lit-protocol/types - npm Package Compare versions

Comparing version 6.3.0 to 6.4.0-alpha.0

2

package.json

@@ -26,3 +26,3 @@ {

},
"version": "6.3.0",
"version": "6.4.0-alpha.0",
"dependencies": {

@@ -29,0 +29,0 @@ "@ethersproject/abstract-provider": "5.7.0",

@@ -61,3 +61,3 @@ import * as ethers from 'ethers';

export declare type LITChain<T> = Record<string, T>;
export declare type LIT_NETWORKS_KEYS = 'cayenne' | 'datil-dev' | 'datil-test' | 'localhost' | 'custom' | 'habanero' | 'manzano';
export declare type LIT_NETWORKS_KEYS = 'cayenne' | 'datil-dev' | 'datil-test' | 'datil' | 'localhost' | 'custom' | 'habanero' | 'manzano';
export declare type SymmetricKey = Uint8Array | string | CryptoKey | BufferSource;

@@ -64,0 +64,0 @@ export declare type EncryptedSymmetricKey = string | Uint8Array | any;

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