Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

uuidv4

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uuidv4 - npm Package Compare versions

Comparing version 6.0.8 to 6.0.9

1

build/lib/uuidv4.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.fromString = exports.empty = exports.isUuid = exports.regex = exports.uuid = void 0;
const uuid_1 = require("uuid");

@@ -4,0 +5,0 @@ const uuidv4 = function () {

@@ -0,1 +1,8 @@

## [6.0.9](https://github.com/thenativeweb/uuidv4/compare/6.0.8...6.0.9) (2020-05-21)
### Bug Fixes
* bump uuid from 8.0.0 to 8.1.0 ([#163](https://github.com/thenativeweb/uuidv4/issues/163)) ([50ec04e](https://github.com/thenativeweb/uuidv4/commit/50ec04e86a33f123f3b4fac5038bec07c2075bee))
## [6.0.8](https://github.com/thenativeweb/uuidv4/compare/6.0.7...6.0.8) (2020-04-30)

@@ -2,0 +9,0 @@

6

package.json
{
"name": "uuidv4",
"version": "6.0.8",
"version": "6.0.9",
"description": "uuidv4 creates v4 UUIDs.",

@@ -30,3 +30,3 @@ "contributors": [

"dependencies": {
"uuid": "8.0.0"
"uuid": "8.1.0"
},

@@ -36,3 +36,3 @@ "devDependencies": {

"assertthat": "5.1.1",
"roboter": "11.1.19",
"roboter": "11.1.24",
"semantic-release-configuration": "1.0.19"

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