node-opcua-hostname
Advanced tools
Comparing version 2.66.0 to 2.67.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13186