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 1.4.0-snapshot.47 to 1.4.0-snapshot.48

lib/annotations/info.js

2

lib/annotations/index.js

@@ -16,2 +16,2 @@ /*

'use strict';
Object.assign(module.exports, require('./transaction'), require('./object'));
Object.assign(module.exports, require('./transaction'), require('./object'), require('./info'));
{
"name": "fabric-contract-api",
"version": "1.4.0-snapshot.47",
"version": "1.4.0-snapshot.48",
"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",

@@ -31,3 +31,4 @@ /*

export function Object(type?: string): (target: any) => void;
export function Info(info?: object): (target: any) => void;
export function Property(name?: string, type?: string): (target: any, propertyKey: string | symbol) => void;
}
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