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.64.0 to 2.64.1

dist/source/fragmentCloner.d.ts

0

dist/source/definition_parser.d.ts
import { ReaderStateParserLike } from "./xml2json";
export declare const _definitionParser: ReaderStateParserLike;
export declare const definitionReaderStateParser: ReaderStateParserLike;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ReaderState, ReaderStateParserLike } from "./xml2json";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { XmlAttributes } from "./xml2json";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Xml2Json, XmlAttributes, IReaderState } from "./xml2json";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export * from "./xml2json";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Callback, SimpleCallback, Xml2Json } from "../xml2json";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IReaderState, ReaderStateBase, Xml2Json, XmlAttributes } from "./xml2json";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ReaderState, ReaderStateParser, Xml2Json, XmlAttributes } from "./xml2json";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

28

package.json
{
"name": "node-opcua-xml2json",
"version": "2.64.0",
"version": "2.64.1",
"description": "pure nodejs OPCUA SDK - module -xml2json",
"main": "dist/source/index.js",
"types": "dist/source/index.d.ts",
"scripts": {
"build": "tsc -b",
"lint": "eslint source test",
"format": "prettier --write source test",
"clean": "node -e \"require('rimraf').sync('dist');\"",
"test": "mocha"
},
"dependencies": {
"bomstrip": "^0.1.4",
"ltx": "^3.0.0",
"node-opcua-assert": "2.64.0",
"node-opcua-debug": "2.64.0",
"node-opcua-utils": "2.64.0",
"node-opcua-assert": "2.64.1",
"node-opcua-debug": "2.64.1",
"node-opcua-utils": "2.64.1",
"xml-writer": "^1.7.0"

@@ -18,3 +25,3 @@ },

"devDependencies": {
"node-opcua-nodesets": "2.64.0",
"node-opcua-nodesets": "2.64.1",
"should": "^13.2.3"

@@ -35,10 +42,3 @@ },

"homepage": "http://node-opcua.github.io/",
"gitHead": "e4d73afdfcccb3491423149d9b9785888f4ebb3c",
"scripts": {
"build": "tsc -b",
"lint": "eslint source test",
"format": "prettier --write source test",
"clean": "node -e \"require('rimraf').sync('dist');\"",
"test": "mocha"
}
}
"gitHead": "b65b8738603cd475d7d99a2b20b0ae9d32b4110c"
}
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