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

node-opcua-certificate-manager

Package Overview
Dependencies
Maintainers
1
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-certificate-manager - npm Package Compare versions

Comparing version 2.67.0 to 2.68.0

2

dist/certificate_manager.js

@@ -49,3 +49,3 @@ "use strict";

const callback = args[0];
(0, node_opcua_assert_1.assert)(callback && callback instanceof Function);
(0, node_opcua_assert_1.assert)(callback && typeof callback === 'function');
return super.initialize(callback);

@@ -52,0 +52,0 @@ }

{
"name": "node-opcua-certificate-manager",
"version": "2.67.0",
"version": "2.68.0",
"description": "pure nodejs OPCUA SDK - module -client",

@@ -21,8 +21,8 @@ "scripts": {

"node-opcua-assert": "2.66.0",
"node-opcua-basic-types": "2.67.0",
"node-opcua-basic-types": "2.68.0",
"node-opcua-buffer-utils": "2.67.0",
"node-opcua-constants": "2.67.0",
"node-opcua-crypto": "^1.10.0",
"node-opcua-debug": "2.67.0",
"node-opcua-object-registry": "2.67.0",
"node-opcua-debug": "2.68.0",
"node-opcua-object-registry": "2.68.0",
"node-opcua-pki": "^2.15.4",

@@ -37,3 +37,3 @@ "node-opcua-status-code": "2.67.0",

"dequeue": "^1.0.5",
"node-opcua-leak-detector": "2.67.0",
"node-opcua-leak-detector": "2.68.0",
"should": "^13.2.3",

@@ -62,3 +62,3 @@ "sinon": "^13.0.1"

"homepage": "http://node-opcua.github.io/",
"gitHead": "74c2fd7d4ce3eb48d25a911258bf90a64218ea0e"
"gitHead": "363b466440d0910acddd0cde2c37792ce4724d76"
}

@@ -108,3 +108,3 @@ /**

const callback = args[0];
assert(callback && callback instanceof Function);
assert(callback && typeof callback === 'function');
return super.initialize(callback);

@@ -111,0 +111,0 @@ }

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