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.3 to 1.1.4

8

undertaker/index.d.ts

@@ -61,2 +61,10 @@ // Type definitions for undertaker 1.1

/**
* Register the task by the taskName.
* @param taskName - Task name.
* @param dependencies - Task dependencies.
* @param fn - Task function.
*/
task(taskName: string, dependencies: string[], fn: Undertaker.TaskFunction): void;
/**
* Register the task by the name property of the function.

@@ -63,0 +71,0 @@ * @param fn - Task function.

7

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

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

"dependencies": {
"@types/undertaker-registry": "*"
"@types/undertaker-registry": "*",
"@types/events": "*"
},
"typesPublisherContentHash": "e9d574f4cb493a421d9c7f5e8ebdd22cc4c63e8285b63de41f0a249f991c82ef",
"typesPublisherContentHash": "c819c01a8845d1ef98ff5fe7f0cc9baaebe0876d9689784990b397a39d94e21e",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Wed, 25 Oct 2017 16:19:00 GMT
* Last updated: Thu, 28 Dec 2017 02:24:48 GMT
* Dependencies: undertaker-registry, stream, events

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

Sorry, the diff of this file is not supported yet

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