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

hyperid

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperid - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

hyperid.js

@@ -29,3 +29,3 @@ 'use strict'

if (count === maxInt) {
generate.uuid = uuid.v4()
generate.uuid = uuid()
id = baseId(generate.uuid, urlSafe) // rebase

@@ -32,0 +32,0 @@ count = 0

{
"name": "hyperid",
"version": "1.3.0",
"version": "1.3.1",
"description": "Uber-fast unique id generation, for Node.js and the browser",

@@ -35,8 +35,8 @@ "main": "hyperid",

"tape": "^4.9.0",
"uuid": "^3.0.0",
"zuul": "^3.11.1"
},
"dependencies": {
"uuid": "^3.0.0",
"uuid-parse": "^1.0.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