New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/util.promisify

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/util.promisify - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

4

util.promisify/implementation.d.ts
import util = require("util");
// tslint:disable-next-line: ban-types
// eslint-disable-next-line @typescript-eslint/ban-types
declare function promisify<TCustom extends Function>(fn: util.CustomPromisify<TCustom>): TCustom;

@@ -44,3 +44,3 @@

// tslint:disable-next-line: ban-types
// eslint-disable-next-line @typescript-eslint/ban-types
declare function promisify(fn: Function): Function;

@@ -47,0 +47,0 @@

@@ -9,3 +9,3 @@ /// <reference types="node" />

// tslint:disable-next-line: ban-types
// eslint-disable-next-line @typescript-eslint/ban-types
declare function promisify<TCustom extends Function>(fn: util.CustomPromisify<TCustom>): TCustom;

@@ -51,3 +51,3 @@

// tslint:disable-next-line: ban-types
// eslint-disable-next-line @typescript-eslint/ban-types
declare function promisify(fn: Function): Function;

@@ -54,0 +54,0 @@

{
"name": "@types/util.promisify",
"version": "1.0.7",
"version": "1.0.8",
"description": "TypeScript definitions for util.promisify",

@@ -40,4 +40,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/util.promisify",

},
"typesPublisherContentHash": "a4356cc5c06f6c51b98511eafe3217b5ff573f21333c3831ab9e8c4577153a9f",
"typesPublisherContentHash": "2e411901f2426fc3bf6eae23b9d7bb257002dadb09ae3e64d0b71d5378529140",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@

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