@transloadit/file-exists
Advanced tools
Comparing version 0.0.17 to 0.0.18
const fs = require('fs') | ||
module.exports = function fileExists (s) { | ||
// eslint-disable-next-line no-unused-vars | ||
return new Promise((resolve, reject) => { | ||
@@ -4,0 +6,0 @@ fs.access(s, fs.F_OK, (err) => { |
{ | ||
"name": "@transloadit/file-exists", | ||
"license": "AGPL-3.0-only", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"private": false, | ||
@@ -15,3 +15,3 @@ "publishConfig": { | ||
"main": "./fileExists.js", | ||
"gitHead": "262a707c720fb52cf7e0e0488c5c870f2b3ffbc6" | ||
"gitHead": "1d649aa77fbabed471420f73f9433954452743bd" | ||
} |
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
35748
16