exists-sync
Advanced tools
Comparing version 0.0.4 to 0.1.0
{ | ||
"name": "exists-sync", | ||
"version": "0.0.4", | ||
"version": "0.1.0", | ||
"description": "existsSync that also checks for symlinks", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,7 +0,12 @@ | ||
exists-sync | ||
exists-sync [DEPRECATED] | ||
=========== | ||
[![Build Status](https://travis-ci.org/ember-cli/exists-sync.svg)](https://travis-ci.org/ember-cli/exists-sync) [![Build status](https://ci.appveyor.com/api/projects/status/c05xyb4s80pn66yo?svg=true)](https://ci.appveyor.com/project/embercli/exists-sync) | ||
Replacement for [fs.existsSync()](https://nodejs.org/api/fs.html#fs_fs_exists_path_callback), which is being deprecated: | ||
This project is deprecated, please continue to use `fs.existsSync` as its deprecation is no more. | ||
---- | ||
Replacement for [fs.existsSync()](https://nodejs.org/api/fs.html#fs_fs_exists_path_callback) (which has been un-deprecated in Node.js since [6.8.0](https://github.com/nodejs/node/pull/8364)): | ||
> "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. | ||
@@ -11,2 +16,2 @@ | ||
`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. | ||
`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. |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
3880
17
1