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.111.0 to 2.112.0

./dist/index.js

4

package.json
{
"name": "node-opcua-factory",
"version": "2.111.0",
"version": "2.112.0",
"description": "pure nodejs OPCUA SDK - module factory",

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "94a810c732583bdb401e29a5ac92662c7895caeb",
"gitHead": "af1c21306612b11aa4265e9e6c094c91fe9beebb",
"files": [

@@ -48,0 +48,0 @@ "dist",

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

defaultValue?: any | DefaultValueFunc;
fieldType: string;

@@ -91,5 +90,4 @@ isArray?: boolean;

export interface StructuredTypeField {
name: string; // the name that may have been lowercased
originalName: string; // the orignal name from the raw OPCUA description
name: string; // the name that may have been lowercased
originalName: string; // the orignal name from the raw OPCUA description

@@ -139,3 +137,3 @@ fieldType: string;

_resolved?: boolean;
bitFields?: { name: string, length: number }[];
bitFields?: { name: string; length: number }[];
deprecated_base?: StructuredTypeOptions;

@@ -191,6 +189,6 @@ dataTypeFactory: DataTypeFactory;

baseType: string;
getBaseSchema(): IStructuredTypeSchema | null;
getDataTypeFactory(): DataTypeFactory;
documentation?: string;

@@ -197,0 +195,0 @@

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