You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@types/wtfnode

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/wtfnode - npm Package Compare versions

Comparing version
0.7.1
to
0.7.2
+0
-5
wtfnode/index.d.ts

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

// Type definitions for wtfnode 0.7
// Project: https://github.com/myndzi/wtfnode
// Definitions by: Piotr Roszatycki <https://github.com/dex4er>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export function dump(): void;

@@ -7,0 +2,0 @@ export function init(): void;

+4
-4
{
"name": "@types/wtfnode",
"version": "0.7.1",
"version": "0.7.2",
"description": "TypeScript definitions for wtfnode",

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

"name": "Piotr Roszatycki",
"url": "https://github.com/dex4er",
"githubUsername": "dex4er"
"githubUsername": "dex4er",
"url": "https://github.com/dex4er"
}

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

"dependencies": {},
"typesPublisherContentHash": "b28156a154a7403eb7cce1743202fb533c4dfd024d41a62fad84bd8a8f6b7df9",
"typesPublisherContentHash": "fa4e4be5b21b52952e0d19e43470ad8cea4dd66f09899404b3c7054036bbde7b",
"typeScriptVersion": "4.5"
}

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

````ts
// Type definitions for wtfnode 0.7
// Project: https://github.com/myndzi/wtfnode
// Definitions by: Piotr Roszatycki <https://github.com/dex4er>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export function dump(): void;

@@ -25,7 +20,6 @@ export function init(): void;

### Additional Details
* Last updated: Mon, 25 Sep 2023 13:39:07 GMT
* Last updated: Wed, 18 Oct 2023 18:04:04 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [Piotr Roszatycki](https://github.com/dex4er).