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

node-opcua-factory

Package Overview
Dependencies
Maintainers
1
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-factory - npm Package Compare versions

Comparing version 0.1.0-alpha.dc0cce4c to 0.1.1-0

LICENSE

61

package.json
{
"name": "node-opcua-factory",
"version": "0.1.0-alpha.dc0cce4c",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo no test"
},
"dependencies": {
"node-opcua-assert": "^0.1.0-alpha.dc0cce4c",
"node-opcua-basic-types": "^0.1.0-alpha.dc0cce4c",
"node-opcua-binary-stream": "^0.1.0-alpha.dc0cce4c",
"node-opcua-debug": "^0.1.0-alpha.dc0cce4c",
"node-opcua-enum": "^0.1.0-alpha.dc0cce4c",
"node-opcua-guid": "^0.1.0-alpha.dc0cce4c",
"node-opcua-nodeid": "^0.1.0-alpha.dc0cce4c",
"node-opcua-status-code": "^0.1.0-alpha.dc0cce4c",
"node-opcua-utils": "^0.1.0-alpha.dc0cce4c",
"underscore": "^1.8.3"
},
"devDependencies": {
"node-opcua-debug": "^0.1.0-alpha.dc0cce4c"
},
"author": "etienne.rossignon@gadz.org",
"license": "MIT"
"name": "node-opcua-factory",
"version": "0.1.1-0",
"description": "pure nodejs OPCUA SDK - module -factory",
"main": "index.js",
"scripts": {
"test": "echo no test"
},
"dependencies": {
"node-opcua-assert": "^0.1.1-0",
"node-opcua-basic-types": "^0.1.1-0",
"node-opcua-binary-stream": "^0.1.1-0",
"node-opcua-debug": "^0.1.1-0",
"node-opcua-enum": "^0.1.1-0",
"node-opcua-guid": "^0.1.1-0",
"node-opcua-nodeid": "^0.1.1-0",
"node-opcua-status-code": "^0.1.1-0",
"node-opcua-utils": "^0.1.1-0",
"underscore": "^1.8.3"
},
"devDependencies": {
"node-opcua-debug": "^0.1.1-0"
},
"author": "Etienne Rossignon",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/node-opcua/node-opcua.git"
},
"keywords": [
"OPCUA",
"opcua",
"m2m",
"iot",
"opc ua",
"internet of things"
],
"homepage": "http://node-opcua.github.io/"
}

@@ -20,2 +20,3 @@ "use strict";

var display_trace_from_this_projet_only = require("node-opcua-utils").display_trace_from_this_projet_only;

@@ -144,3 +145,3 @@

console.log("possible_fields", possible_fields);
require("node-opcua-utils").display_trace_from_this_projet_only();
display_trace_from_this_projet_only();
console.log("invalid_options_fields= ", invalid_options_fields);

@@ -219,3 +220,3 @@ }

/**
* @method initialize_value
* @method initialize_field
* @param field

@@ -222,0 +223,0 @@ * @param value

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