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

node-opcua-generator

Package Overview
Dependencies
Maintainers
1
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-generator - npm Package Compare versions

Comparing version 2.132.0 to 2.133.0

4

dist/factory_code_generator.js

@@ -361,3 +361,2 @@ "use strict";

write(" * verify that all object attributes values are valid according to schema");
write(" * @method isValid");
write(" * @return {Boolean}");

@@ -379,3 +378,2 @@ write(" */");

write(" * encode the object into a binary stream");
write(" * @method encode");
write(" *");

@@ -456,3 +454,2 @@ write(" * @param stream {BinaryStream}");

write(" * decode the object from a binary stream");
write(" * @method decode");
write(" *");

@@ -476,3 +473,2 @@ write(" * @param stream {BinaryStream}");

write(" * decode the object from a binary stream");
write(" * @method decode");
write(" *");

@@ -479,0 +475,0 @@ write(" * @param stream {BinaryStream}");

@@ -52,4 +52,2 @@ "use strict";

* @module opcua.miscellaneous
* @class Factory
* @static
*/

@@ -56,0 +54,0 @@ function compileTScriptCode(typescriptFilename) {

2

dist/utils/normalize_require_file.d.ts
/**
* @method normalize_require_file
* @param baseFolder

@@ -4,0 +4,0 @@ * @param fullPathToFile

@@ -10,3 +10,3 @@ "use strict";

/**
* @method normalize_require_file
* @param baseFolder

@@ -13,0 +13,0 @@ * @param fullPathToFile

{
"name": "node-opcua-generator",
"version": "2.132.0",
"version": "2.133.0",
"description": "pure nodejs OPCUA SDK - module generator",

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

"node-opcua-constants": "2.125.0",
"node-opcua-debug": "2.128.0",
"node-opcua-factory": "2.132.0",
"node-opcua-nodeid": "2.128.0",
"node-opcua-schemas": "2.132.0",
"node-opcua-utils": "2.128.0"
"node-opcua-debug": "2.133.0",
"node-opcua-factory": "2.133.0",
"node-opcua-nodeid": "2.133.0",
"node-opcua-schemas": "2.133.0",
"node-opcua-utils": "2.133.0"
},
"devDependencies": {
"node-opcua-basic-types": "2.132.0",
"node-opcua-binary-stream": "2.128.0",
"node-opcua-extension-object": "2.132.0",
"node-opcua-packet-analyzer": "2.132.0",
"node-opcua-status-code": "2.128.0",
"node-opcua-basic-types": "2.133.0",
"node-opcua-binary-stream": "2.133.0",
"node-opcua-extension-object": "2.133.0",
"node-opcua-packet-analyzer": "2.133.0",
"node-opcua-status-code": "2.133.0",
"underscore": "^1.13.7"

@@ -48,3 +48,3 @@ },

"homepage": "http://node-opcua.github.io/",
"gitHead": "5fab0f1eac0e59abf94bab9034035aec44890456",
"gitHead": "921bb04f2e7ce3109dd051ff27a2210edf700344",
"files": [

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

@@ -391,3 +391,3 @@ /* istanbul ignore file */

write(" * verify that all object attributes values are valid according to schema");
write(" * @method isValid");
write(" * @return {Boolean}");

@@ -409,3 +409,3 @@ write(" */");

write(" * encode the object into a binary stream");
write(" * @method encode");
write(" *");

@@ -483,3 +483,3 @@ write(" * @param stream {BinaryStream}");

write(" * decode the object from a binary stream");
write(" * @method decode");
write(" *");

@@ -503,3 +503,3 @@ write(" * @param stream {BinaryStream}");

write(" * decode the object from a binary stream");
write(" * @method decode");
write(" *");

@@ -506,0 +506,0 @@ write(" * @param stream {BinaryStream}");

@@ -25,4 +25,2 @@ /* istanbul ignore file */

* @module opcua.miscellaneous
* @class Factory
* @static
*/

@@ -29,0 +27,0 @@

import path from "path";
// ---------------------------------------------------------------------------------------------------------------------
/**
* @method normalize_require_file
* @param baseFolder

@@ -6,0 +6,0 @@ * @param fullPathToFile

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