Socket
Socket
Sign inDemoInstall

ieee754

Package Overview
Dependencies
0
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

2

package.json
{
"name": "ieee754",
"version": "1.1.2",
"version": "1.1.3",
"description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -7,3 +7,3 @@ # ieee754

## Read/write IEEE754 floating point numbers from/to a Buffer or array-like object.
### Read/write IEEE754 floating point numbers from/to a Buffer or array-like object.

@@ -29,8 +29,17 @@ [![testling badge](https://ci.testling.com/feross/ieee754.png)](https://ci.testling.com/feross/ieee754)

## ieee754?
The arguments mean the following:
- buffer = the buffer
- offset = offset into the buffer
- value = value to set (only for `write`)
- isLe = is little endian?
- mLen = mantissa length
- nBytes = number of bytes
## what is ieee754?
The IEEE Standard for Floating-Point Arithmetic (IEEE 754) is a technical standard for floating-point computation. [Read more](http://en.wikipedia.org/wiki/IEEE_floating_point).
## license
## mit license
MIT. Copyright (C) 2013 [Feross Aboukhadijeh](http://feross.org) & Romain Beauxis.
Copyright (C) 2013 [Feross Aboukhadijeh](http://feross.org) & Romain Beauxis.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc