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.55.0 to 2.63.0

2

dist/index.js

@@ -8,3 +8,3 @@ "use strict";

const chalk = require("chalk");
const displayAssert = process.env.DISPLAY_ASSERT ? true : false;
const displayAssert = typeof process === "object" ? (process.env.DISPLAY_ASSERT ? true : false) : false;
function assert(cond, message) {

@@ -11,0 +11,0 @@ if (!cond) {

{
"name": "node-opcua-assert",
"version": "2.55.0",
"version": "2.63.0",
"description": "pure nodejs OPCUA SDK - module -assert",

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "28fdbfe1c5306fd0e69758ccacfa2c6d1722115c"
"gitHead": "df4335584455009c6caa21ed6a2fa42caa9104ed"
}

@@ -6,3 +6,3 @@ /***

const displayAssert = process.env.DISPLAY_ASSERT ? true : false;
const displayAssert = typeof process === "object" ? (process.env.DISPLAY_ASSERT ? true : false) : false;

@@ -9,0 +9,0 @@ type func = (...args: any[]) => any;

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