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

node-opcua-xml2json

Package Overview
Dependencies
Maintainers
1
Versions
161
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.90.0 to 2.90.1

12

dist/source/definition_parser.d.ts
import { ReaderStateParserLike } from "./xml2json";
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;
type UAString = string | null;
type NodeIdLike = string | null;
type Int32 = number;
type UInt32 = number;
type UABoolean = boolean;
type LocalizedTextLike = string | null;
export interface StructureFieldOptions {

@@ -9,0 +9,0 @@ name?: UAString;

import { IReaderState, ReaderStateBase, Xml2Json, XmlAttributes } from "./xml2json";
export declare type withPojoLambda = (name: string, pojo: any) => void;
export 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 declare type SimpleCallback = (err?: Error) => void;
export declare type Callback<T> = (err?: Error | null, result?: T) => void;
export type SimpleCallback = (err?: Error) => void;
export 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.0",
"version": "2.90.1",
"description": "pure nodejs OPCUA SDK - module -xml2json",

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

"node-opcua-assert": "2.88.0",
"node-opcua-utils": "2.88.0",
"node-opcua-utils": "2.90.1",
"thenify": "^3.3.1",

@@ -26,3 +26,3 @@ "xml-writer": "^1.7.0"

"mocha": "^10.2.0",
"node-opcua-debug": "2.90.0",
"node-opcua-debug": "2.90.1",
"node-opcua-nodesets": "2.88.0",

@@ -44,3 +44,3 @@ "should": "^13.2.3"

"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