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 2.1.2 to 2.2.0

5

index.js

@@ -30,2 +30,3 @@ 'use strict';

'.ts': tsLookup,
'.tsx': tsLookup,
'.scss': sassLookup,

@@ -56,3 +57,7 @@ '.sass': sassLookup,

debug('Given filename: ' + filename);
const ext = path.extname(filename);
debug('which has the extension: ' + ext);
let resolver = defaultLookups[ext];

@@ -59,0 +64,0 @@

10

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

@@ -38,3 +38,3 @@ "main": "index.js",

"devDependencies": {
"eslint": "^5.5.0",
"eslint": "^5.11.0",
"jscs": "^3.0.7",

@@ -50,8 +50,8 @@ "jscs-preset-mrjoelkemp": "^2.0.0",

"commander": "^2.13.0",
"debug": "^4.1.0",
"debug": "^4.1.1",
"enhanced-resolve": "^4.1.0",
"is-relative-path": "^1.0.2",
"module-definition": "^3.0.0",
"module-lookup-amd": "^6.0.0",
"resolve": "^1.5.0",
"module-lookup-amd": "^6.1.0",
"resolve": "^1.9.0",
"resolve-dependency-path": "^2.0.0",

@@ -58,0 +58,0 @@ "sass-lookup": "^3.0.0",

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