Socket
Socket
Sign inDemoInstall

ref-napi

Package Overview
Dependencies
4
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

18

lib/ref.js

@@ -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": "3.0.0",
"version": "3.0.1",
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc