node-opcua-xml2json
Advanced tools
Comparing version 2.90.1 to 2.96.0
import { ReaderStateParserLike } from "./xml2json"; | ||
type UAString = string | null; | ||
type NodeIdLike = string | null; | ||
type Int32 = number; | ||
type UInt32 = number; | ||
type UABoolean = boolean; | ||
type LocalizedTextLike = string | null; | ||
declare type UAString = string | null; | ||
declare type NodeIdLike = string | null; | ||
declare type Int32 = number; | ||
declare type UInt32 = number; | ||
declare type UABoolean = boolean; | ||
declare type LocalizedTextLike = string | null; | ||
export interface StructureFieldOptions { | ||
@@ -9,0 +9,0 @@ name?: UAString; |
import { IReaderState, ReaderStateBase, Xml2Json, XmlAttributes } from "./xml2json"; | ||
export type withPojoLambda = (name: string, pojo: any) => void; | ||
export declare type withPojoLambda = (name: string, pojo: any) => void; | ||
export declare class ReaderState2 extends ReaderStateBase { | ||
@@ -4,0 +4,0 @@ _stack: any; |
@@ -6,4 +6,4 @@ /** | ||
declare const LtxParser: any; | ||
export type SimpleCallback = (err?: Error) => void; | ||
export type Callback<T> = (err?: Error | null, result?: T) => void; | ||
export declare type SimpleCallback = (err?: Error) => void; | ||
export declare type Callback<T> = (err?: Error | null, result?: T) => void; | ||
declare interface LtxParser { | ||
@@ -10,0 +10,0 @@ write(str: string): void; |
{ | ||
"name": "node-opcua-xml2json", | ||
"version": "2.90.1", | ||
"version": "2.96.0", | ||
"description": "pure nodejs OPCUA SDK - module -xml2json", | ||
@@ -26,3 +26,3 @@ "main": "dist/source/index.js", | ||
"node-opcua-debug": "2.90.1", | ||
"node-opcua-nodesets": "2.88.0", | ||
"node-opcua-nodesets": "2.96.0", | ||
"should": "^13.2.3" | ||
@@ -43,3 +43,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "3325ff5f8477fd058ba574d19e8128c36e3e831f" | ||
"gitHead": "43642e4aaa1ca2a3938b044cc2237544dfff764a" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
97674