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

fabric-ca-client

Package Overview
Dependencies
Maintainers
4
Versions
1153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fabric-ca-client - npm Package Compare versions

Comparing version 2.2.18-snapshot.1 to 2.2.18-snapshot.2

4

index.js

@@ -13,4 +13,6 @@ /*

* renew and revoke, so that the application can use the properly signed certificates to
* authenticate with the fabric
* authenticate with the fabric.
*
* @deprecated As of Fabric v2.5.
*/
module.exports = require('./lib/FabricCAServices.js');

@@ -8,3 +8,3 @@ {

],
"version": "2.2.18-snapshot.1",
"version": "2.2.18-snapshot.2",
"main": "index.js",

@@ -23,3 +23,3 @@ "scripts": {

"dependencies": {
"fabric-common": "2.2.18-snapshot.1",
"fabric-common": "2.2.18-snapshot.2",
"jsrsasign": "^10.5.25",

@@ -26,0 +26,0 @@ "url": "^0.11.0",

## Hyperledger Fabric-CA Client for Node.js
[![NPM](https://nodei.co/npm/fabric-ca-client.svg?downloads=true&downloadRank=true&stars=true)](https://www.npmjs.com/package/fabric-ca-client/)
SDK for writing node.js applications to interact with [Hyperledger Fabric CA](http://hyperledger-fabric-ca.readthedocs.io/en/latest/users-guide.html).
> **Note:** This API is deprecated as of Fabric v2.5. When developing applications for Hyperledger Fabric v2.4 and later, you should use the [Fabric Gateway client API](https://hyperledger.github.io/fabric-gateway/).
This package encapsulates the APIs to interact with the Fabric CA to manage user certificates lifecycle such as register, enroll, renew and revoke.

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