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

node-opcua-certificate-manager

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-certificate-manager - npm Package Compare versions

Comparing version 2.112.0 to 2.113.0

5

dist/certificate_manager.js

@@ -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)

14

package.json
{
"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

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