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

node-opcua-hostname

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-hostname - npm Package Compare versions

Comparing version 2.66.0 to 2.67.0

2

dist/hostname.js

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

}
return str.substr(0, Math.min(str.length, length));
return str.substring(0, Math.min(str.length, length));
}

@@ -26,0 +26,0 @@ function fqdn(callback) {

@@ -5,3 +5,3 @@ {

"types": "./dist/index.d.ts",
"version": "2.66.0",
"version": "2.67.0",
"description": "pure nodejs OPCUA SDK - module -hostname",

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "97f47e2e242a1fd737495fd64cb65e8fb7a9964b"
"gitHead": "74c2fd7d4ce3eb48d25a911258bf90a64218ea0e"
}

@@ -12,3 +12,3 @@ /**

}
return str.substr(0, Math.min(str.length, length));
return str.substring(0, Math.min(str.length, length));
}

@@ -15,0 +15,0 @@

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