node-opcua-crypto
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "node-opcua-crypto", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Crypto tools for Node-OPCUA", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -1,2 +0,2 @@ | ||
import assert = require("assert"); | ||
import * as assert from "assert"; | ||
import * as fs from "fs"; | ||
@@ -3,0 +3,0 @@ import * as path from "path"; |
@@ -1,2 +0,2 @@ | ||
import assert = require("assert"); | ||
import * as assert from "assert"; | ||
import { oid_map } from "./oid_map"; | ||
@@ -3,0 +3,0 @@ |
@@ -55,3 +55,3 @@ /** | ||
// $ openssl asn1parse -in cert.pem | ||
import assert = require("assert"); | ||
import * as assert from "assert"; | ||
@@ -58,0 +58,0 @@ import { |
@@ -10,3 +10,3 @@ // tslint:disabled:no-var-requires | ||
import { combine_der } from "./crypto_explore_certificate"; | ||
import assert = require("assert"); | ||
import * as assert from "assert"; | ||
@@ -13,0 +13,0 @@ // tslint:disable:no-var-requires |
@@ -10,3 +10,3 @@ /** | ||
import { exploreCertificateInfo } from "./explore_certificate"; | ||
import assert = require("assert"); | ||
import * as assert from "assert"; | ||
@@ -13,0 +13,0 @@ function HMAC_HASH(sha1or256: "SHA1" | "SHA256", secret: Buffer, message: Buffer) { |
@@ -9,3 +9,3 @@ /** | ||
import { convertPEMtoDER } from "./crypto_utils"; | ||
import assert = require("assert"); | ||
import * as assert from "assert"; | ||
@@ -12,0 +12,0 @@ export type PublicKeyLength = 128 | 256 | 384 | 512; |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
293013