Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-opcua-xml2json

Package Overview
Dependencies
Maintainers
1
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-xml2json - npm Package Compare versions

Comparing version 2.86.0 to 2.88.0

12

dist/source/definition_parser.d.ts
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

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