node-opcua-certificate-manager
Advanced tools
Comparing version 2.112.0 to 2.113.0
@@ -67,3 +67,3 @@ "use strict"; | ||
catch (err) { | ||
console.log(" cannot create folder ", location, fs.existsSync(location)); | ||
errorLog(" cannot create folder ", location, fs.existsSync(location)); | ||
} | ||
@@ -127,8 +127,5 @@ } | ||
const rejectAll = (certificates) => __awaiter(this, void 0, void 0, function* () { | ||
console.log("-----------------------------------------------"); | ||
for (const certificate of certificates) { | ||
console.log(" => ", certificate.toString("base64")); | ||
yield this.rejectCertificate(certificate); | ||
} | ||
console.log("-----------------------------------------------"); | ||
}); | ||
@@ -135,0 +132,0 @@ rejectAll(certificates) |
{ | ||
"name": "node-opcua-certificate-manager", | ||
"version": "2.112.0", | ||
"version": "2.113.0", | ||
"description": "pure nodejs OPCUA SDK - module certificate-manager", | ||
@@ -19,6 +19,6 @@ "scripts": { | ||
"node-opcua-assert": "2.105.0", | ||
"node-opcua-crypto": "4.4.0", | ||
"node-opcua-debug": "2.110.0", | ||
"node-opcua-object-registry": "2.110.0", | ||
"node-opcua-pki": "4.6.0", | ||
"node-opcua-crypto": "4.5.0", | ||
"node-opcua-debug": "2.113.0", | ||
"node-opcua-object-registry": "2.113.0", | ||
"node-opcua-pki": "4.7.0", | ||
"node-opcua-status-code": "2.110.0", | ||
@@ -29,3 +29,3 @@ "thenify": "^3.3.1" | ||
"mocha": "^10.2.0", | ||
"node-opcua-leak-detector": "2.110.0", | ||
"node-opcua-leak-detector": "2.113.0", | ||
"rimraf": "3.0.2", | ||
@@ -54,3 +54,3 @@ "should": "^13.2.3" | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "af1c21306612b11aa4265e9e6c094c91fe9beebb", | ||
"gitHead": "36db335391fedd39726990a1b37f7768da16466a", | ||
"files": [ | ||
@@ -57,0 +57,0 @@ "dist", |
@@ -92,3 +92,3 @@ /** | ||
} catch (err) { | ||
console.log(" cannot create folder ", location , fs.existsSync(location)); | ||
errorLog(" cannot create folder ", location , fs.existsSync(location)); | ||
} | ||
@@ -158,8 +158,5 @@ } | ||
const rejectAll = async (certificates: Certificate[]) => { | ||
console.log("-----------------------------------------------"); | ||
for (const certificate of certificates) { | ||
console.log(" => ", certificate.toString("base64")); | ||
await this.rejectCertificate(certificate); | ||
} | ||
console.log("-----------------------------------------------"); | ||
}; | ||
@@ -166,0 +163,0 @@ |
Sorry, the diff of this file is not supported yet
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
29846
474
+ Addednode-opcua-crypto@4.5.0(transitive)
+ Addednode-opcua-debug@2.113.0(transitive)
+ Addednode-opcua-object-registry@2.113.0(transitive)
+ Addednode-opcua-pki@4.7.0(transitive)
- Removednode-opcua-crypto@4.3.14.4.0(transitive)
- Removednode-opcua-debug@2.110.0(transitive)
- Removednode-opcua-object-registry@2.110.0(transitive)
- Removednode-opcua-pki@4.6.0(transitive)
Updatednode-opcua-crypto@4.5.0
Updatednode-opcua-debug@2.113.0
Updatednode-opcua-pki@4.7.0