New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-opcua-types

Package Overview
Dependencies
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-types - npm Package Compare versions

Comparing version 2.103.0 to 2.104.0

29

dist/generate.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

@@ -16,7 +39,7 @@ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }

// tslint:disable:no-console
const path = require("path");
const d = require("node-opcua-data-model");
const path = __importStar(require("path"));
const d = __importStar(require("node-opcua-data-model"));
const node_opcua_data_value_1 = require("node-opcua-data-value");
const node_opcua_generator_1 = require("node-opcua-generator");
const n = require("node-opcua-numeric-range");
const n = __importStar(require("node-opcua-numeric-range"));
const node_opcua_variant_1 = require("node-opcua-variant");

@@ -23,0 +46,0 @@ const force_inclusion = n.NumericRange;

30

package.json
{
"name": "node-opcua-types",
"version": "2.103.0",
"version": "2.104.0",
"description": "pure nodejs OPCUA SDK - module types",

@@ -15,15 +15,15 @@ "main": "./dist/index.js",

"dependencies": {
"node-opcua-assert": "2.98.1",
"node-opcua-basic-types": "2.99.0",
"node-opcua-binary-stream": "2.98.1",
"node-opcua-data-model": "2.102.0",
"node-opcua-data-value": "2.102.0",
"node-opcua-enum": "2.98.1",
"node-opcua-extension-object": "2.99.0",
"node-opcua-factory": "2.99.0",
"node-opcua-generator": "2.103.0",
"node-opcua-nodeid": "2.99.0",
"node-opcua-numeric-range": "2.102.0",
"node-opcua-status-code": "2.98.1",
"node-opcua-variant": "2.102.0"
"node-opcua-assert": "2.104.0",
"node-opcua-basic-types": "2.104.0",
"node-opcua-binary-stream": "2.104.0",
"node-opcua-data-model": "2.104.0",
"node-opcua-data-value": "2.104.0",
"node-opcua-enum": "2.104.0",
"node-opcua-extension-object": "2.104.0",
"node-opcua-factory": "2.104.0",
"node-opcua-generator": "2.104.0",
"node-opcua-nodeid": "2.104.0",
"node-opcua-numeric-range": "2.104.0",
"node-opcua-status-code": "2.104.0",
"node-opcua-variant": "2.104.0"
},

@@ -48,3 +48,3 @@ "devDependencies": {

"homepage": "http://node-opcua.github.io/",
"gitHead": "e206cac2daf39bd07e5ac6cbd744f966bb54759e",
"gitHead": "3cd6d355e8b3c66822d08a3ca682659ea5d1a55d",
"files": [

@@ -51,0 +51,0 @@ "dist",

Sorry, the diff of this file is too big to display

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 too big to display

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