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.90.0 to 2.90.1

12

dist/types.d.ts

@@ -43,3 +43,3 @@ /**

}
export declare type Func1<T> = (value: any, field: StructuredTypeField, data: T, args?: any) => void;
export type Func1<T> = (value: any, field: StructuredTypeField, data: T, args?: any) => void;
export interface DecodeDebugOptions {

@@ -62,4 +62,4 @@ tracer: any;

}
declare type BaseUAObjectConstructable = new (options?: Record<string, unknown>) => IBaseUAObject;
export declare type ConstructorFunc = BaseUAObjectConstructable;
type BaseUAObjectConstructable = new (options?: Record<string, unknown>) => IBaseUAObject;
export type ConstructorFunc = BaseUAObjectConstructable;
export interface ConstructorFuncWithSchema extends ConstructorFunc {

@@ -97,4 +97,4 @@ schema: IStructuredTypeSchema;

}
export declare type FieldType = FieldEnumeration | FieldComplex | FieldBasic;
export declare type DefaultValueFunc = () => any;
export type FieldType = FieldEnumeration | FieldComplex | FieldBasic;
export type DefaultValueFunc = () => any;
export interface StructuredTypeOptions {

@@ -143,3 +143,3 @@ name: string;

}
export declare type TypeDefinition = BuiltInTypeDefinition | EnumerationDefinition | BasicTypeDefinition | CommonInterface;
export type TypeDefinition = BuiltInTypeDefinition | EnumerationDefinition | BasicTypeDefinition | CommonInterface;
export interface BitField {

@@ -146,0 +146,0 @@ name: string;

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

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

"node-opcua-assert": "2.88.0",
"node-opcua-basic-types": "2.90.0",
"node-opcua-binary-stream": "2.89.0",
"node-opcua-basic-types": "2.90.1",
"node-opcua-binary-stream": "2.90.1",
"node-opcua-constants": "2.88.0",
"node-opcua-debug": "2.90.0",
"node-opcua-enum": "2.88.0",
"node-opcua-debug": "2.90.1",
"node-opcua-enum": "2.90.1",
"node-opcua-guid": "2.88.0",
"node-opcua-nodeid": "2.90.0",
"node-opcua-status-code": "2.89.0",
"node-opcua-utils": "2.88.0"
"node-opcua-nodeid": "2.90.1",
"node-opcua-status-code": "2.90.1",
"node-opcua-utils": "2.90.1"
},

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "d55f9150c3ffa5b86fbe1a0baba69a2543c3090a"
"gitHead": "3325ff5f8477fd058ba574d19e8128c36e3e831f"
}
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