Socket
Socket
Sign inDemoInstall

hotfile

Package Overview
Dependencies
0
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

2

index.js

@@ -222,3 +222,3 @@ const fs = require('fs')

if(allow){
const ext = items[i].ext
const ext = items[i].ext.toLowerCase()
if(allow.includes(ext)) this.files.push(items[i])

@@ -225,0 +225,0 @@ }else{

{
"name": "hotfile",
"version": "0.2.1",
"version": "0.2.2",
"description": "Hotfile makes working with folders and files in node-js easy and clear.",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc