
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
Simple, fast parsing and unparsing of RFC4122 UUIDS.
Features:
npm install uuid-parse
const uuidParse = require('uuid-parse');
Parse and unparse UUIDs
id - (String) UUID(-like) stringbuffer - (Array | Buffer) Array or buffer where UUID bytes are to be written. Default: A new Buffer is usedoffset - (Number) Starting index in buffer at which to begin writing. Default: 0Example parsing and unparsing a UUID string
const bytes = uuidParse.parse('797ff043-11eb-11e1-80d6-510998755d10'); // -> <Buffer 79 7f f0 43 11 eb 11 e1 80 d6 51 09 98 75 5d 10>
const string = uuidParse.unparse(bytes); // -> '797ff043-11eb-11e1-80d6-510998755d10'
npm test
Please make sure to check out the repository that originated these functions: node-uuid. These functions were removed from a recent version of that library and I wanted to make sure they were still exposed for the packages who were dependent on them.
The 'uuid' package is a popular library for generating and validating UUIDs. Unlike uuid-parse, it focuses more on the creation and validation of UUIDs rather than parsing and formatting. It provides methods to generate UUIDs of different versions (v1, v3, v4, v5).
The 'node-uuid' package is another library for generating UUIDs. It is similar to the 'uuid' package but is an older implementation. It also provides methods for generating UUIDs of different versions but does not focus on parsing and formatting like uuid-parse.
The 'uuid-js' package is a JavaScript library for generating and parsing UUIDs. It provides similar functionalities to uuid-parse but also includes additional features like generating UUIDs based on timestamps and random numbers.
FAQs
RFC4122 UUID parser
The npm package uuid-parse receives a total of 613,793 weekly downloads. As such, uuid-parse popularity was classified as popular.
We found that uuid-parse demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.