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

node-opcua-crypto

Package Overview
Dependencies
Maintainers
1
Versions
100
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.4.0 to 1.4.1

2

package.json
{
"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

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