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.0.0-alpha.8 to 2.0.0-alpha.9

3

dist/display_trace.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @module node-opcua-debug
*/
// tslint:disable:no-console

@@ -4,0 +7,0 @@ const chalk_1 = require("chalk");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @module node-opcua-debug
*/
// tslint:disable:no-console

@@ -4,0 +7,0 @@ const util = require("util");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @module node-opcua-debug
*/
const fs = require("fs");

@@ -4,0 +7,0 @@ const path = require("path");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @module node-opcua-debug
*/
// tslint:disable:no-var-requires

@@ -4,0 +7,0 @@ const hexy = require("hexy");

@@ -0,1 +1,4 @@

/**
* @module node-opcua-debug
*/
export { trace_from_this_projet_only, display_trace_from_this_projet_only } from "./display_trace";

@@ -2,0 +5,0 @@ export { checkDebugFlag, setDebugFlag, make_debugLog } from "./make_debug_log";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @module node-opcua-debug
*/
var display_trace_1 = require("./display_trace");

@@ -4,0 +7,0 @@ exports.trace_from_this_projet_only = display_trace_1.trace_from_this_projet_only;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @module node-opcua-debug
*/
// tslint:disable:no-console

@@ -4,0 +7,0 @@ const chalk_1 = require("chalk");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @module node-opcua-debug
*/
const node_opcua_buffer_utils_1 = require("node-opcua-buffer-utils");

@@ -4,0 +7,0 @@ function inlineText(f) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @module node-opcua-debug
*/
// tslint:disable:no-console

@@ -4,0 +7,0 @@ // tslint:disable:ban-types

8

package.json
{
"name": "node-opcua-debug",
"version": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"description": "pure nodejs OPCUA SDK - module -debug",

@@ -12,4 +12,4 @@ "scripts": {

"hexy": "^0.3.0",
"node-opcua-assert": "^2.0.0-alpha.8",
"node-opcua-buffer-utils": "^2.0.0-alpha.8",
"node-opcua-assert": "^2.0.0-alpha.9",
"node-opcua-buffer-utils": "^2.0.0-alpha.9",
"underscore": "^1.9.1"

@@ -38,3 +38,3 @@ },

"homepage": "http://node-opcua.github.io/",
"gitHead": "7bbf38d5a3cd29cb6aed6ca38078f4d89d3f956a"
"gitHead": "cd7120d1840593757f0f3c9e53be4e85883dc0e6"
}

@@ -0,1 +1,4 @@

/**
* @module node-opcua-debug
*/
// tslint:disable:no-console

@@ -2,0 +5,0 @@ import chalk from "chalk";

@@ -0,1 +1,4 @@

/**
* @module node-opcua-debug
*/
// tslint:disable:no-console

@@ -2,0 +5,0 @@ import * as util from "util";

@@ -0,1 +1,4 @@

/**
* @module node-opcua-debug
*/
import * as fs from "fs";

@@ -2,0 +5,0 @@ import * as path from "path";

@@ -0,1 +1,4 @@

/**
* @module node-opcua-debug
*/
// tslint:disable:no-var-requires

@@ -2,0 +5,0 @@ const hexy = require("hexy");

@@ -0,1 +1,4 @@

/**
* @module node-opcua-debug
*/
export { trace_from_this_projet_only, display_trace_from_this_projet_only } from "./display_trace";

@@ -2,0 +5,0 @@ export { checkDebugFlag, setDebugFlag, make_debugLog } from "./make_debug_log";

@@ -0,1 +1,4 @@

/**
* @module node-opcua-debug
*/
// tslint:disable:no-console

@@ -2,0 +5,0 @@ import chalk from "chalk";

@@ -0,1 +1,4 @@

/**
* @module node-opcua-debug
*/
import { makeBuffer } from "node-opcua-buffer-utils";

@@ -2,0 +5,0 @@

@@ -0,1 +1,4 @@

/**
* @module node-opcua-debug
*/
// tslint:disable:no-console

@@ -2,0 +5,0 @@ // tslint:disable:ban-types

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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