Socket
Socket
Sign inDemoInstall

hotfile

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hotfile - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

index.js

@@ -81,3 +81,3 @@ const p = require('path')

if(!toPath.isDirectory) throw('you can not move to a file, please provide a directory path')
toPath = name ? p.join(toPath.parent, name) : toPath.path
toPath = name ? p.join(toPath.path, name) : toPath.path
}

@@ -84,0 +84,0 @@ if(!p.extname(toPath)) toPath = p.join(toPath, this.filename())

{
"name": "hotfile",
"version": "0.0.5",
"version": "0.0.6",
"description": "",

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

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