Socket
Socket
Sign inDemoInstall

node-opcua-debug

Package Overview
Dependencies
10
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.2 to 2.5.0-alpha.0

0

dist/display_trace.d.ts
export declare function trace_from_this_projet_only(err?: Error): string;
export declare function display_trace_from_this_projet_only(err?: Error): void;

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

export declare function dump(obj: any): void;
export declare function dumpIf(condition: boolean, obj: any): void;

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

export declare function getTempFilename(tmpFilename: string | null): string;

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

/// <reference types="node" />
export declare function hexDump(buffer: Buffer | null, width?: number, maxSize?: number): any;

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

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

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

@@ -0,0 +0,0 @@ export declare function setDebugFlag(scriptFullPath: string, flag: boolean): void;

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

/// <reference types="node" />
export declare function inlineText(f: any): string;
export declare function makebuffer_from_trace(func: string | Function): Buffer;

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

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

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

72

package.json
{
"name": "node-opcua-debug",
"version": "2.4.2",
"description": "pure nodejs OPCUA SDK - module -debug",
"scripts": {
"build": "tsc",
"test": "mocha test"
},
"dependencies": {
"chalk": "^3.0.0",
"hexy": "^0.3.0",
"node-opcua-assert": "^2.3.0",
"node-opcua-buffer-utils": "^2.4.2",
"underscore": "^1.9.2"
},
"devDependencies": {
"chalk": "^3.0.0",
"should": "13.2.3"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"author": "Etienne Rossignon",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/node-opcua/node-opcua.git"
},
"keywords": [
"OPCUA",
"opcua",
"m2m",
"iot",
"opc ua",
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "6e4967fd20a09317ddd00098bcfe93e92c1df510"
"name": "node-opcua-debug",
"version": "2.5.0-alpha.0",
"description": "pure nodejs OPCUA SDK - module -debug",
"scripts": {
"build": "tsc -b",
"test": "mocha test"
},
"dependencies": {
"chalk": "^3.0.0",
"hexy": "^0.3.0",
"node-opcua-assert": "^2.5.0-alpha.0",
"node-opcua-buffer-utils": "^2.5.0-alpha.0",
"underscore": "^1.9.2"
},
"devDependencies": {
"chalk": "^3.0.0",
"should": "13.2.3"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"author": "Etienne Rossignon",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/node-opcua/node-opcua.git"
},
"keywords": [
"OPCUA",
"opcua",
"m2m",
"iot",
"opc ua",
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "341ac6292b30304bb028ab10971dc8552ff1a35a"
}

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

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

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

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

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

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

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

{
"extends" : "../tsconfig.json",
"extends": "../tsconfig.json",
"compilerOptions": {
"rootDir": "source",
"outDir": "dist"
"outDir": "dist",
"composite": true
},
"files": [
"source/index.ts"
"include": [
"source/**/*.ts"
],
"references": [
{
"path": "../node-opcua-assert"
},
{
"path": "../node-opcua-buffer-utils"
}
],
"exclude": [
"node_modules",
"dist"
]
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc