Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ref-napi

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ref-napi - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

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": "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

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