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

node-opcua-factory

Package Overview
Dependencies
Maintainers
1
Versions
184
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.86.0 to 2.86.1

12

dist/types.d.ts

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

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

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

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

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

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

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

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

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

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

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

"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",

@@ -28,3 +28,3 @@ "node-opcua-constants": "2.77.0",

"node-opcua-nodeid": "2.86.0",
"node-opcua-status-code": "2.86.0",
"node-opcua-status-code": "2.86.1",
"node-opcua-utils": "2.86.0"

@@ -47,3 +47,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