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 3.1.0 to 3.1.1

uuid-node.js

2

hyperid.js
'use strict'
const uuidv4 = require('./uuid')
const uuidv4 = require('./uuid-node')
const parser = require('uuid-parse')

@@ -5,0 +5,0 @@ const maxInt = Math.pow(2, 31) - 1

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

@@ -9,3 +9,3 @@ "main": "hyperid",

"index.d.ts",
"uuid.js",
"uuid-node.js",
"uuid-browser.js",

@@ -52,4 +52,4 @@ "test"

"browser": {
"./uuid.js": "./uuid-browser.js"
"./uuid-node.js": "./uuid-browser.js"
}
}
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