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

node-opcua-factory

Package Overview
Dependencies
Maintainers
1
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-factory - npm Package Compare versions

Comparing version 2.81.0 to 2.82.0

2

dist/datatype_factory.js

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

// for instance in DI FetchResultDataType should be abstract but is not
debugLog("warning ", dataTypeNodeId.toString(), "name=", className, " do not have binary encoding");
warningLog("warning ", dataTypeNodeId.toString(), "name=", className, " do not have binary encoding");
}

@@ -168,0 +168,0 @@ }

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

if (!dataTypeFactory.hasStructureByTypeName(schema.baseType)) {
warningLog(`Cannot find schema for ${schema.baseType} in dataTypeFactory for ${schema.name}: fix me !`);
// warningLog(`Cannot find schema for ${schema.baseType} in dataTypeFactory for ${schema.name} and schema is not abstract ! fix me !`);
return undefined;

@@ -196,0 +196,0 @@ }

@@ -41,2 +41,3 @@ /**

basicDataType?: number;
valueRank?: number;
}

@@ -43,0 +44,0 @@ export declare type Func1<T> = (value: any, field: StructuredTypeField, data: T, args?: any) => void;

{
"name": "node-opcua-factory",
"version": "2.81.0",
"version": "2.82.0",
"description": "pure nodejs OPCUA SDK - module -factory",

@@ -20,11 +20,11 @@ "main": "./dist/index.js",

"node-opcua-assert": "2.77.0",
"node-opcua-basic-types": "2.81.0",
"node-opcua-binary-stream": "2.77.0",
"node-opcua-basic-types": "2.82.0",
"node-opcua-binary-stream": "2.82.0",
"node-opcua-constants": "2.77.0",
"node-opcua-debug": "2.77.0",
"node-opcua-enum": "2.77.0",
"node-opcua-debug": "2.82.0",
"node-opcua-enum": "2.82.0",
"node-opcua-guid": "2.81.0",
"node-opcua-nodeid": "2.81.0",
"node-opcua-status-code": "2.77.0",
"node-opcua-utils": "2.77.0"
"node-opcua-nodeid": "2.82.0",
"node-opcua-status-code": "2.82.0",
"node-opcua-utils": "2.82.0"
},

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "fd89928bc4a4b9f31a6b6e5921f743e8284eba2b"
"gitHead": "2f66e1fe69c825305f94b15ca17cff066aa37496"
}

@@ -205,3 +205,3 @@ /**

// for instance in DI FetchResultDataType should be abstract but is not
debugLog("warning ", dataTypeNodeId.toString(), "name=", className, " do not have binary encoding");
warningLog("warning ", dataTypeNodeId.toString(), "name=", className, " do not have binary encoding");
}

@@ -208,0 +208,0 @@ }

@@ -104,10 +104,10 @@ /**

"Cannot find Schema for field with name " +
field.name +
" fieldTypeWithoutNS= " +
fieldTypeWithoutNS +
" with type " +
field.fieldType +
" category = " +
category +
JSON.stringify(field, null, "\t")
field.name +
" fieldTypeWithoutNS= " +
fieldTypeWithoutNS +
" with type " +
field.fieldType +
" category = " +
category +
JSON.stringify(field, null, "\t")
);

@@ -131,9 +131,9 @@ }

"expecting a valid schema for field with name " +
fieldLight.name +
" with type " +
fieldLight.fieldType +
" category" +
category +
" at index" +
_index
fieldLight.name +
" with type " +
fieldLight.fieldType +
" category" +
category +
" at index" +
_index
);

@@ -230,9 +230,9 @@ }

" field = " +
f.name.padEnd(30) +
" isArray= " +
(f.isArray ? true : false) +
" " +
f.fieldType.toString().padEnd(30) +
(f.switchBit !== undefined ? " switchBit " + f.switchBit : "") +
(f.switchValue !== undefined ? " switchValue " + f.switchValue : "")
f.name.padEnd(30) +
" isArray= " +
(f.isArray ? true : false) +
" " +
f.fieldType.toString().padEnd(30) +
(f.switchBit !== undefined ? " switchBit " + f.switchBit : "") +
(f.switchValue !== undefined ? " switchValue " + f.switchValue : "")
);

@@ -260,4 +260,5 @@ }

) {
if (!dataTypeFactory.hasStructureByTypeName(schema.baseType)) {
warningLog(`Cannot find schema for ${schema.baseType} in dataTypeFactory for ${schema.name}: fix me !`);
// warningLog(`Cannot find schema for ${schema.baseType} in dataTypeFactory for ${schema.name} and schema is not abstract ! fix me !`);
return undefined;

@@ -264,0 +265,0 @@ }

@@ -55,2 +55,3 @@ /**

basicDataType?: number;
valueRank?: number;
}

@@ -57,0 +58,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