@onflow/sdk-resolve-cadence
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -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 @@ |
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19838
1
+ Added@onflow/interaction@0.0.11(transitive)
- Removed@onflow/interaction@0.0.10(transitive)
Updated@onflow/interaction@0.0.11