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

node-opcua-secure-channel

Package Overview
Dependencies
Maintainers
1
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-secure-channel - npm Package Compare versions

Comparing version 2.68.0 to 2.68.1

6

dist/source/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {

@@ -10,0 +6,0 @@ if (k2 === undefined) k2 = k;

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {

@@ -10,0 +6,0 @@ if (k2 === undefined) k2 = k;

1

dist/test_helpers/signature_helpers.d.ts

@@ -0,1 +1,2 @@

/// <reference types="node" />
import "should";

@@ -2,0 +3,0 @@ import { SecureMessageChunkManagerOptions } from "../source";

{
"name": "node-opcua-secure-channel",
"version": "2.68.0",
"version": "2.68.1",
"description": "pure nodejs OPCUA SDK - module -secure-channel",

@@ -23,3 +23,3 @@ "main": "./dist/source/index.js",

"node-opcua-chunkmanager": "2.68.0",
"node-opcua-common": "2.68.0",
"node-opcua-common": "2.68.1",
"node-opcua-crypto": "^1.10.0",

@@ -32,6 +32,6 @@ "node-opcua-debug": "2.68.0",

"node-opcua-packet-analyzer": "2.68.0",
"node-opcua-service-secure-channel": "2.68.0",
"node-opcua-service-secure-channel": "2.68.1",
"node-opcua-status-code": "2.67.0",
"node-opcua-transport": "2.68.0",
"node-opcua-types": "2.68.0",
"node-opcua-transport": "2.68.1",
"node-opcua-types": "2.68.1",
"node-opcua-utils": "2.67.0"

@@ -49,7 +49,7 @@ },

"node-opcua-packet-analyzer": "2.66.0",
"node-opcua-service-browse": "2.68.0",
"node-opcua-service-endpoints": "2.68.0",
"node-opcua-service-read": "2.68.0",
"node-opcua-service-browse": "2.68.1",
"node-opcua-service-endpoints": "2.68.1",
"node-opcua-service-read": "2.68.1",
"node-opcua-service-secure-channel": "2.66.0",
"node-opcua-service-session": "2.68.0",
"node-opcua-service-session": "2.68.1",
"node-opcua-status-code": "2.66.0",

@@ -82,3 +82,3 @@ "node-opcua-test-fixtures": "2.68.0",

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

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