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

big-uuid

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

big-uuid - npm Package Compare versions

Comparing version

to
0.4.2

2

package.json
{
"name": "big-uuid",
"version": "0.4.1",
"version": "0.4.2",
"description": "An RFC 4112 conformant UUID generator creating v1, v3, v4, and v5 UUIDs.",

@@ -5,0 +5,0 @@ "main": "dist/node.es6/index.js",

@@ -16,3 +16,3 @@ [![Build Status](https://travis-ci.org/furkleindustries/big-uuid.svg?branch=master)](https://travis-ci.org/furkleindustries/big-uuid)

`const uuid = require('big-uuid');
```const uuid = require('big-uuid');

@@ -41,4 +41,5 @@ const v4 = new uuid.UUID();

name: 'test',
});`
});
```
In the browser, build the package (with `npm run build`) or install the package from npm and navigate to `node_modules/big-uuid`, then copy the `dist/browser/index.js` file and point the src of a script block to that file.