Socket
Socket
Sign inDemoInstall

node-opcua-assert

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-assert - npm Package Compare versions

Comparing version 2.5.8 to 2.6.0-alpha.1

6

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/***
* @module node-opcua-assert
*/
exports.assert = void 0;
const chalk = require("chalk");

@@ -13,5 +11,3 @@ const PrettyError = require("pretty-error");

const err = new Error(message);
// istanbul ignore next
if (displayAssert) {
// tslint:disable:no-console
console.log(chalk.whiteBright.bgRed("-----------------------------------------------------------"));

@@ -18,0 +14,0 @@ console.log(chalk.whiteBright.bgRed(message));

4

package.json
{
"name": "node-opcua-assert",
"version": "2.5.8",
"version": "2.6.0-alpha.1",
"description": "pure nodejs OPCUA SDK - module -assert",

@@ -33,3 +33,3 @@ "main": "./dist/index.js",

"homepage": "http://node-opcua.github.io/",
"gitHead": "c5378e667ad93ab0486fa1cfd35ecfd684db4878"
"gitHead": "becfcbe561410100413321e3f7f3913c6f75b837"
}

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