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

@near-js/accounts

Package Overview
Dependencies
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@near-js/accounts - npm Package Compare versions

Comparing version 1.3.0-next.9 to 1.3.0-next.10

6

lib/commonjs/account_2fa.d.ts

@@ -53,3 +53,3 @@ import { FinalExecutionOutcome } from '@near-js/types';

*/
get2faDisableCleanupActions(cleanupContractBytes: Uint8Array): Promise<any[]>;
get2faDisableCleanupActions(cleanupContractBytes: Uint8Array): Promise<import("@near-js/transactions").Action[]>;
/**

@@ -59,3 +59,3 @@ * Retrieves key conversion actions for disabling 2FA.

*/
get2faDisableKeyConversionActions(): Promise<any[]>;
get2faDisableKeyConversionActions(): Promise<import("@near-js/transactions").Action[]>;
/**

@@ -106,3 +106,3 @@ * This method converts LAKs back to FAKs, clears state and deploys an 'empty' contract (contractBytes param)

signatureFor(): Promise<{
blockNumber: any;
blockNumber: string;
blockNumberSignature: string;

@@ -109,0 +109,0 @@ }>;

@@ -53,3 +53,3 @@ import { FinalExecutionOutcome } from '@near-js/types';

*/
get2faDisableCleanupActions(cleanupContractBytes: Uint8Array): Promise<any[]>;
get2faDisableCleanupActions(cleanupContractBytes: Uint8Array): Promise<import("@near-js/transactions").Action[]>;
/**

@@ -59,3 +59,3 @@ * Retrieves key conversion actions for disabling 2FA.

*/
get2faDisableKeyConversionActions(): Promise<any[]>;
get2faDisableKeyConversionActions(): Promise<import("@near-js/transactions").Action[]>;
/**

@@ -106,3 +106,3 @@ * This method converts LAKs back to FAKs, clears state and deploys an 'empty' contract (contractBytes param)

signatureFor(): Promise<{
blockNumber: any;
blockNumber: string;
blockNumberSignature: string;

@@ -109,0 +109,0 @@ }>;

{
"name": "@near-js/accounts",
"version": "1.3.0-next.9",
"version": "1.3.0-next.10",
"description": "Classes encapsulating account-specific functionality",

@@ -19,8 +19,8 @@ "main": "./lib/commonjs/index.cjs",

"near-abi": "0.1.1",
"@near-js/crypto": "1.4.0-next.9",
"@near-js/providers": "1.0.0-next.9",
"@near-js/signers": "0.2.0-next.9",
"@near-js/transactions": "1.3.0-next.9",
"@near-js/types": "1.0.0-next.9",
"@near-js/utils": "1.0.0-next.9"
"@near-js/crypto": "1.4.0-next.10",
"@near-js/transactions": "1.3.0-next.10",
"@near-js/providers": "1.0.0-next.10",
"@near-js/signers": "0.2.0-next.10",
"@near-js/types": "1.0.0-next.10",
"@near-js/utils": "1.0.0-next.10"
},

@@ -39,3 +39,3 @@ "devDependencies": {

"typescript": "5.4.5",
"@near-js/keystores": "0.2.0-next.9",
"@near-js/keystores": "0.2.0-next.10",
"build": "0.0.0",

@@ -42,0 +42,0 @@ "tsconfig": "0.0.0"

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