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 1.2.2 to 1.2.3

2

async.js

@@ -12,3 +12,3 @@ var crypto = require('crypto')

* @param {number} [size=21] The number of symbols in ID.
* @param {function} callback for environments without `Promise`.
* @param {function} [callback] for environments without `Promise`.
*

@@ -15,0 +15,0 @@ * @return {Promise} Promise with random string.

# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 1.2.3
* Fix JSDoc (by Hendry Sadrak).
## 1.2.2

@@ -5,0 +8,0 @@ * Fix distribution in `nanoid/non-secure` (by Eatall).

{
"name": "nanoid",
"version": "1.2.2",
"version": "1.2.3",
"description": "A tiny (145 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