Socket
Socket
Sign inDemoInstall

@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.2 to 1.2.3

1

undertaker/index.d.ts

@@ -8,2 +8,3 @@ // Type definitions for undertaker 1.2

/// <reference types="node" />
import * as Registry from "undertaker-registry";

@@ -10,0 +11,0 @@ import { Duplex } from "stream";

9

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

@@ -24,3 +24,3 @@ "license": "MIT",

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -33,6 +33,7 @@ "type": "git",

"dependencies": {
"@types/node": "*",
"@types/undertaker-registry": "*"
},
"typesPublisherContentHash": "5af79536b653085787d70b0b367bbdc6a125a267c9a572203dc8865c4d7506c4",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "4c750044389a3dc8502a42c5c02285cd167faa7aa54d0154a45cd46bb0033884",
"typeScriptVersion": "2.9"
}

@@ -5,13 +5,13 @@ # Installation

# Summary
This package contains type definitions for undertaker ( https://github.com/gulpjs/undertaker ).
This package contains type definitions for undertaker (https://github.com/gulpjs/undertaker).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/undertaker
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/undertaker.
Additional Details
* Last updated: Mon, 08 Apr 2019 01:15:14 GMT
* Dependencies: @types/undertaker-registry
### Additional Details
* Last updated: Mon, 04 May 2020 23:17:10 GMT
* Dependencies: [@types/undertaker-registry](https://npmjs.com/package/@types/undertaker-registry), [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by Qubo <https://github.com/tkqubo>, Giedrius Grabauskas <https://github.com/GiedriusGrabauskas>, Evan Yamanishi <https://github.com/sh0ji>.
These definitions were written by [Qubo](https://github.com/tkqubo), [Giedrius Grabauskas](https://github.com/GiedriusGrabauskas), and [Evan Yamanishi](https://github.com/sh0ji).

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