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

@heliosgraphics/utils

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heliosgraphics/utils - npm Package Compare versions

Comparing version 5.1.0 to 5.2.0

5

package.json
{
"name": "@heliosgraphics/utils",
"version": "5.1.0",
"version": "5.2.0",
"private": false,

@@ -10,3 +10,4 @@ "type": "module",

"@heliosgraphics/library": "latest",
"xss": "^1.0.14"
"uuid": "latest",
"xss": "latest"
},

@@ -13,0 +14,0 @@ "engines": {

6

uuid.ts

@@ -1,5 +0,5 @@

import crypto from "crypto"
import { v4 as uuidv4 } from "uuid"
const IS_TEST: boolean = process.env.NODE_ENV === "test"
export const TEST_UUID: string = "00000000-0000-0000-0000-000000000000" as const
export const TEST_UUID: string = "00000000-0000-0000-0000-000000000000"

@@ -12,3 +12,3 @@ export const getUUID = (id?: unknown) => {

return crypto.randomUUID()
return uuidv4()
}

@@ -15,0 +15,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