You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@types/node-random-name

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/node-random-name - npm Package Compare versions

Comparing version

to
1.0.1

5

node-random-name/index.d.ts

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

// Type definitions for node-random-name 1.0
// Project: https://github.com/cscott/node-random-name
// Definitions by: Ankan Bhattacharya <https://github.com/Ankan002>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function getName(args?: getName.NodeRandomNameArgs): string;

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

8

node-random-name/package.json
{
"name": "@types/node-random-name",
"version": "1.0.0",
"version": "1.0.1",
"description": "TypeScript definitions for node-random-name",

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

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

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

"dependencies": {},
"typesPublisherContentHash": "e01b4d1591553e67a9ea071b6352fb7ca737fbb0b987e3f5a1cea9bf8cd88b72",
"typesPublisherContentHash": "4a84faecbc16bc4738f2dfee8adb629f969af5ce2f9e15e95c102c7fc10df90e",
"typeScriptVersion": "4.5"
}

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

````ts
// Type definitions for node-random-name 1.0
// Project: https://github.com/cscott/node-random-name
// Definitions by: Ankan Bhattacharya <https://github.com/Ankan002>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function getName(args?: getName.NodeRandomNameArgs): string;

@@ -36,7 +31,6 @@

### Additional Details
* Last updated: Tue, 10 Oct 2023 20:06:06 GMT
* Last updated: Wed, 18 Oct 2023 05:47:08 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [Ankan Bhattacharya](https://github.com/Ankan002).