Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/undertaker

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/undertaker - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

4

undertaker/index.d.ts

@@ -10,3 +10,3 @@ // Type definitions for undertaker 1.2

import * as Registry from "undertaker-registry";
import { Duplex } from "stream";
import { AsyncTask } from "async-done";
import { EventEmitter } from "events";

@@ -27,3 +27,3 @@

interface TaskFunctionBase {
(done: (error?: Error | null) => void): void | Duplex | NodeJS.Process | Promise<never> | any;
(done: (error?: Error | null) => void): ReturnType<AsyncTask>;
}

@@ -30,0 +30,0 @@

{
"name": "@types/undertaker",
"version": "1.2.4",
"version": "1.2.5",
"description": "TypeScript definitions for undertaker",

@@ -33,6 +33,7 @@ "license": "MIT",

"@types/node": "*",
"@types/undertaker-registry": "*"
"@types/undertaker-registry": "*",
"async-done": "~1.3.2"
},
"typesPublisherContentHash": "75ee13491f11252fc2b1bde0d694a3f07c2de2556657bb0c957d1d0e62225545",
"typesPublisherContentHash": "fa03d9a9535548a2e954c47f0701740944b74d8b0504ae7f5ff1cdf7a245b2fa",
"typeScriptVersion": "3.3"
}

@@ -11,4 +11,4 @@ # Installation

### Additional Details
* Last updated: Thu, 03 Dec 2020 16:45:37 GMT
* Dependencies: [@types/undertaker-registry](https://npmjs.com/package/@types/undertaker-registry), [@types/node](https://npmjs.com/package/@types/node)
* Last updated: Fri, 11 Dec 2020 00:13:48 GMT
* Dependencies: [@types/undertaker-registry](https://npmjs.com/package/@types/undertaker-registry), [@types/async-done](https://npmjs.com/package/@types/async-done), [@types/node](https://npmjs.com/package/@types/node)
* Global values: none

@@ -15,0 +15,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