Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ai/nanoid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.3.9
Choose a base ref
...
head repository: ai/nanoid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.3.10
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 15, 2025

  1. Fix Expo support

    ai committed Mar 15, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    ai Andrey Sitnik
    Copy the full SHA
    8f44264 View commit details
  2. Release 3.3.10 version

    ai committed Mar 15, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    ai Andrey Sitnik
    Copy the full SHA
    bb12e8a View commit details
Showing with 5 additions and 1 deletion.
  1. +3 −0 CHANGELOG.md
  2. +2 −1 package.json
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 3.3.10
* Fixed React Native support (by @steida).

## 3.3.9
* Reduced npm package size.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nanoid",
"version": "3.3.9",
"version": "3.3.10",
"description": "A tiny (116 bytes), secure URL-friendly unique string ID generator",
"keywords": [
"uuid",
@@ -32,6 +32,7 @@
"./async/index.cjs": "./async/index.browser.cjs"
},
"react-native": {
"./index.js": "./index.browser.js",
"./async/index.js": "./async/index.native.js"
},
"bin": "./bin/nanoid.cjs",