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.0.2 to 2.1.0

6

index.d.ts

@@ -1,3 +0,5 @@

declare function cuid(): string;
declare const cuid: (() => string) & {
slug: (() => string)
};
export = cuid
export = cuid;
{
"name": "cuid",
"version": "2.0.2",
"version": "2.1.0",
"description": "Collision-resistant ids optimized for horizontal scaling and performance. For node and browsers.",

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

# cuid
[![Travis-CI](https://travis-ci.org/ericelliott/cuid.svg)](https://travis-ci.org/ericelliott/cuid)[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/learn-javascript-courses/javascript-questions?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Travis-CI](https://travis-ci.org/ericelliott/cuid.svg)](https://travis-ci.org/ericelliott/cuid)

@@ -185,4 +185,4 @@ Collision-resistant ids optimized for horizontal scaling and binary search lookup performance.

Created by Eric Elliott, Author, ["Programming JavaScript Applications (O'Reilly)"](http://ericleads.com/javascript-applications/)
Created by Eric Elliott, Author, ["Programming JavaScript Applications (O'Reilly)"](https://ericelliottjs.com/product/programming-javascript-applications-ebook/)
Thanks to [Tout](http://tout.com/) for support and production testing.
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