Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
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.0
to
0.7.1
+1
-1
wtfnode/index.d.ts

@@ -8,3 +8,3 @@ // Type definitions for wtfnode 0.7

export function init(): void;
export function setLogger(type: 'info' | 'warn' | 'error', fn: (message?: any, ...optionalParams: any[]) => void): void;
export function setLogger(type: "info" | "warn" | "error", fn: (message?: any, ...optionalParams: any[]) => void): void;
export function resetLoggers(): void;
MIT License
Copyright (c) Microsoft Corporation. All rights reserved.
Copyright (c) Microsoft Corporation.

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "@types/wtfnode",
"version": "0.7.0",
"version": "0.7.1",
"description": "TypeScript definitions for wtfnode",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wtfnode",
"license": "MIT",

@@ -14,10 +15,12 @@ "contributors": [

"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/wtfnode"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "e0919e77ed8faccab3ae3db1fc34d645cf57f282b1470faeb8d2f65063e3e1cb",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "b28156a154a7403eb7cce1743202fb533c4dfd024d41a62fad84bd8a8f6b7df9",
"typeScriptVersion": "4.5"
}

@@ -8,6 +8,19 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wtfnode
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wtfnode.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wtfnode/index.d.ts)
````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
Additional Details
* Last updated: Tue, 09 Oct 2018 17:57:22 GMT
export function dump(): void;
export function init(): void;
export function setLogger(type: "info" | "warn" | "error", fn: (message?: any, ...optionalParams: any[]) => void): void;
export function resetLoggers(): void;
````
### Additional Details
* Last updated: Mon, 25 Sep 2023 13:39:07 GMT
* Dependencies: none

@@ -17,2 +30,2 @@ * Global values: none

# Credits
These definitions were written by Piotr Roszatycki <https://github.com/dex4er>.
These definitions were written by [Piotr Roszatycki](https://github.com/dex4er).