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.1.0 to 3.1.1

2

bin/index.js

@@ -1,3 +0,3 @@

import { nanoid } from '../index.js'
let { nanoid } = require('..')
process.stdout.write(nanoid() + '\n')
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 3.1.1
* Fix CLI.
## 3.1

@@ -5,0 +8,0 @@ * Add `npx nanoid` CLI.

{
"name": "nanoid",
"version": "3.1.0",
"version": "3.1.1",
"description": "A tiny (108 bytes), secure URL-friendly unique string ID generator",

@@ -36,7 +36,2 @@ "keywords": [

},
"./bin/package.json": "./bin/package.json",
"./bin": {
"require": "./bin/index.cjs",
"import": "./bin/index.js"
},
"./non-secure/package.json": "./non-secure/package.json",

@@ -43,0 +38,0 @@ "./non-secure": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc