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

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 1.6.1 to 1.7.0

4

index.js

@@ -22,3 +22,5 @@ var path = require('path');

'.sass': sassLookup,
'.styl': stylusLookup
'.styl': stylusLookup,
// Less and Sass imports are very similar
'.less': sassLookup
};

@@ -25,0 +27,0 @@

{
"name": "filing-cabinet",
"version": "1.6.1",
"version": "1.7.0",
"description": "Find files based on partial paths",

@@ -22,2 +22,3 @@ "main": "index.js",

"sass",
"less",
"stylus",

@@ -44,8 +45,8 @@ "partial",

"dependencies": {
"app-module-path": "~1.0.4",
"app-module-path": "~1.1.0",
"commander": "~2.8.1",
"debug": "~2.2.0",
"enhanced-resolve": "^3.0.2",
"enhanced-resolve": "~3.0.3",
"is-relative-path": "^1.0.1",
"module-definition": "^2.2.3",
"module-definition": "^2.2.4",
"module-lookup-amd": "^4.0.2",

@@ -52,0 +53,0 @@ "object-assign": "~4.0.1",

### 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)
> Look up a filename based on a partial path
> Get the file associated with a dependency/partial's path

@@ -40,4 +40,3 @@ `npm install --save filing-cabinet`

* JavaScript (all files with the `.js` extension)
* Sass (`.scss` and `.sass`)
* Stylus (`.styl`)
* CSS Preprocessors: Sass (`.scss` and `.sass`), Stylus (`.styl`), and Less (`.less`)

@@ -44,0 +43,0 @@ You can register resolvers for new languages via `cabinet.register(extension, resolver)`.

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