bufferfromfile
Advanced tools
Comparing version 0.4.3 to 0.4.4
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
0
82
97705
126