node-opcua-service-translate-browse-path
Advanced tools
Comparing version 0.7.2 to 0.7.3
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2018-09-03T20:28:05.365Z | ||
// --------- This code has been automatically generated !!! 2019-05-13T22:00:59.396Z | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2018-09-03T20:28:05.376Z | ||
// --------- This code has been automatically generated !!! 2019-05-13T22:00:59.404Z | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2018-09-03T20:28:05.370Z | ||
// --------- This code has been automatically generated !!! 2019-05-13T22:00:59.400Z | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2018-09-03T20:28:05.359Z | ||
// --------- This code has been automatically generated !!! 2019-05-13T22:00:59.392Z | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2018-09-03T20:28:05.343Z | ||
// --------- This code has been automatically generated !!! 2019-05-13T22:00:59.381Z | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2018-09-03T20:28:05.434Z | ||
// --------- This code has been automatically generated !!! 2019-05-13T22:00:59.452Z | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2018-09-03T20:28:05.439Z | ||
// --------- This code has been automatically generated !!! 2019-05-13T22:00:59.457Z | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ /** |
{ | ||
"name": "node-opcua-service-translate-browse-path", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "pure nodejs OPCUA SDK - module -service-translate-browse-path", | ||
@@ -13,14 +13,14 @@ "scripts": { | ||
"node-opcua-assert": "^0.7.0", | ||
"node-opcua-basic-types": "^0.7.2", | ||
"node-opcua-basic-types": "^0.7.3", | ||
"node-opcua-constants": "^0.7.0", | ||
"node-opcua-data-model": "^0.7.2", | ||
"node-opcua-factory": "^0.7.2", | ||
"node-opcua-data-model": "^0.7.3", | ||
"node-opcua-factory": "^0.7.3", | ||
"node-opcua-nodeid": "^0.7.2", | ||
"node-opcua-service-secure-channel": "^0.7.2", | ||
"node-opcua-service-secure-channel": "^0.7.3", | ||
"underscore": "^1.9.1" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-generator": "^0.7.2", | ||
"node-opcua-generator": "^0.7.3", | ||
"should": "13.2.3", | ||
"sinon": "^7.3.1" | ||
"sinon": "^7.3.2" | ||
}, | ||
@@ -42,3 +42,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "a5ddc66431798b11b845c22dca057b480a93f445" | ||
"gitHead": "e7ed2b6dc6c717c8d42d0bbd07018414dfc00b6e" | ||
} |
@@ -97,3 +97,3 @@ "use strict"; | ||
} | ||
const namespaceIndex = mm[11] ? parseInt(mm[11]) : 0; | ||
const namespaceIndex = mm[11] ? parseInt(mm[11],10) : 0; | ||
const name = unescape(mm[12]); | ||
@@ -158,3 +158,3 @@ return new QualifiedName({namespaceIndex: namespaceIndex,name: name}); | ||
// name match 7 | ||
const ns = matches[6] ? parseInt(matches[6]) :0; | ||
const ns = matches[6] ? parseInt(matches[6], 10) :0; | ||
const name = matches[7]; | ||
@@ -161,0 +161,0 @@ if ( !matches[6] ) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67346