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

fabric-ca-client

Package Overview
Dependencies
Maintainers
1
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 1.0.0-snapshot.16 to 1.0.0-snapshot.17

11

lib/FabricCAClientImpl.js

@@ -460,15 +460,6 @@ /*

var serialToSend;
if (serial!=null){
if (serial.length < 80){
serialToSend = '0' + serial;
}
else {
serialToSend = serial;
}
}
var regRequest = {
'id': enrollmentID,
'aki': aki,
'serial': serialToSend,
'serial': serial,
'reason': reason

@@ -475,0 +466,0 @@ };

2

package.json
{
"name": "fabric-ca-client",
"version": "1.0.0-snapshot.16",
"version": "1.0.0-snapshot.17",
"main": "index.js",

@@ -5,0 +5,0 @@ "repository": {

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