Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
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.2 to 2.1.3

4

index.d.ts

@@ -15,3 +15,3 @@ /**

*/
isCuid: ((string) => boolean)
isCuid: ((cuid: string) => boolean)
/**

@@ -22,5 +22,5 @@ * Check if string is a valid 'cuid' slug.

*/
isSlug: ((string) => boolean)
isSlug: ((slug: string) => boolean)
};
export = cuid;
{
"name": "cuid",
"version": "2.1.2",
"version": "2.1.3",
"description": "Collision-resistant ids optimized for horizontal scaling and performance. For node and browsers.",

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

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