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.6.0-alpha.1 to 2.6.1

5

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

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

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

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

4

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

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

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

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