Socket
Socket
Sign inDemoInstall

node-opcua-debug

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-debug - npm Package Compare versions

Comparing version 2.64.0 to 2.64.1

dist/get_temp_filename.d.ts

0

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

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

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

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

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

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

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

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

@@ -0,0 +0,0 @@ /// <reference types="node" />

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

@@ -0,0 +0,0 @@ /// <reference types="node" />

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

export declare function removeDecoration(str: string): string;

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

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

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

export { getTempFilename } from "./get_temp_filename";
export { redirectToFile } from "./redirect_to_file";

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

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

72

package.json
{
"name": "node-opcua-debug",
"version": "2.64.0",
"description": "pure nodejs OPCUA SDK - module -debug",
"dependencies": {
"hexy": "0.3.4",
"node-opcua-assert": "2.64.0",
"node-opcua-buffer-utils": "2.64.0"
},
"devDependencies": {
"chalk": "4.1.2",
"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": "e4d73afdfcccb3491423149d9b9785888f4ebb3c",
"scripts": {
"build": "tsc -b",
"clean": "node -e \"require('rimraf').sync('dist');\"",
"test": "mocha"
}
}
"name": "node-opcua-debug",
"version": "2.64.1",
"description": "pure nodejs OPCUA SDK - module -debug",
"scripts": {
"build": "tsc -b",
"clean": "node -e \"require('rimraf').sync('dist');\"",
"test": "mocha"
},
"dependencies": {
"hexy": "0.3.4",
"node-opcua-assert": "2.64.1",
"node-opcua-buffer-utils": "2.64.1"
},
"devDependencies": {
"chalk": "4.1.2",
"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": "b65b8738603cd475d7d99a2b20b0ae9d32b4110c"
}
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