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

uuidv4

Package Overview
Dependencies
Maintainers
4
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 0.5.0 to 1.0.0

12

package.json
{
"name": "uuidv4",
"version": "0.5.0",
"version": "1.0.0",
"description": "uuid creates UUIDs.",

@@ -13,2 +13,6 @@ "contributors": [

"email": "matthias.wagler@thenativeweb.io"
},
{
"name": "Jan-Hendrik Grundhöfer",
"email": "jan-hendrik.grundhoefer@thenativeweb.io"
}

@@ -21,5 +25,5 @@ ],

"devDependencies": {
"assertthat": "0.8.5",
"roboter": "0.15.1",
"roboter-server": "0.15.1"
"assertthat": "1.0.0",
"roboter": "0.15.6",
"roboter-server": "0.15.6"
},

@@ -26,0 +30,0 @@ "repository": {

@@ -7,3 +7,3 @@ # uuid

```bash
```shell
$ npm install uuidv4

@@ -64,3 +64,3 @@ ```

```bash
```shell
$ bot

@@ -72,3 +72,3 @@ ```

The MIT License (MIT)
Copyright (c) 2014-2017 the native web.
Copyright (c) 2014-2018 the native web.

@@ -75,0 +75,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

@@ -31,2 +31,3 @@ 'use strict';

'(MIT AND CC-BY-3.0)',
'(MIT OR Apache-2.0)',
'(WTFPL OR MIT)'

@@ -39,2 +40,5 @@ ],

// BSD-3-Clause, see https://github.com/estools/esquery/blob/v1.0.0/license.txt
esquery: '1.0.0',
// MIT, see https://github.com/mklabs/node-fileset/blob/v0.2.1/LICENSE-MIT

@@ -46,4 +50,4 @@ fileset: '0.2.1',

// BSD-2-Clause, see https://github.com/facebook/regenerator/blob/e22c9317987ebcf4041e9188cb208b94f662df35/LICENSE
'regenerator-transform': '0.9.8',
// BSD-2-Clause, see https://github.com/facebook/regenerator/blob/30d34536b9e3f7a2873b04a16ec66fec9c8246f6/LICENSE
'regenerator-transform': '0.10.1',

@@ -50,0 +54,0 @@ // BSD-2-Clause, see https://github.com/jviereck/regjsparser/blob/0.1.5/LICENSE.BSD

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