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

node-opcua-basic-types

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-basic-types - npm Package Compare versions

Comparing version 2.99.0 to 2.104.0

2

dist/attributeIds.js

@@ -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

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