🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@types/rndm

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/rndm - npm Package Compare versions

Comparing version
1.2.0
to
1.2.1
+0
-5
rndm/index.d.ts

@@ -1,6 +0,1 @@

// Type definitions for rndm 1.2
// Project: https://github.com/crypto-utils/rndm#readme
// Definitions by: Ankan Bhattacharya <https://github.com/Ankan002>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function rndm(length: number): string;

@@ -7,0 +2,0 @@

+5
-5
{
"name": "@types/rndm",
"version": "1.2.0",
"version": "1.2.1",
"description": "TypeScript definitions for rndm",

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

"name": "Ankan Bhattacharya",
"url": "https://github.com/Ankan002",
"githubUsername": "Ankan002"
"githubUsername": "Ankan002",
"url": "https://github.com/Ankan002"
}

@@ -24,4 +24,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "06806a8a39d1e435c595ea5331f1bb3870c9f7117e7d9939d82aff06a6fe296d",
"typeScriptVersion": "4.1"
"typesPublisherContentHash": "afb6f4ce22caee67fd147f6e9e76fc72fd3ba94af31110b957c5df25aff91410",
"typeScriptVersion": "4.5"
}

@@ -11,7 +11,2 @@ # Installation

````ts
// Type definitions for rndm 1.2
// Project: https://github.com/crypto-utils/rndm#readme
// Definitions by: Ankan Bhattacharya <https://github.com/Ankan002>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function rndm(length: number): string;

@@ -31,7 +26,6 @@

### Additional Details
* Last updated: Mon, 10 Oct 2022 00:32:58 GMT
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [Ankan Bhattacharya](https://github.com/Ankan002).