Socket
Socket
Sign inDemoInstall

find-up

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

find-up - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

3

index.js

@@ -11,4 +11,3 @@ 'use strict';

function join(parts, filename) {
var base = parts.join(path.sep);
return base ? (base + path.sep + filename) : filename;
return path.resolve(parts.join(path.sep) + path.sep, filename);
}

@@ -15,0 +14,0 @@

{
"name": "find-up",
"version": "1.1.1",
"version": "1.1.2",
"description": "Find a file by walking up parent directories",

@@ -48,4 +48,5 @@ "license": "MIT",

"ava": "*",
"tempfile": "^1.1.1",
"xo": "*"
}
}
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