Socket
Socket
Sign inDemoInstall

pure-uuid

Package Overview
Dependencies
0
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.1 to 1.4.2

2

bower.json
{
"name": "pure-uuid",
"version": "1.4.1",
"version": "1.4.2",
"homepage": "http://github.com/rse/pure-uuid",

@@ -5,0 +5,0 @@ "description": "Pure JavaScript Based Universally Unique Identifier (UUID)",

@@ -5,3 +5,3 @@ {

"description": "Pure JavaScript Based Universally Unique Identifier (UUID)",
"version": "1.4.1",
"version": "1.4.2",
"license": "MIT",

@@ -8,0 +8,0 @@ "author": {

@@ -105,3 +105,9 @@ /*

});
it("should be able to detect errors", function () {
expect(function () { new UUID().parse("00000000-0000-0000-0000-000000000000"); })
.to.not.throw(Error);
expect(function () { new UUID().parse("xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"); })
.to.throw(Error);
});
});
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc