fabric-ca-client
Advanced tools
Comparing version 1.0.0-snapshot.16 to 1.0.0-snapshot.17
@@ -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 @@ }; |
{ | ||
"name": "fabric-ca-client", | ||
"version": "1.0.0-snapshot.16", | ||
"version": "1.0.0-snapshot.17", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
97214
2641