@transloadit/file-exists
Advanced tools
Comparing version 0.0.19 to 0.1.0
{ | ||
"name": "@transloadit/file-exists", | ||
"license": "AGPL-3.0-only", | ||
"version": "0.0.19", | ||
"version": "0.1.0", | ||
"private": false, | ||
@@ -14,4 +14,16 @@ "publishConfig": { | ||
}, | ||
"main": "./fileExists.js", | ||
"gitHead": "6c2f312c57208959ea9186194bc11dcc4f5c63c6" | ||
"main": "dist/fileExists.js", | ||
"typings": "dist/fileExists.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"directories": { | ||
"lib": "dist", | ||
"test": "dist" | ||
}, | ||
"scripts": { | ||
"tsc": "tsc", | ||
"test": "echo \"Error: run tests from root\" && exit 1" | ||
}, | ||
"gitHead": "f1ce9bed30944bcee1c7bbd95f3ea5a1d7bb119e" | ||
} |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
38227
9
37