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

@onflow/sdk-send

Package Overview
Dependencies
Maintainers
8
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onflow/sdk-send - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

12

CHANGELOG.md

@@ -5,2 +5,6 @@ ### Unreleased

### 0.0.6 -- 2020-12-03
- 2020-12-03 -- VSN `@onflow/send` 0.0.23
### 0.0.5 -- 2020-11-17

@@ -22,4 +26,4 @@

config()
.put("sdk.resolve", async (ix) => ix)
.put("sdk.send", async (ix) => console.log(ix))
.put("sdk.resolve", async ix => ix)
.put("sdk.send", async ix => console.log(ix))

@@ -30,4 +34,4 @@ await send([getAccount("0x1d007d755706c469")])

const opts = {
resolve: async (ix) => ix,
send: async (ix) => console.log(ix),
resolve: async ix => ix,
send: async ix => console.log(ix),
}

@@ -34,0 +38,0 @@

{
"name": "@onflow/sdk-send",
"version": "0.0.5",
"version": "0.0.6",
"description": "Flow JS SDK -- Send interactions to Access Nodes after resolving them with the default resolver.",

@@ -40,4 +40,4 @@ "license": "Apache-2.0",

"@onflow/sdk-resolve": "0.0.4",
"@onflow/send": "0.0.22"
"@onflow/send": "0.0.23"
}
}
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