Socket
Socket
Sign inDemoInstall

crypto-random-string

Package Overview
Dependencies
1
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.0 to 3.3.1

4

index.d.ts

@@ -87,3 +87,3 @@ import {MergeExclusive} from 'type-fest';

*/
(options?: cryptoRandomString.Options): string;
(options: cryptoRandomString.Options): string;

@@ -103,5 +103,5 @@ /**

*/
async(options?: cryptoRandomString.Options): Promise<string>;
async(options: cryptoRandomString.Options): Promise<string>;
}
export = cryptoRandomString;
{
"name": "crypto-random-string",
"version": "3.3.0",
"version": "3.3.1",
"description": "Generate a cryptographically strong random string",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -1,2 +0,2 @@

# crypto-random-string [![Build Status](https://travis-ci.org/sindresorhus/crypto-random-string.svg?branch=master)](https://travis-ci.org/sindresorhus/crypto-random-string)
# crypto-random-string

@@ -3,0 +3,0 @@ > Generate a [cryptographically strong](https://en.wikipedia.org/wiki/Strong_cryptography) random string

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