Socket
Socket
Sign inDemoInstall

short-uuid

Package Overview
Dependencies
2
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0 to 5.0.1

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Change Log

## [5.0.1] - 2024-04-30
### Changed
- Updated `engines` in `package.json` to reflect correct support (Node >=14)
## [5.0.0] - 2024-04-29

@@ -7,0 +11,0 @@ ### MAJOR CHANGES

4

package.json
{
"name": "short-uuid",
"version": "5.0.0",
"version": "5.0.1",
"description": "Create and translate standard UUIDs with shorter formats.",

@@ -12,3 +12,3 @@ "main": "index.js",

"engines": {
"node": ">=8"
"node": ">=14"
},

@@ -15,0 +15,0 @@ "repository": {

@@ -9,4 +9,6 @@ # short-uuid

## v5.0.0
## v5.0.1
5.0.1 corrects node support in the `engine` section of `package.json`.
### Major Changes in 5.0.0

@@ -13,0 +15,0 @@ - 🛑 5.0.0 drops support for Node 10 and 12.

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡ī¸ by Socket Inc