Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@transloadit/file-exists

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transloadit/file-exists - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

2

fileExists.js
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) => {

4

package.json
{
"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"
}
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