node-opcua-pki
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -8,10 +8,11 @@ { | ||
{ | ||
"type": "node", | ||
"request": "attach", | ||
"name": "Attach", | ||
"port": 9229, | ||
"request": "attach", | ||
"skipFiles": [ | ||
"<node_internals>/**" | ||
], | ||
"type": "pwa-node" | ||
"skipFiles": ["<node_internals>/**"], | ||
"sourceMaps": true, | ||
"outFiles": ["${workspaceFolder}/dist/**/*.js"] | ||
}, | ||
{ | ||
@@ -21,12 +22,17 @@ "type": "node", | ||
"name": "Launch Program", | ||
"skipFiles": [ | ||
"<node_internals>/**" | ||
], | ||
"program": "${workspaceFolder}/dist/index.js", | ||
"preLaunchTask": "tsc: build - tsconfig.json", | ||
"outFiles": [ | ||
"${workspaceFolder}/dist/**/*.js" | ||
] | ||
"cwd": "${workspaceFolder}/tmp/certificates", | ||
"program": "${workspaceFolder}\\bin\\crypto_create_CA", | ||
"args": ["demo", "dev"], | ||
"outFiles": ["${workspaceFolder}/**/*.js"] | ||
}, | ||
{ | ||
"type": "node", | ||
"request": "launch", | ||
"name": "selfSigned", | ||
"cwd": "${workspaceFolder}\\tmp", | ||
"program": "${workspaceFolder}\\bin\\crypto_create_CA", | ||
"args": ["certificate", "--selfSigned", "--silent", "false"], | ||
"outFiles": ["${workspaceFolder}/**/*.js"] | ||
} | ||
] | ||
} | ||
} |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
import { ErrorCallback } from "./pki/common"; | ||
export declare function main(argumentsList: string, _done?: ErrorCallback): void; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from "./pki/toolbox"; |
@@ -0,0 +0,0 @@ "use strict"; |
export declare function makeApplicationUrn(hostname: string, suffix: string): string; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare function extractFullyQualifiedDomainName(): Promise<string>; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare function check_system_openssl_version(callback: (err: Error | null, output?: string) => void): void; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface SubjectOptions { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ErrorCallback, Filename, KeySize } from "./common"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare type KeySize = 1024 | 2048 | 3072 | 4096; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=common.js.map |
declare const config: string; | ||
export default config; |
@@ -0,0 +0,0 @@ "use strict"; |
declare const config: string; | ||
export default config; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { SubjectOptions } from "../misc/subject"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from "./pki/toolbox"; |
@@ -0,0 +0,0 @@ import * as assert from "assert"; |
@@ -0,0 +0,0 @@ import * as dns from "dns"; |
@@ -0,0 +0,0 @@ export interface SubjectOptions { |
@@ -0,0 +0,0 @@ export type KeySize = 1024 | 2048 | 3072 | 4096; |
@@ -0,0 +0,0 @@ const config = "#.........DO NOT MODIFY BY HAND .........................\n" + |
@@ -0,0 +0,0 @@ const config = "##################################################################################################\n" + |
@@ -0,0 +0,0 @@ |
{ | ||
"name": "node-opcua-pki", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "PKI management for node-opcua", | ||
@@ -45,3 +45,3 @@ "main": "./dist/index.js", | ||
"del": "^5.1.0", | ||
"node-opcua-crypto": "^1.3.6", | ||
"node-opcua-crypto": "^1.3.7", | ||
"progress": "^2.0.3", | ||
@@ -53,3 +53,3 @@ "rimraf": "^3.0.2", | ||
"wget-improved": "^3.2.1", | ||
"yargs": "^15.4.1", | ||
"yargs": "^16.0.3", | ||
"yauzl": "^2.10.0" | ||
@@ -64,11 +64,11 @@ }, | ||
"@types/del": "^4.0.0", | ||
"@types/mocha": "^7.0.2", | ||
"@types/node": "^14.6.0", | ||
"@types/mocha": "^8.0.3", | ||
"@types/node": "^14.11.1", | ||
"@types/node-dir": "0.0.33", | ||
"@types/progress": "^2.0.3", | ||
"@types/sinon": "^9.0.4", | ||
"@types/underscore": "^1.10.21", | ||
"@types/sinon": "^9.0.5", | ||
"@types/underscore": "^1.10.23", | ||
"@types/yargs": "^15.0.5", | ||
"@types/yauzl": "^2.9.1", | ||
"mocha": "^7.2.0", | ||
"mocha": "^8.1.3", | ||
"node-dir": "^0.1.17", | ||
@@ -79,4 +79,4 @@ "nyc": "^15.1.0", | ||
"source-map-support": "^0.5.19", | ||
"ts-node": "^8.10.2", | ||
"typescript": "^3.9.7" | ||
"ts-node": "^9.0.0", | ||
"typescript": "^4.0.3" | ||
}, | ||
@@ -83,0 +83,0 @@ "bin": { |
@@ -0,0 +0,0 @@ ### node-opcua-pki |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1063770
74
8137
+ Addedcliui@7.0.4(transitive)
+ Addedescalade@3.2.0(transitive)
+ Addedwrap-ansi@7.0.0(transitive)
+ Addedy18n@5.0.8(transitive)
+ Addedyargs@16.2.0(transitive)
+ Addedyargs-parser@20.2.9(transitive)
- Removedcliui@6.0.0(transitive)
- Removeddecamelize@1.2.0(transitive)
- Removedfind-up@4.1.0(transitive)
- Removedlocate-path@5.0.0(transitive)
- Removedp-limit@2.3.0(transitive)
- Removedp-locate@4.1.0(transitive)
- Removedp-try@2.2.0(transitive)
- Removedpath-exists@4.0.0(transitive)
- Removedrequire-main-filename@2.0.0(transitive)
- Removedset-blocking@2.0.0(transitive)
- Removedwhich-module@2.0.1(transitive)
- Removedwrap-ansi@6.2.0(transitive)
- Removedy18n@4.0.3(transitive)
- Removedyargs@15.4.1(transitive)
- Removedyargs-parser@18.1.3(transitive)
Updatednode-opcua-crypto@^1.3.7
Updatedyargs@^16.0.3