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.3.2 to 0.3.3

2

index.js

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

this.updatePath(newPath)
if(await this.exists(newPath) && !replace) return null
if(await Hotfile.exists(newPath) && !replace) return null
await fs.promises.rename(oldPath, newPath)

@@ -141,0 +141,0 @@ return this

{
"name": "hotfile",
"version": "0.3.2",
"version": "0.3.3",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc