Socket
Socket
Sign inDemoInstall

fabric-shim-api

Package Overview
Dependencies
Maintainers
3
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fabric-shim-api - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

6

.rush/temp/package-deps_build.json

@@ -6,8 +6,8 @@ {

"apis/fabric-shim-api/index.js": "9bfebed3d9254206015c4ebc29b057a2b5bc612e",
"apis/fabric-shim-api/package.json": "852093c749996a95b4de017987618b26d4e93d90",
"apis/fabric-shim-api/types/index.d.ts": "3727ac55e65f58a94ad1a159a9ab03cf357ca08d",
"apis/fabric-shim-api/package.json": "b562e12f1f81e8a8ab1ddb7bb7ce05fa6c3c6def",
"apis/fabric-shim-api/types/index.d.ts": "7224c068a18036554b5b108229558f056878384a",
"apis/fabric-shim-api/types/tsconfig.json": "ed09ed38db1792491a70a0300a3790c5ad4ae7cc",
"apis/fabric-shim-api/.rush/temp/shrinkwrap-deps.json": "0967ef424bce6791893e9a57bb952f80fd536e93"
"apis/fabric-shim-api/.rush/temp/shrinkwrap-deps.json": "188278ab56ae53c18ee32d790b97bbf660afeee6"
},
"arguments": "echo No Build needed "
}

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

{}
{
"@types/long@4.0.1": "sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w=="
}
{
"name": "fabric-shim-api",
"version": "2.2.0",
"version": "2.2.1",
"tag": "latest",

@@ -25,3 +25,6 @@ "description": "A node.js API of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other",

"types": "./types/index.d.ts",
"license": "Apache-2.0"
"license": "Apache-2.0",
"devDependencies": {
"@types/long": "^4.0.1"
}
}

@@ -8,5 +8,6 @@ /*

declare module 'fabric-shim-api' {
import Long = require("long");
interface Timestamp {
seconds: number;
seconds: Long;
nanos: number;

@@ -58,3 +59,3 @@ }

getCreator(): SerializedIdentity;
getMSPID(): string;
getMspID(): string;
getTransient(): Map<string, Uint8Array>;

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