Socket
Socket
Sign inDemoInstall

filing-cabinet

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filing-cabinet - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

3

index.js

@@ -315,2 +315,5 @@ 'use strict';

}
if (Array.isArray(loadedConfig)) {
loadedConfig = loadedConfig[0];
}
} catch (e) {

@@ -317,0 +320,0 @@ debug('error loading the webpack config at ' + webpackConfig);

2

package.json
{
"name": "filing-cabinet",
"version": "3.0.0",
"version": "3.0.1",
"description": "Find files based on partial paths",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -37,3 +37,3 @@ ### filing-cabinet [![npm](http://img.shields.io/npm/v/filing-cabinet.svg)](https://npmjs.org/package/filing-cabinet) [![npm](http://img.shields.io/npm/dm/filing-cabinet.svg)](https://npmjs.org/package/filing-cabinet)

* `config`: (optional) requirejs config for resolving aliased JavaScript modules
* `webpackConfig`: (optional) webpack config for resolving aliased JavaScript modules
* `webpackConfig`: (optional) webpack config for resolving aliased JavaScript modules. If exporting multiple configurations, the first configuration is used.
* `nodeModulesConfig`: (optional) config for resolving entry file for node_modules. This value overrides the `main` attribute in the package.json file; used in conjunction with the [packageFilter](https://github.com/browserify/resolve#resolveid-opts-cb) of the `resolve` package.

@@ -40,0 +40,0 @@ * `tsConfig`: (optional) path to a typescript configuration. Could also be an object representing a pre-parsed typescript config.

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