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.90.1 to 2.96.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.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"
}
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