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 2.0.2 to 2.0.3

1

async/format.js

@@ -34,2 +34,3 @@ /**

var step = Math.ceil(1.6 * mask * size / alphabet.length)
size = +size

@@ -36,0 +37,0 @@ function tick (id) {

# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 2.0.3
* Fix freeze on string in ID length.
## 2.0.2

@@ -5,0 +8,0 @@ * Improve docs (by Sylvanus Kateile and Mark Stosberg).

@@ -32,2 +32,3 @@ /**

var step = Math.ceil(1.6 * mask * size / alphabet.length)
size = +size

@@ -34,0 +35,0 @@ var id = ''

2

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

@@ -5,0 +5,0 @@ "keywords": [

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