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

fabric-contract-api

Package Overview
Dependencies
Maintainers
1
Versions
221
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fabric-contract-api - npm Package Compare versions

Comparing version 2.0.0-snapshot.102 to 2.0.0-snapshot.103

3

lib/annotations/transaction.js

@@ -28,2 +28,5 @@ /*

const contextType = target.createContext().constructor;
logger.debug(`Transaction ${target} -> ${propertyKey} params`, paramNames);
const paramTypes = Reflect.getMetadata('design:paramtypes', target, propertyKey) || [];

@@ -30,0 +33,0 @@

2

package.json
{
"name": "fabric-contract-api",
"version": "2.0.0-snapshot.102",
"version": "2.0.0-snapshot.103",
"tag": "unstable",

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

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