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.6 to 1.1.7

37

package.json
{
"name": "ieee754",
"version": "1.1.6",
"description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object",
"main": "index.js",
"dependencies": {},
"version": "1.1.7",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org"
},
"contributors": [
"Romain Beauxis <toots@rastageeks.org>"
],
"devDependencies": {
"standard": "^4.1.1",
"standard": "*",
"tape": "^4.0.0",
"zuul": "^3.0.0"
},
"keywords": [
"IEEE 754",
"buffer",
"convert",
"floating point",
"ieee754"
],
"license": "MIT",
"main": "index.js",
"repository": {

@@ -16,13 +31,2 @@ "type": "git",

},
"keywords": [
"ieee754",
"IEEE 754",
"floating point",
"buffer",
"convert"
],
"author": "Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)",
"contributors": [
"Romain Beauxis <toots@rastageeks.org>"
],
"scripts": {

@@ -33,4 +37,3 @@ "test": "standard && npm run test-node && npm run test-browser",

"test-node": "tape test/*.js"
},
"license": "MIT"
}
}

@@ -5,7 +5,7 @@ # ieee754 [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][npm-url]

[travis-image]: https://img.shields.io/travis/feross/ieee754.svg?style=flat
[travis-image]: https://img.shields.io/travis/feross/ieee754/master.svg
[travis-url]: https://travis-ci.org/feross/ieee754
[npm-image]: https://img.shields.io/npm/v/ieee754.svg?style=flat
[npm-image]: https://img.shields.io/npm/v/ieee754.svg
[npm-url]: https://npmjs.org/package/ieee754
[downloads-image]: https://img.shields.io/npm/dm/ieee754.svg?style=flat
[downloads-image]: https://img.shields.io/npm/dm/ieee754.svg
[saucelabs-image]: https://saucelabs.com/browser-matrix/ieee754.svg

@@ -46,4 +46,6 @@ [saucelabs-url]: https://saucelabs.com/u/ieee754

## mit license
## license
Copyright (C) 2013 [Feross Aboukhadijeh](http://feross.org) & Romain Beauxis.
MIT License. Copyright (C) [Feross Aboukhadijeh](http://feross.org).
Originally forked from a module by Romain Beauxis.

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc