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.1.0 to 1.1.1

2

undertaker/index.d.ts

@@ -17,3 +17,3 @@ // Type definitions for undertaker 1.1

interface TaskFunction extends TaskFunctionParams {
(done?: (error?: any) => void): void | Duplex | NodeJS.Process | Promise<never> | any;
(done: (error?: any) => void): void | Duplex | NodeJS.Process | Promise<never> | any;
}

@@ -20,0 +20,0 @@

{
"name": "@types/undertaker",
"version": "1.1.0",
"version": "1.1.1",
"description": "TypeScript definitions for undertaker",

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

"peerDependencies": {},
"typesPublisherContentHash": "08bd769c2bafcd0be8e56df77460efd76a2feee9dc1a64ab07c051f943e7baa1",
"typesPublisherContentHash": "e01f2b73b2b461d6d9bb2479370d39d915743ddc0b876d410a461ecc48049193",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Fri, 02 Jun 2017 13:55:42 GMT
* Last updated: Tue, 06 Jun 2017 14:18:37 GMT
* Dependencies: undertaker-registry, stream, events

@@ -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