node-opcua-service-translate-browse-path
Advanced tools
Comparing version 0.1.0-alpha.dc0cce4c to 0.1.1-0
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-08-27T20:42:19.568Z | ||
// --------- This code has been automatically generated !!! 2017-12-15T21:13:57.461Z | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-08-27T20:42:19.581Z | ||
// --------- This code has been automatically generated !!! 2017-12-15T21:13:57.477Z | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-08-27T20:42:19.575Z | ||
// --------- This code has been automatically generated !!! 2017-12-15T21:13:57.477Z | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-08-27T20:42:19.560Z | ||
// --------- This code has been automatically generated !!! 2017-12-15T21:13:57.461Z | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-08-27T20:42:19.541Z | ||
// --------- This code has been automatically generated !!! 2017-12-15T21:13:57.446Z | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-08-27T20:42:19.645Z | ||
// --------- This code has been automatically generated !!! 2017-12-15T21:13:57.508Z | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-08-27T20:42:19.652Z | ||
// --------- This code has been automatically generated !!! 2017-12-15T21:13:57.508Z | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ /** |
@@ -0,5 +1,9 @@ | ||
"use strict"; | ||
/** | ||
* @method makeBrowsePath | ||
* @module services.translate-browse-path | ||
*/ | ||
module.exports = { | ||
/** | ||
* @method makeBrowsePath | ||
*/ | ||
makeBrowsePath: require("./src/make_browse_path").makeBrowsePath, | ||
@@ -6,0 +10,0 @@ makeRelativePath: require("./src/make_relative_path").makeRelativePath, |
{ | ||
"name": "node-opcua-service-translate-browse-path", | ||
"version": "0.1.0-alpha.dc0cce4c", | ||
"description": "", | ||
"scripts": { | ||
"test": "mocha test", | ||
"clean": "node -e \"require('rimraf').sync('_generated_');\"", | ||
"generate": "node ./generate" | ||
}, | ||
"main": "index.js", | ||
"dependencies": { | ||
"node-opcua-assert": "^0.1.0-alpha.dc0cce4c", | ||
"node-opcua-basic-types": "^0.1.0-alpha.dc0cce4c", | ||
"node-opcua-constants": "^0.1.0-alpha.dc0cce4c", | ||
"node-opcua-data-model": "^0.1.0-alpha.dc0cce4c", | ||
"node-opcua-factory": "^0.1.0-alpha.dc0cce4c", | ||
"node-opcua-nodeid": "^0.1.0-alpha.dc0cce4c", | ||
"node-opcua-service-secure-channel": "^0.1.0-alpha.dc0cce4c", | ||
"underscore": "^1.8.3" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-generator": "^0.1.0-alpha.dc0cce4c", | ||
"should": "^13.0.1", | ||
"sinon": "^3.2.1" | ||
} | ||
"name": "node-opcua-service-translate-browse-path", | ||
"version": "0.1.1-0", | ||
"description": "pure nodejs OPCUA SDK - module -service-translate-browse-path", | ||
"scripts": { | ||
"test": "mocha test", | ||
"clean": "node -e \"require('rimraf').sync('_generated_');\"", | ||
"generate": "node ./generate" | ||
}, | ||
"main": "index.js", | ||
"dependencies": { | ||
"node-opcua-assert": "^0.1.1-0", | ||
"node-opcua-basic-types": "^0.1.1-0", | ||
"node-opcua-constants": "^0.1.1-0", | ||
"node-opcua-data-model": "^0.1.1-0", | ||
"node-opcua-factory": "^0.1.1-0", | ||
"node-opcua-nodeid": "^0.1.1-0", | ||
"node-opcua-service-secure-channel": "^0.1.1-0", | ||
"underscore": "^1.8.3" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-generator": "^0.1.1-0", | ||
"should": "13.2.0", | ||
"sinon": "^4.1.3" | ||
}, | ||
"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/" | ||
} |
@@ -6,3 +6,3 @@ "use strict"; | ||
var resolveNodeId = require("node-opcua-nodeid").resolveNodeId; | ||
var makeNodeId = require("node-opcua-nodeid").makeNodeId; | ||
var makeNodeId = require("node-opcua-nodeid").makeNodeId; | ||
var QualifiedName = require("node-opcua-data-model").QualifiedName; | ||
@@ -13,6 +13,6 @@ | ||
var makeRelativePath = tbp_service.makeRelativePath; | ||
var RelativePath = tbp_service.RelativePath; | ||
var RelativePathElement = tbp_service.RelativePathElement; | ||
var RelativePath = tbp_service.RelativePath; | ||
var RelativePathElement = tbp_service.RelativePathElement; | ||
describe("makeRelativePath",function() { | ||
describe("makeRelativePath", function () { | ||
@@ -355,2 +355,26 @@ | ||
}); | ||
it("TJ should construct simple RelativePath for SessionDiagnostics.TotalRequestsCount.TotalCount", function () { | ||
var relativePath = makeRelativePath(".SessionDiagnostics.TotalRequestsCount.TotalCount", null); | ||
relativePath.elements[0].should.eql(new RelativePathElement({ | ||
referenceTypeId: aggregatesReferenceTypeNodeId, | ||
isInverse: false, | ||
includeSubtypes: true, | ||
targetName: new QualifiedName({namespaceIndex: 0, name: "SessionDiagnostics"}) | ||
})); | ||
relativePath.elements[1].should.eql(new RelativePathElement({ | ||
referenceTypeId: aggregatesReferenceTypeNodeId, | ||
isInverse: false, | ||
includeSubtypes: true, | ||
targetName: new QualifiedName({namespaceIndex: 0, name: "TotalRequestsCount"}) | ||
})); | ||
relativePath.elements[2].should.eql(new RelativePathElement({ | ||
referenceTypeId: aggregatesReferenceTypeNodeId, | ||
isInverse: false, | ||
includeSubtypes: true, | ||
targetName: new QualifiedName({namespaceIndex: 0, name: "TotalCount"}) | ||
})); | ||
}); | ||
}); |
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
66817
24
0
1392
1
1
0
+ Addednode-opcua-assert@0.1.1-0(transitive)
+ Addednode-opcua-basic-types@0.1.1-0(transitive)
+ Addednode-opcua-binary-stream@0.1.1-0(transitive)
+ Addednode-opcua-buffer-utils@0.1.1-0(transitive)
+ Addednode-opcua-constants@0.1.1-0(transitive)
+ Addednode-opcua-data-model@0.1.1-0(transitive)
+ Addednode-opcua-date-time@0.1.1-0(transitive)
+ Addednode-opcua-debug@0.1.1-0(transitive)
+ Addednode-opcua-enum@0.1.1-0(transitive)
+ Addednode-opcua-extension-object@0.1.1-0(transitive)
+ Addednode-opcua-factory@0.1.1-0(transitive)
+ Addednode-opcua-guid@0.1.1-0(transitive)
+ Addednode-opcua-nodeid@0.1.1-0(transitive)
+ Addednode-opcua-service-secure-channel@0.1.1-0(transitive)
+ Addednode-opcua-status-code@0.1.1-0(transitive)
+ Addednode-opcua-utils@0.1.1-0(transitive)
- Removednode-opcua-assert@0.1.0-alpha.dc0cce4c(transitive)
- Removednode-opcua-basic-types@0.1.0-alpha.dc0cce4c(transitive)
- Removednode-opcua-binary-stream@0.1.0-alpha.dc0cce4c(transitive)
- Removednode-opcua-buffer-utils@0.1.0-alpha.dc0cce4c(transitive)
- Removednode-opcua-constants@0.1.0-alpha.dc0cce4c(transitive)
- Removednode-opcua-data-model@0.1.0-alpha.dc0cce4c(transitive)
- Removednode-opcua-date-time@0.1.0-alpha.dc0cce4c(transitive)
- Removednode-opcua-debug@0.1.0-alpha.dc0cce4c(transitive)
- Removednode-opcua-enum@0.1.0-alpha.dc0cce4c(transitive)
- Removednode-opcua-extension-object@0.1.0-alpha.dc0cce4c(transitive)
- Removednode-opcua-factory@0.1.0-alpha.dc0cce4c(transitive)
- Removednode-opcua-guid@0.1.0-alpha.dc0cce4c(transitive)
- Removednode-opcua-nodeid@0.1.0-alpha.dc0cce4c(transitive)
- Removednode-opcua-service-secure-channel@0.1.0-alpha.dc0cce4c(transitive)
- Removednode-opcua-status-code@0.1.0-alpha.dc0cce4c(transitive)
- Removednode-opcua-utils@0.1.0-alpha.dc0cce4c(transitive)
- Removedunderscore@1.8.3(transitive)
Updatednode-opcua-assert@^0.1.1-0
Updatednode-opcua-factory@^0.1.1-0
Updatednode-opcua-nodeid@^0.1.1-0