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 0.1.0-alpha.3f56f9b5 to 0.1.0-alpha.4e442cf7

14

package.json
{
"name": "node-opcua-xml2json",
"version": "0.1.0-alpha.3f56f9b5",
"version": "0.1.0-alpha.4e442cf7",
"description": "",

@@ -9,4 +9,14 @@ "main": "src/xml2json.js",

},
"dependencies": {
"bomstrip": "^0.1.4",
"ltx": "^2.7.1",
"node-opcua-assert": "^0.1.0-alpha.4e442cf7",
"underscore": "^1.8.3"
},
"author": "etienne.rossignon@gadz.org",
"license": "MIT"
"license": "MIT",
"devDependencies": {
"node-opcua-nodesets": "^0.1.0-alpha.4e442cf7",
"should": "^13.0.1"
}
}

2

src/xml2json.js

@@ -13,3 +13,3 @@ /* global ReaderState */

var fs = require("fs");
var assert = require("better-assert");
var assert = require("node-opcua-assert");
var _ = require("underscore");

@@ -16,0 +16,0 @@

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