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

node-opcua-generator

Package Overview
Dependencies
Maintainers
1
Versions
220
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.89.0 to 2.90.0

6

dist/generator.js

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

return __awaiter(this, void 0, void 0, function* () {
var _a;
const schemaTypescriptFile = schemaName + "_Schema.ts";

@@ -113,3 +112,3 @@ const currentFolder = process.cwd();

if (generatedSourceIsOutdated) {
const module = yield (_a = localSchemaFile, Promise.resolve().then(() => require(_a)));
const module = yield Promise.resolve().then(() => require(localSchemaFile));
const schema = module[schemaName + "_Schema"];

@@ -140,3 +139,2 @@ if (!schema) {

return __awaiter(this, void 0, void 0, function* () {
var _a;
if (!schema.split) {

@@ -159,3 +157,3 @@ console.log("error !", schema);

const schemaFile = path.join(folderHint, schema + "_schema.ts");
const module = yield (_a = schemaFile, Promise.resolve().then(() => require(_a)));
const module = yield Promise.resolve().then(() => require(schemaFile));
if (!module) {

@@ -162,0 +160,0 @@ throw new Error("cannot find " + schemaFile);

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

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

"node-opcua-constants": "2.88.0",
"node-opcua-debug": "2.88.0",
"node-opcua-factory": "2.89.0",
"node-opcua-nodeid": "2.88.0",
"node-opcua-schemas": "2.89.0",
"node-opcua-debug": "2.90.0",
"node-opcua-factory": "2.90.0",
"node-opcua-nodeid": "2.90.0",
"node-opcua-schemas": "2.90.0",
"node-opcua-utils": "2.88.0"
},
"devDependencies": {
"node-opcua-basic-types": "2.89.0",
"node-opcua-basic-types": "2.90.0",
"node-opcua-binary-stream": "2.89.0",
"node-opcua-extension-object": "2.89.0",
"node-opcua-packet-analyzer": "2.89.0",
"node-opcua-extension-object": "2.90.0",
"node-opcua-packet-analyzer": "2.90.0",
"node-opcua-status-code": "2.89.0",

@@ -50,3 +50,3 @@ "prettier": "^2.8.2",

"homepage": "http://node-opcua.github.io/",
"gitHead": "93d5502a1b71afbb5e5fa56846615c412b63cc1b"
"gitHead": "d55f9150c3ffa5b86fbe1a0baba69a2543c3090a"
}

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