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

@onflow/sdk-resolve-cadence

Package Overview
Dependencies
Maintainers
8
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onflow/sdk-resolve-cadence - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

CHANGELOG.md

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

### 0.0.2 -- 2020-02-02
- 2021-02-02 -- VSN `@onflow/interaction` 0.0.10 -> 0.0.11
### 0.0.1 -- 2020-09-29

@@ -7,0 +11,0 @@

4

package.json
{
"name": "@onflow/sdk-resolve-cadence",
"version": "0.0.1",
"version": "0.0.2",
"description": "Flow JS SDK Resolver -- Cadence",

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

"dependencies": {
"@onflow/interaction": "0.0.10"
"@onflow/interaction": "0.0.11"
},

@@ -29,0 +29,0 @@ "source": "src/index.js",

@@ -53,3 +53,3 @@ import {interaction, pipe, put, makeScript} from "@onflow/interaction"

function params(px = []) {
return pipe(px.map(param => makeParam(typeof param === "function" ? { resolve: param } : param )))
return pipe(px.map(makeParam))
}

@@ -56,0 +56,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