Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

random-access-file

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

random-access-file - npm Package Compare versions

Comparing version 1.7.2 to 1.7.3

index2.js

2

index.js

@@ -187,3 +187,3 @@ var thunky = require('thunky')

}
fs.write(self.fd, buf, buf.length - offset, length, offset, onwrite)
fs.write(self.fd, buf, buf.length - length, length, offset, onwrite)
}

@@ -190,0 +190,0 @@ }

{
"name": "random-access-file",
"version": "1.7.2",
"version": "1.7.3",
"description": "Continuous reading or writing to a file using random offsets and lengths",

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