New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@actually_connor/uuid

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@actually_connor/uuid - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

package.json
{
"name": "@actually_connor/uuid",
"version": "0.3.0",
"version": "0.3.1",
"description": "A JavaScript library that provides a 'ramsey/uuid'-like interface for the uuid package",

@@ -5,0 +5,0 @@ "keywords": [

@@ -86,3 +86,3 @@ <h1 align="center">@actually_connor/uuid</h1>

### toHex
### getHex

@@ -101,3 +101,3 @@ Convert array of bytes to UUID hexadecimal string

const uuid = Uuid.uuid4();
uuid.toHex(); // ⇨ '6EC0BD7F11C043DA975E2A8AD9EBAE0B'
uuid.getHex(); // ⇨ '6EC0BD7F11C043DA975E2A8AD9EBAE0B'
```

@@ -104,0 +104,0 @@

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