tmp-promise
Advanced tools
Comparing version 2.0.2 to 2.1.0
@@ -0,0 +0,0 @@ var tmp = require("./index.js"); |
@@ -0,0 +0,0 @@ import { fileSync, dirSync, tmpNameSync, setGracefulCleanup } from "tmp"; |
@@ -0,0 +0,0 @@ const {promisify} = require("util"); |
@@ -0,0 +0,0 @@ import { file, withFile, dir, withDir, tmpName } from "."; |
{ | ||
"name": "tmp-promise", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "The tmp package with promises support and disposers.", | ||
@@ -26,6 +26,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"tmp": "0.1.0" | ||
"tmp": "^0.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/tmp": "0.1.0", | ||
"@types/tmp": "^0.1.0", | ||
"mocha": "^6.1.4", | ||
@@ -32,0 +32,0 @@ "tsd": "^0.7.2" |
@@ -0,0 +0,0 @@ # tmp-promise |
@@ -0,0 +0,0 @@ const fs = require('fs') |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
18076
1
+ Addedtmp@0.2.3(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedglob@7.2.3(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedrimraf@2.7.1(transitive)
- Removedtmp@0.1.0(transitive)
- Removedwrappy@1.0.2(transitive)
Updatedtmp@^0.2.0