Socket
Socket
Sign inDemoInstall

resolve

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resolve - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

test/subdirs.js

2

lib/async.js

@@ -107,3 +107,3 @@ var core = require('./core');

isFile(pkgfile, function (err, ex) {
if (err) return cb(err);
// on err, ex is false
if (!ex) return loadpkg(

@@ -110,0 +110,0 @@ dir.replace(/[\\\/]*[^\\\/]+[\\\/]*/, ''), cb

{
"name": "resolve",
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
"version": "1.1.4",
"version": "1.1.5",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

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