fabric-ca-client
Advanced tools
Comparing version 2.2.18-snapshot.1 to 2.2.18-snapshot.2
@@ -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 @@ |
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
61073
1495
+ Addedfabric-common@2.2.18-snapshot.2(transitive)
+ Addedfabric-protos@2.2.18-snapshot.2(transitive)
- Removedfabric-common@2.2.18-snapshot.1(transitive)
- Removedfabric-protos@2.2.18-snapshot.1(transitive)