tmp-promise
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -0,0 +0,0 @@ var tmp = require("./index.js"); |
@@ -6,3 +6,3 @@ import { fileSync, dirSync, tmpNameSync, setGracefulCleanup } from "tmp"; | ||
path: string; | ||
cleanup(): Promise<void>; | ||
cleanup: () => Promise<void>; | ||
} | ||
@@ -9,0 +9,0 @@ |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ import { file, withFile, dir, withDir, tmpName } from "."; |
{ | ||
"name": "tmp-promise", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "The tmp package with promises support and disposers.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,0 +0,0 @@ # tmp-promise |
@@ -0,0 +0,0 @@ 'use strict'; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17628