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

node-opcua-guid

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-guid - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

4

package.json
{
"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.

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