Socket
Socket
Sign inDemoInstall

@types/node-cleanup

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/node-cleanup - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

node-cleanup/index.d.ts

@@ -12,3 +12,3 @@ // Type definitions for node-cleanup 2.1

declare function install(cleanupHandler?: ((exitCode: number | null, signal: string | null) => boolean | undefined),
declare function install(cleanupHandler?: ((exitCode: number | null, signal: string | null) => boolean | undefined | void),
stderrMessages?: { ctrl_C: string; uncaughtException: string }): void;

@@ -15,0 +15,0 @@

{
"name": "@types/node-cleanup",
"version": "2.1.0",
"version": "2.1.1",
"description": "TypeScript definitions for node-cleanup",

@@ -9,14 +9,17 @@ "license": "MIT",

"name": "Agadar",
"url": "https://github.com/agadar"
"url": "https://github.com/agadar",
"githubUsername": "agadar"
}
],
"main": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/node-cleanup"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "dfd14a88999db394bdcce3407e71876b26d3f76bbddd4117bf5e67be748b5532",
"typesPublisherContentHash": "3fbb0d1a9748b5e100186abd6c228a9906ee84b22963b82640bb58ad51f7d600",
"typeScriptVersion": "2.0"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-cleanup
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-cleanup
Additional Details
* Last updated: Mon, 21 Aug 2017 21:59:27 GMT
* Last updated: Mon, 26 Aug 2019 15:55:18 GMT
* Dependencies: none

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