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

@onflow/sdk

Package Overview
Dependencies
Maintainers
12
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onflow/sdk - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3-accounts.0

13

CHANGELOG.md
# @onflow/sdk
## 1.2.3-accounts.0
### Patch Changes
- [#1708](https://github.com/onflow/fcl-js/pull/1708) [`f5f185b7`](https://github.com/onflow/fcl-js/commit/f5f185b7e18f19b1b2b2abe335050b0ba80b594f) Thanks [@nialexsan](https://github.com/nialexsan)! - Updated packages
- testing refactored accounts resolver
- [#1532](https://github.com/onflow/fcl-js/pull/1532) [`6f4a0067`](https://github.com/onflow/fcl-js/commit/6f4a006712e94089c3e0ffbcb1cfbf625ab8d18f) Thanks [@JeffreyDoyle](https://github.com/JeffreyDoyle)! - Refactor Resolve Accounts to user role based async decomposition for resolving internal accounts
- Updated dependencies [[`f5f185b7`](https://github.com/onflow/fcl-js/commit/f5f185b7e18f19b1b2b2abe335050b0ba80b594f)]:
- @onflow/transport-http@1.7.2-accounts.0
## 1.2.2

@@ -4,0 +17,0 @@

4

package.json
{
"name": "@onflow/sdk",
"version": "1.2.2",
"version": "1.2.3-accounts.0",
"description": "Flow SDK",

@@ -47,3 +47,3 @@ "license": "Apache-2.0",

"@onflow/rlp": "^1.1.0",
"@onflow/transport-http": "^1.7.1",
"@onflow/transport-http": "^1.7.2-accounts.0",
"@onflow/util-actor": "^1.2.0",

@@ -50,0 +50,0 @@ "@onflow/util-address": "^1.1.0",

@@ -1,1 +0,1 @@

export function payer(authz: any): Promise<(ix: any) => any>;
export function payer(ax?: any[]): any;

@@ -33,2 +33,2 @@ export function buildPreSignable(acct: any, ix: any): {

};
export function resolveAccounts(ix: any): Promise<any>;
export function resolveAccounts(ix: any, opts?: {}): Promise<any>;

@@ -5,2 +5,3 @@ export function sig(opts: any): string;

export function authzResolveMany(opts?: {}): (account: any) => any;
export function authzDeepResolveMany(opts?: {}, depth?: number): (account: any) => any;
export function idof(acct: any): string;
export { mockSend } from "./mock-send";
export { run } from "./run";
export { authzFn, authzResolve, authzResolveMany, sig, idof } from "./authz-fn";
export { authzFn, authzResolve, authzResolveMany, authzDeepResolveMany, sig, idof } from "./authz-fn";

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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