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.2.0 to 0.3.0

4

package.json
{
"name": "node-opcua-guid",
"main": "./src/guid.js",
"version": "0.2.0",
"version": "0.3.0",
"description": "pure nodejs OPCUA SDK - module -guid",

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

"dependencies": {
"node-opcua-assert": "^0.2.0"
"node-opcua-assert": "^0.3.0"
},

@@ -13,0 +13,0 @@ "devDependencies": {

"use strict";
var regexGUID = /^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}/;
const regexGUID = /^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}/;

@@ -5,0 +5,0 @@ /**

var should = require("should");
var isValidGuid = require("..").isValidGuid;
var emptyGuid = require("..").emptyGuid;
const should = require("should");
const isValidGuid = require("..").isValidGuid;
const emptyGuid = require("..").emptyGuid;

@@ -6,0 +6,0 @@ describe("GUID", function () {

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