Socket
Socket
Sign inDemoInstall

yo-fs

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yo-fs - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

2

index.js

@@ -90,3 +90,3 @@ var relative = require('relative-date')

<td class="modified">${entry.mtime ? relative(entry.mtime) : ''}</td>
<td class="size">${pretty(entry.length)}</td>
<td class="size">${pretty(entry.size || entry.length)}</td>
</tr>`

@@ -93,0 +93,0 @@ }

{
"name": "yo-fs",
"version": "3.0.1",
"version": "3.0.2",
"description": "A client-side modular stream-friendly ui browser widget for navigating directories.",

@@ -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