Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/randomstring

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/randomstring - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

3

randomstring/index.d.ts

@@ -7,3 +7,4 @@ // Type definitions for randomstring 1.1.4

declare namespace Randomstring {
type Charset = "alphanumeric"
type Charset =
| "alphanumeric"
| "alphabetic"

@@ -10,0 +11,0 @@ | "numeric"

{
"name": "@types/randomstring",
"version": "1.1.8",
"version": "1.1.9",
"description": "TypeScript definitions for randomstring",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/randomstring",

"dependencies": {},
"typesPublisherContentHash": "16f14d969fbc15a0c2d9a9dbf77388cf942a9c037537d81ce732d07e62aaf5aa",
"typeScriptVersion": "3.7"
"typesPublisherContentHash": "ac71c30650d9c60909dc1239bb5e18d8fd7745dd21f43d6afb8684518924bd9e",
"typeScriptVersion": "4.5"
}

@@ -17,3 +17,4 @@ # Installation

declare namespace Randomstring {
type Charset = "alphanumeric"
type Charset =
| "alphanumeric"
| "alphabetic"

@@ -43,3 +44,3 @@ | "numeric"

### Additional Details
* Last updated: Fri, 29 Oct 2021 23:01:24 GMT
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT
* Dependencies: none

@@ -46,0 +47,0 @@ * Global values: `Randomstring`

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