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

node-opcua-nodeid

Package Overview
Dependencies
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-nodeid - npm Package Compare versions

Comparing version 0.1.0-alpha.3f56f9b5 to 0.1.0-alpha.4e442cf7

14

package.json
{
"name": "node-opcua-nodeid",
"main": "./src/nodeid.js",
"version": "0.1.0-alpha.3f56f9b5",
"version": "0.1.0-alpha.4e442cf7",
"description": "",

@@ -10,10 +10,12 @@ "scripts": {

"dependencies": {
"node-opcua-constants": "^0.1.0-alpha.3f56f9b5",
"node-opcua-enum": "^0.1.0-alpha.3f56f9b5",
"node-opcua-guid": "^0.1.0-alpha.3f56f9b5"
"node-opcua-assert": "^0.1.0-alpha.4e442cf7",
"node-opcua-constants": "^0.1.0-alpha.4e442cf7",
"node-opcua-enum": "^0.1.0-alpha.4e442cf7",
"node-opcua-guid": "^0.1.0-alpha.4e442cf7",
"underscore": "^1.8.3"
},
"devDependencies": {
"node-opcua-benchmarker": "^0.1.0-alpha.3f56f9b5",
"node-opcua-binary-stream": "^0.1.0-alpha.3f56f9b5"
"node-opcua-benchmarker": "^0.1.0-alpha.4e442cf7",
"should": "^13.0.1"
}
}

@@ -8,3 +8,3 @@ "use strict";

var Enum = require("node-opcua-enum");
var assert = require("better-assert");
var assert = require("node-opcua-assert");
var isValidGuid = require("node-opcua-guid").isValidGuid;

@@ -11,0 +11,0 @@ var emptyGuid = require("node-opcua-guid").emptyGuid;

@@ -10,3 +10,3 @@

var should = require("should");
var assert = require("assert");
var assert = require("node-opcua-assert");
var Benchmarker = require("node-opcua-benchmarker").Benchmarker;

@@ -283,18 +283,9 @@

.run({max_time: 0.1});
})
});
});
/* TODO restore this test*/
xdescribe("Type coercion at construction time", function () {
it("should coerce a nodeId at construction ", function () {
var bs = require("node-opcua-service-read");
var readValue = new bs.ReadValueId({nodeId: "i=2255", attributeId: 13});
readValue.nodeId.should.eql(makeNodeId(2255));
});
});
describe("testing resolveNodeId", function () {

@@ -301,0 +292,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