node-opcua-guid
Advanced tools
Comparing version 0.3.0 to 0.4.0
{ | ||
"name": "node-opcua-guid", | ||
"main": "./src/guid.js", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "pure nodejs OPCUA SDK - module -guid", | ||
@@ -10,3 +10,3 @@ "scripts": { | ||
"dependencies": { | ||
"node-opcua-assert": "^0.3.0" | ||
"node-opcua-assert": "^0.4.0" | ||
}, | ||
@@ -13,0 +13,0 @@ "devDependencies": { |
@@ -6,6 +6,8 @@ "use strict"; | ||
/** | ||
* checks if provided string is a valid Guid | ||
* a valid GUID has the form XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXX | ||
* when X is a hexadecimal digit | ||
* | ||
* @method isValidGuid | ||
* | ||
* A valid Guid | ||
* XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXX | ||
* @param guid {String} | ||
@@ -12,0 +14,0 @@ * @return {Boolean} return true if the string is a valid GUID. |
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
3888
44
+ Addednode-opcua-assert@0.4.6(transitive)
- Removednode-opcua-assert@0.3.0(transitive)
Updatednode-opcua-assert@^0.4.0