New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-opcua-certificate-manager

Package Overview
Dependencies
Maintainers
1
Versions
166
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.128.0 to 2.129.0

4

dist/certificate_manager.js

@@ -6,4 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.OPCUACertificateManager = void 0;
exports.getDefaultCertificateManager = getDefaultCertificateManager;
exports.getDefaultCertificateManager = exports.OPCUACertificateManager = void 0;
/**

@@ -135,2 +134,3 @@ * @module node-opcua-certificate-manager

}
exports.getDefaultCertificateManager = getDefaultCertificateManager;
//# sourceMappingURL=certificate_manager.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.makeSubject = makeSubject;
exports.makeSubject = void 0;
const certificate_manager_1 = require("./certificate_manager");

@@ -10,2 +10,3 @@ function makeSubject(applicationName, hostname) {

}
exports.makeSubject = makeSubject;
//# sourceMappingURL=make_subject.js.map
{
"name": "node-opcua-certificate-manager",
"version": "2.128.0",
"version": "2.129.0",
"description": "pure nodejs OPCUA SDK - module certificate-manager",

@@ -19,6 +19,6 @@ "scripts": {

"node-opcua-assert": "2.120.0",
"node-opcua-crypto": "4.8.0",
"node-opcua-crypto": "4.9.2",
"node-opcua-debug": "2.128.0",
"node-opcua-object-registry": "2.128.0",
"node-opcua-pki": "4.10.0",
"node-opcua-pki": "4.11.1",
"node-opcua-status-code": "2.128.0",

@@ -50,3 +50,3 @@ "thenify": "^3.3.1"

"homepage": "http://node-opcua.github.io/",
"gitHead": "67a73af6b831d8651a0e66ceb295f159cab4386b",
"gitHead": "8a1754350fb95a764e278d37a289f0c48ccb8c9d",
"files": [

@@ -53,0 +53,0 @@ "dist",

@@ -147,3 +147,3 @@ /**

}
} else if (statusCode.equals(StatusCodes.BadCertificateChainIncomplete)) {
} else if (statusCode.equals(StatusCodes.BadCertificateChainIncomplete)) {
// put all certificates of the chain in the rejected folder

@@ -150,0 +150,0 @@ const rejectAll = async (certificates: Certificate[]) => {

Sorry, the diff of this file is not supported yet

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