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

node-opcua-pki

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-pki - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

.nyc_output/ec7591bf-be1a-4f9c-a228-b21887003e43.json

0

.mocharc.json

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ {

34

.vscode/launch.json

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

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