Socket
Socket
Sign inDemoInstall

nanoid

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nanoid - npm Package Compare versions

Comparing version 4.0.0 to 4.0.2

11

package.json
{
"name": "nanoid",
"version": "4.0.0",
"version": "4.0.2",
"description": "A tiny (116 bytes), secure URL-friendly unique string ID generator",

@@ -15,2 +15,8 @@ "keywords": [

},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"author": "Andrey Sitnik <andrey@sitnik.ru>",

@@ -33,4 +39,3 @@ "license": "MIT",

"./index.js": "./index.browser.js",
"./async/index.js": "./async/index.browser.js",
"./async/index.cjs": "./async/index.browser.cjs"
"./async/index.js": "./async/index.browser.js"
},

@@ -37,0 +42,0 @@ "react-native": {

@@ -15,3 +15,2 @@ # Nano ID

[Size Limit] controls the size.
* **Fast.** It is 2 times faster than UUID.
* **Safe.** It uses hardware random generator. Can be used in clusters.

@@ -21,3 +20,3 @@ * **Short IDs.** It uses a larger alphabet than UUID (`A-Za-z0-9_-`).

* **Portable.** Nano ID was ported
to [20 programming languages](#other-programming-languages).
to [20 programming languages](./README.md#other-programming-languages).

@@ -41,2 +40,2 @@ ```js

## Docs
Read **[full docs](https://github.com/ai/nanoid#readme)** on GitHub.
Read full docs **[here](https://github.com/ai/nanoid#readme)**.
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