node-opcua-basic-types
Advanced tools
Comparing version 2.99.0 to 2.104.0
@@ -35,3 +35,3 @@ "use strict"; | ||
AttributeIds[AttributeIds["INVALID"] = 999] = "INVALID"; | ||
})(AttributeIds = exports.AttributeIds || (exports.AttributeIds = {})); | ||
})(AttributeIds || (exports.AttributeIds = AttributeIds = {})); | ||
const AttributeIds_LAST = AttributeIds.AccessLevelEx; | ||
@@ -38,0 +38,0 @@ // see https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/issues/296 |
@@ -35,3 +35,3 @@ "use strict"; | ||
DataType[DataType["DiagnosticInfo"] = 25] = "DiagnosticInfo"; | ||
})(DataType = exports.DataType || (exports.DataType = {})); | ||
})(DataType || (exports.DataType = DataType = {})); | ||
//# sourceMappingURL=data_type.js.map |
@@ -5,5 +5,8 @@ "use strict"; | ||
*/ | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.decodeGuid = exports.encodeGuid = exports.randomGuid = exports.emptyGuid = exports.isValidGuid = void 0; | ||
const node_opcua_assert_1 = require("node-opcua-assert"); | ||
const node_opcua_assert_1 = __importDefault(require("node-opcua-assert")); | ||
const node_opcua_binary_stream_1 = require("node-opcua-binary-stream"); | ||
@@ -10,0 +13,0 @@ const node_opcua_guid_1 = require("node-opcua-guid"); |
{ | ||
"name": "node-opcua-basic-types", | ||
"version": "2.99.0", | ||
"version": "2.104.0", | ||
"description": "pure nodejs OPCUA SDK - module basic-types", | ||
@@ -9,3 +9,3 @@ "main": "./dist/index.js", | ||
"build": "tsc -b", | ||
"test": "echo none", | ||
"test": "mocha", | ||
"clean": "npx rimraf node_modules dist *.tsbuildinfo", | ||
@@ -15,14 +15,14 @@ "lint": "eslint source/*.ts" | ||
"dependencies": { | ||
"node-opcua-assert": "2.98.1", | ||
"node-opcua-binary-stream": "2.98.1", | ||
"node-opcua-buffer-utils": "2.98.1", | ||
"node-opcua-date-time": "2.99.0", | ||
"node-opcua-assert": "2.104.0", | ||
"node-opcua-binary-stream": "2.104.0", | ||
"node-opcua-buffer-utils": "2.104.0", | ||
"node-opcua-date-time": "2.104.0", | ||
"node-opcua-guid": "2.98.1", | ||
"node-opcua-nodeid": "2.99.0", | ||
"node-opcua-status-code": "2.98.1" | ||
"node-opcua-nodeid": "2.104.0", | ||
"node-opcua-status-code": "2.104.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "18.15.11", | ||
"node-opcua-benchmarker": "2.98.1", | ||
"node-opcua-debug": "2.99.0", | ||
"@types/node": "20.2.5", | ||
"node-opcua-benchmarker": "2.104.0", | ||
"node-opcua-debug": "2.104.0", | ||
"should": "^13.2.3" | ||
@@ -45,3 +45,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "90ce9f5b44d74198d84a384de622dfa94fd05c0c", | ||
"gitHead": "3cd6d355e8b3c66822d08a3ca682659ea5d1a55d", | ||
"files": [ | ||
@@ -48,0 +48,0 @@ "dist", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
116786
2272
+ Addednode-opcua-assert@2.104.0(transitive)
+ Addednode-opcua-binary-stream@2.104.0(transitive)
+ Addednode-opcua-buffer-utils@2.104.0(transitive)
+ Addednode-opcua-date-time@2.104.0(transitive)
+ Addednode-opcua-nodeid@2.104.0(transitive)
+ Addednode-opcua-status-code@2.104.0(transitive)
+ Addednode-opcua-utils@2.104.0(transitive)
- Removednode-opcua-assert@2.98.1(transitive)
- Removednode-opcua-binary-stream@2.98.1(transitive)
- Removednode-opcua-buffer-utils@2.98.1(transitive)
- Removednode-opcua-date-time@2.99.0(transitive)
- Removednode-opcua-nodeid@2.99.0(transitive)
- Removednode-opcua-status-code@2.98.1(transitive)
- Removednode-opcua-utils@2.98.1(transitive)
Updatednode-opcua-assert@2.104.0
Updatednode-opcua-date-time@2.104.0
Updatednode-opcua-nodeid@2.104.0