Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-opcua-utils

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-utils - npm Package Compare versions

Comparing version 2.98.1 to 2.104.0

9

dist/compare_buffers.js
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -8,3 +11,3 @@ exports.compare_buffers = void 0;

// tslint:disable:no-console
const chalk = require("chalk");
const chalk_1 = __importDefault(require("chalk"));
const buffer_ellipsis_1 = require("./buffer_ellipsis");

@@ -20,4 +23,4 @@ function compare_buffers(buf1, buf2, max_length) {

console.log("pos = ", cursor);
console.log("slice1 :", chalk.yellow((0, buffer_ellipsis_1.buffer_ellipsis)(slice1)));
console.log("slice2 :", chalk.blue((0, buffer_ellipsis_1.buffer_ellipsis)(slice2)));
console.log("slice1 :", chalk_1.default.yellow((0, buffer_ellipsis_1.buffer_ellipsis)(slice1)));
console.log("slice2 :", chalk_1.default.blue((0, buffer_ellipsis_1.buffer_ellipsis)(slice2)));
}

@@ -24,0 +27,0 @@ cursor += block_length;

"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -8,3 +11,3 @@ exports.setDeprecated = void 0;

// tslint:disable:ban-types
const chalk = require("chalk");
const chalk_1 = __importDefault(require("chalk"));
const node_opcua_assert_1 = require("node-opcua-assert");

@@ -19,3 +22,3 @@ /* istanbul ignore next */

// tslint:disable:no-console
console.log(chalk.green("Warning !"), chalk.green(chalk.bold(constructor.name + "#" + methodName), " is now deprecated"));
console.log(chalk_1.default.green("Warning !"), chalk_1.default.green(chalk_1.default.bold(constructor.name + "#" + methodName), " is now deprecated"));
console.log(" ", helpString);

@@ -22,0 +25,0 @@ }

@@ -139,6 +139,6 @@ "use strict";

}
exports.WatchDog = WatchDog;
WatchDog.emptyKeepAlive = () => {
/* */
};
exports.WatchDog = WatchDog;
//# sourceMappingURL=watchdog.js.map
{
"name": "node-opcua-utils",
"version": "2.98.1",
"version": "2.104.0",
"description": "pure nodejs OPCUA SDK - module utils",

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

"chalk": "4.1.2",
"node-opcua-assert": "2.98.1"
"node-opcua-assert": "2.104.0"
},
"devDependencies": {
"should": "^13.2.3",
"sinon": "^15.0.3"
"sinon": "^15.1.0"
},

@@ -38,3 +38,3 @@ "author": "Etienne Rossignon",

"homepage": "http://node-opcua.github.io/",
"gitHead": "e4d73afdfcccb3491423149d9b9785888f4ebb3c",
"gitHead": "3cd6d355e8b3c66822d08a3ca682659ea5d1a55d",
"files": [

@@ -41,0 +41,0 @@ "dist",

@@ -5,3 +5,3 @@ /**

// tslint:disable:no-console
import * as chalk from "chalk";
import chalk from "chalk";
import { buffer_ellipsis } from "./buffer_ellipsis";

@@ -8,0 +8,0 @@

@@ -5,3 +5,3 @@ /**

// tslint:disable:ban-types
import * as chalk from "chalk";
import chalk from "chalk";
import { assert } from "node-opcua-assert";

@@ -8,0 +8,0 @@

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