Socket
Socket
Sign inDemoInstall

nanoid

Package Overview
Dependencies
0
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.6 to 3.3.7

index.d.cts

44

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

@@ -38,9 +38,13 @@ "keywords": [

".": {
"types": "./index.d.ts",
"browser": "./index.browser.js",
"require": "./index.cjs",
"import": "./index.js",
"require": {
"types": "./index.d.cts",
"default": "./index.cjs"
},
"import": {
"types": "./index.d.ts",
"default": "./index.js"
},
"default": "./index.js"
},
"./index.d.ts": "./index.d.ts",
"./package.json": "./package.json",

@@ -50,4 +54,10 @@ "./async/package.json": "./async/package.json",

"browser": "./async/index.browser.js",
"require": "./async/index.cjs",
"import": "./async/index.js",
"require": {
"types": "./index.d.cts",
"default": "./async/index.cjs"
},
"import": {
"types": "./index.d.ts",
"default": "./async/index.js"
},
"default": "./async/index.js"

@@ -57,4 +67,10 @@ },

"./non-secure": {
"require": "./non-secure/index.cjs",
"import": "./non-secure/index.js",
"require": {
"types": "./index.d.cts",
"default": "./non-secure/index.cjs"
},
"import": {
"types": "./index.d.ts",
"default": "./non-secure/index.js"
},
"default": "./non-secure/index.js"

@@ -64,4 +80,10 @@ },

"./url-alphabet": {
"require": "./url-alphabet/index.cjs",
"import": "./url-alphabet/index.js",
"require": {
"types": "./index.d.cts",
"default": "./url-alphabet/index.cjs"
},
"import": {
"types": "./index.d.ts",
"default": "./url-alphabet/index.js"
},
"default": "./url-alphabet/index.js"

@@ -68,0 +90,0 @@ }

@@ -39,2 +39,2 @@ # Nano ID

## 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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc