node-opcua-xml2json
Advanced tools
Comparing version 2.86.0 to 2.88.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.86.0", | ||
"version": "2.88.0", | ||
"description": "pure nodejs OPCUA SDK - module -xml2json", | ||
@@ -16,4 +16,4 @@ "main": "dist/source/index.js", | ||
"ltx": "^3.0.0", | ||
"node-opcua-assert": "2.77.0", | ||
"node-opcua-utils": "2.86.0", | ||
"node-opcua-assert": "2.88.0", | ||
"node-opcua-utils": "2.88.0", | ||
"thenify": "^3.3.1", | ||
@@ -25,5 +25,5 @@ "xml-writer": "^1.7.0" | ||
"devDependencies": { | ||
"mocha": "^10.1.0", | ||
"node-opcua-debug": "2.86.0", | ||
"node-opcua-nodesets": "2.77.0", | ||
"mocha": "^10.2.0", | ||
"node-opcua-debug": "2.88.0", | ||
"node-opcua-nodesets": "2.88.0", | ||
"should": "^13.2.3" | ||
@@ -44,3 +44,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "36afc46fe2c91aa5664a8c5418f4db5a354670c3" | ||
"gitHead": "0c20078b474f36855b799557f8fe931dbe20c2ca" | ||
} |
Sorry, the diff of this file is not supported yet
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
+ Addednode-opcua-assert@2.88.0(transitive)
+ Addednode-opcua-utils@2.88.0(transitive)
- Removednode-opcua-assert@2.77.0(transitive)
- Removednode-opcua-utils@2.86.0(transitive)
Updatednode-opcua-assert@2.88.0
Updatednode-opcua-utils@2.88.0