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

exists-sync

Package Overview
Dependencies
Maintainers
5
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exists-sync - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

index.js

@@ -15,3 +15,3 @@ 'use strict';

if (stats && stats.isSymbolicLink()) {
link = readlinkSync(resolvedPath);
link = path.normalize(readlinkSync(resolvedPath));
linkRoot = path.dirname(resolvedPath);

@@ -18,0 +18,0 @@

{
"name": "exists-sync",
"version": "0.0.3",
"version": "0.0.4",
"description": "existsSync that also checks for symlinks",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "mocha test"
"test": "mocha test",
"preversion": "npm test",
"postversion": "git push origin master --follow-tags && npm publish"
},

@@ -9,0 +14,0 @@ "keywords": [

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