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.5 to 1.2.6

6

undertaker/index.d.ts

@@ -25,4 +25,8 @@ // Type definitions for undertaker 1.2

interface TaskCallback {
(error?: Error | null): void;
}
interface TaskFunctionBase {
(done: (error?: Error | null) => void): ReturnType<AsyncTask>;
(done: TaskCallback): ReturnType<AsyncTask>;
}

@@ -29,0 +33,0 @@

4

undertaker/package.json
{
"name": "@types/undertaker",
"version": "1.2.5",
"version": "1.2.6",
"description": "TypeScript definitions for undertaker",

@@ -36,4 +36,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "fa03d9a9535548a2e954c47f0701740944b74d8b0504ae7f5ff1cdf7a245b2fa",
"typesPublisherContentHash": "03f4c024b613f61ef3e382725f046185cff3673ed44a70c06ae05ed638f22f50",
"typeScriptVersion": "3.3"
}

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

### Additional Details
* Last updated: Fri, 11 Dec 2020 00:13:48 GMT
* Last updated: Mon, 04 Jan 2021 20:50: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)

@@ -14,0 +14,0 @@ * Global values: none

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