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

resolve-files

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resolve-files - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

History.md
1.0.2 / 2017-05-03
==================
* fix: ignore when entry is not exist or not a file (#2)
1.0.1 / 2017-03-24

@@ -3,0 +8,0 @@ ==================

4

index.js

@@ -29,3 +29,5 @@ 'use strict';

for (const entry of entries) {
resolveFile(entry, files, options);
if (fs.existsSync(entry) && fs.statSync(entry).isFile()) {
resolveFile(entry, files, options);
}
}

@@ -32,0 +34,0 @@

{
"name": "resolve-files",
"version": "1.0.1",
"version": "1.0.2",
"description": "Get all files from the given entry that resolved by `require`",

@@ -5,0 +5,0 @@ "dependencies": {

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