node-opcua-common
Advanced tools
Comparing version 2.129.0 to 2.130.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.makeApplicationUrn = void 0; | ||
exports.makeApplicationUrn = makeApplicationUrn; | ||
/** | ||
@@ -25,3 +25,2 @@ * @module node-opcua-common | ||
} | ||
exports.makeApplicationUrn = makeApplicationUrn; | ||
//# sourceMappingURL=applicationurn.js.map |
@@ -1,3 +0,1 @@ | ||
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
/** | ||
@@ -4,0 +2,0 @@ * @module node-opcua-common |
@@ -6,3 +6,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.OPCUASecureObject = exports.getPartialCertificateChain = exports.getPartialCertificateChain1 = void 0; | ||
exports.OPCUASecureObject = void 0; | ||
exports.getPartialCertificateChain1 = getPartialCertificateChain1; | ||
exports.getPartialCertificateChain = getPartialCertificateChain; | ||
/** | ||
@@ -25,5 +27,3 @@ * @module node-opcua-common | ||
} | ||
exports.getPartialCertificateChain1 = getPartialCertificateChain1; | ||
function getPartialCertificateChain(certificateChain, maxSize) { | ||
maxSize = 1600; | ||
if (!certificateChain || certificateChain.length === 0) { | ||
@@ -49,3 +49,2 @@ return undefined; | ||
} | ||
exports.getPartialCertificateChain = getPartialCertificateChain; | ||
/** | ||
@@ -52,0 +51,0 @@ * an object that provides a certificate and a privateKey |
{ | ||
"name": "node-opcua-common", | ||
"version": "2.129.0", | ||
"version": "2.130.0", | ||
"description": "pure nodejs OPCUA SDK - module common", | ||
@@ -33,3 +33,3 @@ "scripts": { | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "8a1754350fb95a764e278d37a289f0c48ccb8c9d", | ||
"gitHead": "94bf9012b03dbd4325cd122ce04edfa5466875bc", | ||
"files": [ | ||
@@ -36,0 +36,0 @@ "dist", |
@@ -34,4 +34,3 @@ /** | ||
export function getPartialCertificateChain(certificateChain?: Buffer | null, maxSize?: number): Buffer | undefined { | ||
maxSize =1600; | ||
if (!certificateChain || certificateChain.length === 0) { | ||
@@ -38,0 +37,0 @@ return undefined; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
23599
351