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

node-opcua-data-value

Package Overview
Dependencies
Maintainers
1
Versions
207
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.131.0 to 2.132.0

1

dist/datavalue.js

@@ -216,3 +216,2 @@ "use strict";

const emptyObject = {};
const defaultDate = node_opcua_date_time_1.minOPCUADate;
class DataValue extends node_opcua_factory_1.BaseUAObject {

@@ -219,0 +218,0 @@ /**

20

package.json

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

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

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

"node-opcua-assert": "2.120.0",
"node-opcua-basic-types": "2.131.0",
"node-opcua-basic-types": "2.132.0",
"node-opcua-binary-stream": "2.128.0",
"node-opcua-data-model": "2.131.0",
"node-opcua-date-time": "2.128.0",
"node-opcua-data-model": "2.132.0",
"node-opcua-date-time": "2.132.0",
"node-opcua-enum": "2.128.0",
"node-opcua-factory": "2.131.0",
"node-opcua-factory": "2.132.0",
"node-opcua-status-code": "2.128.0",
"node-opcua-variant": "2.131.0"
"node-opcua-variant": "2.132.0"
},
"devDependencies": {
"node-opcua-debug": "2.128.0",
"node-opcua-extension-object": "2.131.0",
"node-opcua-numeric-range": "2.131.0",
"node-opcua-packet-analyzer": "2.131.0"
"node-opcua-extension-object": "2.132.0",
"node-opcua-numeric-range": "2.132.0",
"node-opcua-packet-analyzer": "2.132.0"
},

@@ -48,3 +48,3 @@ "author": "Etienne Rossignon",

"homepage": "http://node-opcua.github.io/",
"gitHead": "80f430dd3044826c904f803af40297839dd809be",
"gitHead": "5fab0f1eac0e59abf94bab9034035aec44890456",
"files": [

@@ -51,0 +51,0 @@ "dist",

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

import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream";
import { coerceDateTime, DateWithPicoseconds, getCurrentClock, minOPCUADate, PreciseClock } from "node-opcua-date-time";
import { coerceDateTime, DateWithPicoseconds, getCurrentClock, PreciseClock } from "node-opcua-date-time";
import {

@@ -249,3 +249,2 @@ BaseUAObject,

const emptyObject = {};
const defaultDate = minOPCUADate;

@@ -252,0 +251,0 @@ export class DataValue extends BaseUAObject {

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