New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fatfs

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fatfs - npm Package Compare versions

Comparing version 0.9.1 to 0.9.5

cache.js

2

package.json
{
"name": "fatfs",
"version": "0.9.1",
"version": "0.9.5",
"description": "fs implementation on top of raw FAT16/FAT32 block source",

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

var S = require("./structs.js"),
c = require("./chains.js"),
$ = require("./cache.js"),
_ = require("./helpers.js");

@@ -46,2 +47,4 @@

volume = $.wrapDriver(volume);
vol._readSector = function (secNum, dest, cb) {

@@ -48,0 +51,0 @@ if (typeof dest === 'function') {

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