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.5 to 0.4.6

.travis.yml

14

package.json
{
"name": "bufferfromfile",
"version": "0.4.5",
"version": "0.4.6",
"engine": "node >= 5.0.0",
"license": "MIT",

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

"scripts": {
"install": "node-gyp configure && node-gyp rebuild",
"test": "node ./test.js",
"make_doc": "./doc.sh"
"install": "node-gyp configure && node-gyp rebuild --msvs_version=auto",
"test": "wtest staging",
"make_doc": "./doc.sh",
"clean": "rm -rf build node_modules"
},

@@ -32,5 +34,3 @@ "repository": {

},
"engines": {
"node": ">=5.0.0"
},
"gypfile": true,
"keywords": [

@@ -37,0 +37,0 @@ "wTools",

# BufferFromFile
Module in JavaScript providing convenient means for using files as standard ArrayBuffer making mmap behind the scene.
Native module for Nodejs providing convenient means for using files as standard ArrayBuffer making mmap behind the scene.
BufferFromFile uses mmap to map file from hard drive to memory returning ArrayBuffer or TypedBuffer which can be manipulated just like ordinary buffer.

@@ -5,0 +5,0 @@ mmap() creates a new mapping in the virtual address space of the calling process.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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