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

node-opcua-schemas

Package Overview
Dependencies
Maintainers
0
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-schemas - npm Package Compare versions

Comparing version 2.129.0 to 2.131.0

6

dist/source/dynamic_extension_object.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.createDynamicObjectConstructor = exports.DynamicExtensionObject = exports.getOrCreateConstructor = void 0;
exports.DynamicExtensionObject = void 0;
exports.getOrCreateConstructor = getOrCreateConstructor;
exports.createDynamicObjectConstructor = createDynamicObjectConstructor;
/**

@@ -51,3 +53,2 @@ * @module node-opcua-schemas

}
exports.getOrCreateConstructor = getOrCreateConstructor;
function encodeElement(field, element, stream, encodeFunc) {

@@ -716,3 +717,2 @@ if (encodeFunc) {

}
exports.createDynamicObjectConstructor = createDynamicObjectConstructor;
function warningLog(arg0, message) {

@@ -719,0 +719,0 @@ throw new Error("Function not implemented.");

@@ -11,3 +11,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.parseBinaryXSDAsync = exports.parseBinaryXSD = exports.InternalTypeDictionary = void 0;
exports.InternalTypeDictionary = void 0;
exports.parseBinaryXSD = parseBinaryXSD;
exports.parseBinaryXSDAsync = parseBinaryXSDAsync;
const chalk_1 = __importDefault(require("chalk"));

@@ -333,3 +335,2 @@ const node_opcua_assert_1 = __importDefault(require("node-opcua-assert"));

}
exports.parseBinaryXSD = parseBinaryXSD;
async function parseBinaryXSDAsync(xmlString, idProvider, dataTypeFactory) {

@@ -348,3 +349,2 @@ debugLog("parseBinaryXSDAsync");

}
exports.parseBinaryXSDAsync = parseBinaryXSDAsync;
//# sourceMappingURL=parse_binary_xsd.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getOrCreateStructuredTypeSchema = void 0;
exports.getOrCreateStructuredTypeSchema = getOrCreateStructuredTypeSchema;
/* eslint-disable max-depth */

@@ -157,3 +157,2 @@ /* eslint-disable max-statements */

}
exports.getOrCreateStructuredTypeSchema = getOrCreateStructuredTypeSchema;
//# sourceMappingURL=tools.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.toTypeScript = void 0;
exports.toTypeScript = toTypeScript;
function toTypeScript(dataTypeFactory) {

@@ -108,3 +108,2 @@ const enumeratedTypes = new Map();

}
exports.toTypeScript = toTypeScript;
//# sourceMappingURL=toTypeScript.js.map
{
"name": "node-opcua-schemas",
"version": "2.129.0",
"version": "2.131.0",
"description": "pure nodejs OPCUA SDK - module schemas",

@@ -19,11 +19,11 @@ "main": "dist/source/index.js",

"node-opcua-debug": "2.128.0",
"node-opcua-extension-object": "2.128.0",
"node-opcua-factory": "2.128.0",
"node-opcua-extension-object": "2.131.0",
"node-opcua-factory": "2.131.0",
"node-opcua-nodeid": "2.128.0",
"node-opcua-variant": "2.129.0",
"node-opcua-variant": "2.131.0",
"node-opcua-xml2json": "2.128.0"
},
"devDependencies": {
"node-opcua-data-model": "2.128.0",
"node-opcua-packet-analyzer": "2.128.0",
"node-opcua-data-model": "2.131.0",
"node-opcua-packet-analyzer": "2.131.0",
"node-opcua-utils": "2.128.0"

@@ -46,3 +46,3 @@ },

"homepage": "http://node-opcua.github.io/",
"gitHead": "8a1754350fb95a764e278d37a289f0c48ccb8c9d",
"gitHead": "80f430dd3044826c904f803af40297839dd809be",
"files": [

@@ -49,0 +49,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

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