0.1.0 • Published 7 years ago

exists-sync v0.1.0

Weekly downloads
274,164
License
ISC
Repository
github
Last release
7 years ago

exists-sync DEPRECATED

Build Status Build status

This project is deprecated, please continue to use fs.existsSync as its deprecation is no more.


Replacement for fs.existsSync() (which has been un-deprecated in Node.js since 6.8.0):

"fs.exists() is an anachronism and exists only for historical reasons. There should almost never be a reason to use it in your own code.

In particular, checking if a file exists before opening it is an anti-pattern that leaves you vulnerable to race conditions: another process may remove the file between the calls to fs.exists() and fs.open(). Just open the file and handle the error when it's not there."

exists-sync will recursively follow symlinks to verify the target file exists, rather than giving a false positive on a symlink whose target has been removed.

ember-cli-zesty-app-basegaba-basefastboot-ryanone@infinitebrahmanuniverse/nolb-exilicker@everything-registry/sub-chunk-1628wmmihaa-microservicebus-corespelly@boundless-inc/mobiledoc-dom-renderer@crshoverride/react-cliuniversal-cli@felixrieseberg/ember-service-worker@ember-intl/polyfill@glimmer/application-pipeline@movable/cli@movable/ember-cli-mirage@jakenewby/ember-cli@jasonmit/ember-cli-dotenv@retail-architects/ember-datamigrate-espower-babel-to-babel-plugin-espowermigrate-espower-babel-to-babel-preset-power-assertodioomnisrwjblue-glammer-enginenest-cling-cli-2polyfill-servicereactor-clisnakeskin-clisnakeskinifyglimmer-engineglimmer-application-pipelineglimmer-application-pipeline-mszglimmer-v1-application-pipelinegladglad-cligh-pages-deploy-cmdgh-pages-deploy-shmarkdown-splittermachinepack-aes256md-splitter@vazgentigranich/parlor-glimmer-application-pipeline@zalastax/nolb-exiangular-cli-kocoangular-cliatomablecropngblprntbeater-cliavaility-workflow-angularavaility-workflow-reactavaility-workflow-settingsbroccoli-multi-builderbroccoli-tslinterdriven-cliecmascript-version-detectoreaterember-captureember-cli-custom-blueprintsember-cli-fastboot-dotenvember-cli-ajhember-cli-yaml-configember-addon-genieember-cli-legacy-blueprintsember-cli-mathjs-shimember-cli-lolmaus-blueprintsember-watsonember-cli-mvember-cli-nacho-coverageember-cli-internal-test-helpersember-cli-pluploadember-materialize-shimember-mix-module-migratorember-pluploadember-selenium-buildember-cli-quantities-shimember-cli-typescript-blueprintsember-cli-test-addons-in-appember-cli-testem-http-mocksember-cli-unitz-shimember-intl-twitchember-cli-envyember-cli-code-coverage-tsember-cli-cmsember-cli-fraction-shimember-data-background-adaptersember-fastboot-serverember-es-class-generatorsember-module-migratorfugasapiente
0.1.0

7 years ago

0.0.4

9 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago