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.62.5 to 2.62.6

3

dist/make_loggers.js

@@ -35,2 +35,5 @@ "use strict";

function extractBasename(name) {
if (!name) {
return "";
}
// return basename(name).replace(/\.(js|ts)$/, "");

@@ -37,0 +40,0 @@ return name.replace(/(.*[\\|/])?/g, "").replace(/\.(js|ts)$/, "");

4

package.json
{
"name": "node-opcua-debug",
"version": "2.62.5",
"version": "2.62.6",
"description": "pure nodejs OPCUA SDK - module -debug",

@@ -36,3 +36,3 @@ "scripts": {

"homepage": "http://node-opcua.github.io/",
"gitHead": "cb95f55c77e94127d0f9f2ab00a7e78c27b57633"
"gitHead": "c6a3935e0c8d1c3da6a5b4c8a32dc0fb2604fddd"
}

@@ -37,2 +37,5 @@ /**

function extractBasename(name: string): string {
if (!name) {
return "";
}
// return basename(name).replace(/\.(js|ts)$/, "");

@@ -39,0 +42,0 @@ return name.replace(/(.*[\\|/])?/g, "").replace(/\.(js|ts)$/, "");

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