New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aelf-react/types

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aelf-react/types - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

9

dist/index.d.ts

@@ -90,2 +90,9 @@ import type { ec } from 'elliptic';

};
export declare type ExtensionInfo = {
detail: string;
error: number;
errorMessage: string & NightElfErrorMessage;
from: 'contentNightElf';
sid: string;
};
export declare type ChainMethodResult<T> = T & NightElfResult<T> & AElfSDKError;

@@ -125,2 +132,4 @@ /**

getAddress: (...args: unknown[]) => any;
/** Get extension info */
getExtensionInfo?: () => Promise<ExtensionInfo | undefined>;
/** login */

@@ -127,0 +136,0 @@ login: (options: LoginOptions, ...args: unknown[]) => Promise<{

2

package.json

@@ -22,3 +22,3 @@ {

},
"version": "0.1.8",
"version": "0.1.9",
"files": [

@@ -25,0 +25,0 @@ "dist/*"

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