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

node-opcua-transport

Package Overview
Dependencies
Maintainers
1
Versions
221
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-transport - npm Package Compare versions

Comparing version 2.76.2 to 2.77.0

4

dist/source/AcknowledgeMessage.d.ts

@@ -6,3 +6,3 @@ /**

import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream";
import { BaseUAObject, StructuredTypeSchema } from "node-opcua-factory";
import { BaseUAObject, IStructuredTypeSchema } from "node-opcua-factory";
interface AcknowledgeMessageOptions {

@@ -17,3 +17,3 @@ protocolVersion?: UInt32;

static possibleFields: string[];
static schema: StructuredTypeSchema;
static schema: IStructuredTypeSchema;
protocolVersion: UInt32;

@@ -20,0 +20,0 @@ receiveBufferSize: UInt32;

{
"name": "node-opcua-transport",
"version": "2.76.2",
"version": "2.77.0",
"description": "pure nodejs OPCUA SDK - module -transport",

@@ -12,17 +12,17 @@ "main": "./dist/source/index.js",

"format": "prettier --write source test test_helpers test-fixtures",
"clean": "npx rimraf dist *.tsbuildinfo"
"clean": "npx rimraf node_modules dist *.tsbuildinfo"
},
"dependencies": {
"chalk": "4.1.2",
"node-opcua-assert": "2.76.0",
"node-opcua-basic-types": "2.76.2",
"node-opcua-binary-stream": "2.76.2",
"node-opcua-buffer-utils": "2.76.2",
"node-opcua-chunkmanager": "2.76.2",
"node-opcua-debug": "2.76.2",
"node-opcua-factory": "2.76.2",
"node-opcua-object-registry": "2.76.2",
"node-opcua-packet-assembler": "2.76.2",
"node-opcua-status-code": "2.76.2",
"node-opcua-utils": "2.76.0"
"node-opcua-assert": "2.77.0",
"node-opcua-basic-types": "2.77.0",
"node-opcua-binary-stream": "2.77.0",
"node-opcua-buffer-utils": "2.77.0",
"node-opcua-chunkmanager": "2.77.0",
"node-opcua-debug": "2.77.0",
"node-opcua-factory": "2.77.0",
"node-opcua-object-registry": "2.77.0",
"node-opcua-packet-assembler": "2.77.0",
"node-opcua-status-code": "2.77.0",
"node-opcua-utils": "2.77.0"
},

@@ -48,3 +48,3 @@ "devDependencies": {

"homepage": "http://node-opcua.github.io/",
"gitHead": "acb5ecaf1e1c71af3b63e80909d58447f3f298e7"
"gitHead": "5c8d45772d786fa4ba59369dd26679353ab5482b"
}

@@ -12,6 +12,6 @@ /**

parameters,
StructuredTypeSchema
IStructuredTypeSchema
} from "node-opcua-factory";
const schemaAcknowledgeMessage: StructuredTypeSchema = buildStructuredType({
const schemaAcknowledgeMessage = buildStructuredType({
name: "AcknowledgeMessage",

@@ -18,0 +18,0 @@

@@ -11,7 +11,6 @@ /**

initialize_field,
parameters,
StructuredTypeSchema
parameters
} from "node-opcua-factory";
const schemaHelloMessage: StructuredTypeSchema = buildStructuredType({
const schemaHelloMessage = buildStructuredType({
name: "HelloMessage",

@@ -18,0 +17,0 @@

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