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.28 to 0.4.29

98

package.json
{
"name": "bufferfromfile",
"version": "0.4.28",
"engine": "node >= 6.0.0",
"enabled": false,
"license": "MIT",
"description": "The module in JavaScript provides convenient means for using files as standard ArrayBuffer making mmap behind the scene.",
"author": "Kostiantyn Wandalen <wanalen@willbe.so>",
"contributors": [
{
"name": "Kostiantyn Wandalen",
"email": "wanalen@willbe.so"
},
{
"name": "Volodymyr M.",
"email": "volodymyr.migdal@gmail.com"
}
],
"files": [
"cpp",
"js",
"binding.gyp",
"Makefile"
],
"main": "js/Main.ss",
"scripts": {
"install": "node-gyp configure && node-gyp rebuild --msvs_version=auto",
"test": "wtest staging",
"make_doc": "./doc.sh",
"clean": "rm -rf build node_modules"
},
"repository": {
"type": "git",
"url": "https://github.com/Wandalen/BufferFromFile.git"
},
"bugs": {
"url": "https://github.com/Wandalen/BufferFromFile/issues"
},
"dependencies": {},
"devDependencies": {
"wTools": "",
"wTesting": "",
"bufferfromfile": "."
},
"gypfile": true,
"keywords": [
"wTools",
"ArrayBuffer",
"Buffer from file",
"ArrayBuffer from file",
"TypedBuffer from file",
"Nodejs buffer from file",
"mmap",
"mmap file",
"name" : "bufferfromfile",
"version" : "0.4.29",
"engine" : "node >= 6.0.0",
"enabled" : true,
"license" : "MIT",
"description" : "The module in JavaScript provides convenient means for using files as standard ArrayBuffer making mmap behind the scene.",
"author" : "Kostiantyn Wandalen <wanalen@willbe.so>",
"contributors" :
[
{ "name" : "Kostiantyn Wandalen", "email" : "wanalen@willbe.so" },
{ "name" : "Volodymyr M.", "email" : "volodymyr.migdal@gmail.com" }
],
"files" : [ "cpp", "js", "binding.gyp", "Makefile" ],
"main" : "js/Main.ss",
"scripts" :
{
"install" : "node-gyp configure && node-gyp rebuild --msvs_version=auto",
"test" : "wtest test.test",
"make_doc" : "./doc.sh",
"clean" : "rm -rf build node_modules"
},
"repository" :
{
"type" : "git",
"url" : "https://github.com/Wandalen/BufferFromFile.git"
},
"bugs" :
{
"url" : "https://github.com/Wandalen/BufferFromFile/issues"
},
"dependencies" : {},
"devDependencies" : { "wTools" : "beta", "wTesting" : "beta", "bufferfromfile" : "." },
"gypfile" : true,
"keywords" :
[
"wTools",
"ArrayBuffer",
"Buffer from file",
"ArrayBuffer from file",
"TypedBuffer from file",
"Nodejs buffer from file",
"mmap",
"mmap file",
"zero copy"
]
}
}

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