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

uuid-with-v6

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uuid-with-v6 - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "uuid-with-v6",
"version": "1.0.4",
"version": "1.0.5",
"description": "UUID Version 6",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -7,4 +7,18 @@ uuid-with-v6 [![Build Status](https://travis-ci.org/kurttheviking/uuid-with-v6-js.svg?branch=master)](https://travis-ci.org/kurttheviking/uuid-with-v6-js) [![Coverage Status](https://coveralls.io/repos/github/kurttheviking/uuid-with-v6-js/badge.svg?branch=master)](https://coveralls.io/github/kurttheviking/uuid-with-v6-js?branch=master)

## Quickstart
## Getting started
### Prerequisites
Node.js 4.x (LTS) is required.
### Install
Install with [npm](https://www.npmjs.com):
```sh
npm install --save uuid-with-v6
```
### Use
```js

@@ -167,6 +181,2 @@ const uuid = require('uuid-with-v6');

### Environment
Node.js 4.x (LTS) is required.
### Tests

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