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

bufferfromfile

Package Overview
Dependencies
Maintainers
1
Versions
354
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bufferfromfile - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

2

package.json
{
"name": "bufferfromfile",
"version": "0.4.3",
"version": "0.4.4",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Module in JavaScript providing convenient means for using files as standard ArrayBuffer making mmap behind the scene.",

@@ -81,1 +81,2 @@

{
"dependencies" :
{
"bufferfromfile"
"bufferfromfile" : ""
}
}
// Sample make read only buffer from a file
try
{
var BufferFromFile = require( 'bufferfromfile' );
}
catch( err )
{
var BufferFromFile = require( '..' );
}
var BufferFromFile = require( 'bufferfromfile' );

@@ -12,0 +5,0 @@ // mmap file

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