Socket
Socket
Sign inDemoInstall

cuid

Package Overview
Dependencies
0
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.1.1

2

lib/fingerprint.browser.js
var pad = require('./pad.js');
var env = typeof window === 'object' ? window : self;
var globalCount = Object.keys(env);
var globalCount = Object.keys(env).length;
var mimeTypesLength = navigator.mimeTypes ? navigator.mimeTypes.length : 0;

@@ -6,0 +6,0 @@ var clientId = pad((mimeTypesLength +

{
"name": "cuid",
"version": "2.1.0",
"version": "2.1.1",
"description": "Collision-resistant ids optimized for horizontal scaling and performance. For node and browsers.",

@@ -5,0 +5,0 @@ "author": {

@@ -142,2 +142,3 @@ # cuid

* [cuid for Java](https://github.com/graphcool/cuid-java) - [Nilan Marktanner](https://github.com/marktani)
* [cuid for Lua](https://github.com/marcoonroad/cuid) - [Marco Aurélio](https://github.com/marcoonroad)

@@ -181,3 +182,3 @@

### [Submit a Question or Comment](https://github.com/dilvie/cuid/issues/new?title=Question)
### [Submit a Question or Comment](https://github.com/ericelliott/cuid/issues/new?title=Question)

@@ -184,0 +185,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc