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.75.0 to 2.76.0

0

dist/factory_code_generator.d.ts

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

export declare function generate(filename: string, generatedTypescriptFilename: string): Promise<void>;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ConstructorFunc } from "node-opcua-factory";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

export * from "./line_file";
export * from "./normalize_require_file";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { LineFile } from "node-opcua-utils";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { LineFile1 } from "./line_file";

@@ -0,0 +0,0 @@ "use strict";

38

package.json
{
"name": "node-opcua-generator",
"version": "2.75.0",
"version": "2.76.0",
"description": "pure nodejs OPCUA SDK - module -generator",

@@ -16,29 +16,21 @@ "main": "./dist/index.js",

"chalk": "4.1.2",
"node-opcua-assert": "2.74.0",
"node-opcua-basic-types": "2.74.0",
"node-opcua-buffer-utils": "2.74.0",
"node-opcua-assert": "2.76.0",
"node-opcua-constants": "2.74.0",
"node-opcua-data-model": "2.75.0",
"node-opcua-data-value": "2.75.0",
"node-opcua-date-time": "2.74.0",
"node-opcua-debug": "2.74.0",
"node-opcua-enum": "2.74.0",
"node-opcua-factory": "2.75.0",
"node-opcua-guid": "2.74.0",
"node-opcua-nodeid": "2.74.0",
"node-opcua-numeric-range": "2.75.0",
"node-opcua-schemas": "2.75.0",
"node-opcua-status-code": "2.74.0",
"node-opcua-utils": "2.74.0",
"node-opcua-variant": "2.75.0",
"node-opcua-xml2json": "2.74.0"
"node-opcua-debug": "2.76.0",
"node-opcua-factory": "2.76.0",
"node-opcua-nodeid": "2.76.0",
"node-opcua-schemas": "2.76.0",
"node-opcua-utils": "2.76.0"
},
"devDependencies": {
"node-opcua-binary-stream": "2.74.0",
"node-opcua-extension-object": "2.75.0",
"node-opcua-packet-analyzer": "2.75.0",
"node-opcua-basic-types": "2.76.0",
"node-opcua-binary-stream": "2.76.0",
"node-opcua-extension-object": "2.76.0",
"node-opcua-packet-analyzer": "2.76.0",
"node-opcua-status-code": "2.76.0",
"prettier": "^2.7.1",
"should": "^13.2.3",
"source-map-support": "^0.5.21",
"typescript": "4.7.4"
"typescript": "4.7.4",
"underscore": "^1.13.4"
},

@@ -60,3 +52,3 @@ "author": "Etienne Rossignon",

"homepage": "http://node-opcua.github.io/",
"gitHead": "5ccb835ca480c2a8a591ae61b5949a9d8bad4017"
"gitHead": "75d9b8cf894c8fbadf77d2c4a48a730d055465e7"
}
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