New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ieee754-buffer

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ieee754-buffer - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

3

CHANGELOG.md
# CHANGELOG
## 0.2.1 (2018-08-06)
- Fix docstring in packFloatBits_()
## 0.2.0 (2018-08-06)

@@ -4,0 +7,0 @@ - API change: IEEE754Buffer.pack(buffer, num, index) instead of IEEE754Buffer.pack(buffer, index, num)

2

ieee754-buffer.js

@@ -154,4 +154,2 @@ /*

* @param {number} index The buffer index to write.
* @param {number} ebits The number of bits of the exponent.
* @param {number} fbits The number of bits of the fraction.
* @param {number} sign The sign.

@@ -158,0 +156,0 @@ * @param {number} exp the exponent.

@@ -189,4 +189,2 @@ ;(function (global, factory) {typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :typeof define === 'function' && define.amd ? define(factory) :(global.IEEE754Buffer = factory());}(this, (function () {

* @param {number} index The buffer index to write.
* @param {number} ebits The number of bits of the exponent.
* @param {number} fbits The number of bits of the fraction.
* @param {number} sign The sign.

@@ -193,0 +191,0 @@ * @param {number} exp the exponent.

{
"name": "ieee754-buffer",
"version": "0.2.0",
"version": "0.2.1",
"description": "A class to encode and decode IEEE 754 floating point numbers.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/rochars/ieee754-buffer",

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