Socket
Socket
Sign inDemoInstall

tedious

Package Overview
Dependencies
Maintainers
7
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tedious - npm Package Compare versions

Comparing version 9.0.0 to 9.0.1

4

lib/data-types/uniqueidentifier.js

@@ -52,2 +52,6 @@ "use strict";

if (!/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test(value)) {
return TypeError('Invalid GUID.');
}
return value;

@@ -54,0 +58,0 @@ }

2

package.json

@@ -30,3 +30,3 @@ {

"license": "MIT",
"version": "9.0.0",
"version": "9.0.1",
"main": "./lib/tedious.js",

@@ -33,0 +33,0 @@ "repository": {

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