fabric-shim-api
Advanced tools
Comparing version 2.4.3-dev-20220505 to 2.5.0
{ | ||
"files": { | ||
"apis/fabric-shim-api/.rush/temp/shrinkwrap-deps.json": "188278ab56ae53c18ee32d790b97bbf660afeee6", | ||
"apis/fabric-shim-api/.rush/temp/shrinkwrap-deps.json": "433fcf59a5ccffbbdabc9a31f3ad26539be34003", | ||
"apis/fabric-shim-api/LICENSE": "8f71f43fee3f78649d238238cbde51e6d7055c82", | ||
"apis/fabric-shim-api/README.md": "9dd427468273cd4a38c55dae7b97b1da91c62464", | ||
"apis/fabric-shim-api/index.js": "9bfebed3d9254206015c4ebc29b057a2b5bc612e", | ||
"apis/fabric-shim-api/package.json": "eee2a8b5c75fc7315b8769cfe1c97518aae3dc18", | ||
"apis/fabric-shim-api/types/index.d.ts": "fac575ed01af6805d5b74c83a111891ec06353e4", | ||
"apis/fabric-shim-api/package.json": "d71a2be27773e79bf8932c9905a2c86d74c9da5f", | ||
"apis/fabric-shim-api/types/index.d.ts": "98f176ea058792b488ff7328a40fe856b2818eac", | ||
"apis/fabric-shim-api/types/tsconfig.json": "ed09ed38db1792491a70a0300a3790c5ad4ae7cc" | ||
@@ -10,0 +10,0 @@ }, |
{ | ||
"@types/long@4.0.1": "sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w==" | ||
"@types/long@4.0.2": "sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==" | ||
} |
{ | ||
"name": "fabric-shim-api", | ||
"version": "2.4.3-dev-20220505", | ||
"tag": "unstable", | ||
"version": "2.5.0", | ||
"tag": "latest", | ||
"description": "A node.js API of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -90,2 +90,3 @@ /* | ||
deletePrivateData(collection: string, key: string): Promise<void>; | ||
purgePrivateData(collection: string, key: string): Promise<void>; | ||
setPrivateDataValidationParameter(collection: string, key: string, ep: Uint8Array): Promise<void>; | ||
@@ -92,0 +93,0 @@ getPrivateDataValidationParameter(collection: string, key: string): Promise<Uint8Array>; |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
22423
212
1