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

node-opcua-data-value

Package Overview
Dependencies
Maintainers
1
Versions
205
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-data-value - npm Package Compare versions

Comparing version 2.86.0 to 2.86.1

4

dist/datavalue.d.ts

@@ -9,3 +9,3 @@ import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream";

import { TimestampsToReturn } from "./TimestampsToReturn_enum";
type NumericalRange = any;
declare type NumericalRange = any;
export declare function encodeDataValue(dataValue: DataValue, stream: OutputBinaryStream): void;

@@ -45,3 +45,3 @@ export declare function decodeDataValue(stream: BinaryStream, dataValue?: DataValue): DataValue;

}
export type DataValueLike = DataValueOptions | DataValue;
export declare type DataValueLike = DataValueOptions | DataValue;
export declare function apply_timestamps(dataValue: DataValue, timestampsToReturn: TimestampsToReturn, attributeId: AttributeIds): DataValue;

@@ -48,0 +48,0 @@ export declare function apply_timestamps_no_copy(dataValue: DataValue, timestampsToReturn: TimestampsToReturn, attributeId: AttributeIds, now?: PreciseClock): DataValue;

@@ -5,3 +5,3 @@ {

"types": "./dist/index.d.ts",
"version": "2.86.0",
"version": "2.86.1",
"description": "pure nodejs OPCUA SDK - module -data-value",

@@ -17,16 +17,16 @@ "scripts": {

"node-opcua-assert": "2.77.0",
"node-opcua-basic-types": "2.86.0",
"node-opcua-basic-types": "2.86.1",
"node-opcua-binary-stream": "2.86.0",
"node-opcua-data-model": "2.86.0",
"node-opcua-data-model": "2.86.1",
"node-opcua-date-time": "2.86.0",
"node-opcua-enum": "2.86.0",
"node-opcua-factory": "2.86.0",
"node-opcua-status-code": "2.86.0",
"node-opcua-variant": "2.86.0"
"node-opcua-factory": "2.86.1",
"node-opcua-status-code": "2.86.1",
"node-opcua-variant": "2.86.1"
},
"devDependencies": {
"node-opcua-debug": "2.86.0",
"node-opcua-extension-object": "2.86.0",
"node-opcua-numeric-range": "2.86.0",
"node-opcua-packet-analyzer": "2.86.0",
"node-opcua-extension-object": "2.86.1",
"node-opcua-numeric-range": "2.86.1",
"node-opcua-packet-analyzer": "2.86.1",
"should": "^13.2.3"

@@ -49,3 +49,3 @@ },

"homepage": "http://node-opcua.github.io/",
"gitHead": "36afc46fe2c91aa5664a8c5418f4db5a354670c3"
"gitHead": "389ba18585ff4b62f6fee58b69bd871a8e6b0dff"
}
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