Comparing version 2.1.1 to 2.1.2
@@ -686,4 +686,11 @@ 'use strict'; | ||
exports._writeObject = exports.writeObject; | ||
/** | ||
* @param {Buffer} buffer | ||
* @param {Number} offset | ||
* @param {Object} object | ||
* @name _writeObject | ||
* @api private | ||
*/ | ||
/** | ||
* Writes a pointer to _object_ into _buffer_ at the specified _offset. | ||
@@ -720,7 +727,6 @@ * | ||
* @param {Buffer} pointer The Buffer instance whose memory address will be written to _buffer_. | ||
* @name _writePointer | ||
* @api private | ||
*/ | ||
exports._writePointer = exports.writePointer; | ||
/** | ||
@@ -758,7 +764,6 @@ * Writes the memory address of _pointer_ to _buffer_ at the specified _offset_. | ||
* @return {Buffer} A new Buffer instance with the same memory address as _buffer_, and the requested _size_. | ||
* @name _reinterpret | ||
* @api private | ||
*/ | ||
exports._reinterpret = exports.reinterpret; | ||
/** | ||
@@ -793,7 +798,6 @@ * Returns a new Buffer instance with the specified _size_, with the same memory | ||
* @return {Buffer} A new Buffer instance with the same memory address as _buffer_, and a variable `length` that is terminated by _size_ NUL bytes. | ||
* @name _reinterpretUntilZeros | ||
* @api private | ||
*/ | ||
exports._reinterpretUntilZeros = exports.reinterpretUntilZeros; | ||
/** | ||
@@ -800,0 +804,0 @@ * Accepts a `Buffer` instance and a number of `NULL` bytes to read from the |
@@ -24,3 +24,3 @@ { | ||
], | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"license": "MIT", | ||
@@ -27,0 +27,0 @@ "author": "Anna Henningsen <anna@addaleax.net>", |
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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
2415076
3317
2