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

node-opcua-crypto

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-crypto - npm Package Compare versions

Comparing version 1.10.0 to 1.11.0

dist/asn1.d.ts

0

.prettierrc.js

@@ -0,0 +0,0 @@ module.exports = {

export * from "./read";
export * from "./read_certificate_revocation_list";
export * from "./read_certificate_signing_request";

@@ -0,0 +0,0 @@ "use strict";

import { CertificateRevocationList } from "../source/common";
export declare function readCertificateRevocationList(filename: string): Promise<CertificateRevocationList>;
/// <reference types="node" />
export declare type CertificateSigningRequest = Buffer;
export declare function readCertificateSigningRequest(filename: string): Promise<CertificateSigningRequest>;

@@ -0,0 +0,0 @@ import { Certificate, CertificatePEM, PrivateKey, PrivateKeyPEM, PublicKey, PublicKeyPEM } from "../source/common";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=common.js.map

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const oid_map: {

@@ -0,0 +0,0 @@ "use strict";

import { Certificate } from "./common";
import { PrivateKey } from "./common";
export declare function publicKeyAndPrivateKeyMatches(certificate: Certificate, privateKey: PrivateKey): boolean;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

module.exports = {
...require("./dist/source"),
};
export * from "./dist/source";
export * from "./dist/source_nodejs";

@@ -0,0 +0,0 @@ module.exports = {

28

package.json
{
"name": "node-opcua-crypto",
"version": "1.10.0",
"version": "1.11.0",
"description": "Crypto tools for Node-OPCUA",

@@ -31,23 +31,23 @@ "main": "./index.js",

"devDependencies": {
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"eslint": "^8.12.0",
"@types/mocha": "^9.1.1",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"lorem-ipsum": "^2.0.4",
"mocha": "^9.2.2",
"prettier": "^2.6.1",
"lorem-ipsum": "^2.0.8",
"mocha": "^10.0.0",
"prettier": "^2.7.1",
"should": "^13.2.3",
"source-map": "^0.7.3",
"source-map": "^0.7.4",
"source-map-support": "^0.5.21",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
},
"dependencies": {
"better-assert": "^1.0.2",
"chalk": "4.1.2",
"chalk": "^4.1.2",
"hexy": "0.3.4",
"jsrsasign": "^10.5.13",
"jsrsasign": "^10.5.25",
"sshpk": "^1.17.0"

@@ -54,0 +54,0 @@ },

@@ -0,0 +0,0 @@ # node-opcua-crypto

export * from "./read";
export * from "./read_certificate_revocation_list";
export * from "./read_certificate_signing_request";

@@ -0,0 +0,0 @@ import * as fs from "fs";

@@ -0,0 +0,0 @@ import * as fs from "fs";

@@ -0,0 +0,0 @@ import * as assert from "assert";

@@ -0,0 +0,0 @@ import * as assert from "assert";

@@ -0,0 +0,0 @@ //

@@ -0,0 +0,0 @@ export type Nonce = Buffer;

@@ -0,0 +0,0 @@ // tslint:disabled:no-var-requires

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import * as assert from "assert";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import * as assert from "assert";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ // https://github.com/lapo-luchini/asn1js/blob/master/oids.js

@@ -0,0 +0,0 @@ import { exploreCertificate } from ".";

@@ -0,0 +0,0 @@ // tslint:disable: no-console

@@ -0,0 +0,0 @@ // tslint:disable: no-console

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

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