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

fround

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fround - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "fround",
"version": "1.0.0",
"version": "1.0.1",
"description": "A ponyfill for ES6 Math.fround",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -20,7 +20,7 @@ # fround [![Build Status](https://travis-ci.org/arthurvr/fround.svg?branch=master)](https://travis-ci.org/arthurvr/fround)

Math.fround(0); // 0
Math.fround(1); // 1
Math.fround(1.337); // 1.3370000123977661
Math.fround(1.5); // 1.5
Math.fround(NaN); // NaN
fround(0); // 0
fround(1); // 1
fround(1.337); // 1.3370000123977661
fround(1.5); // 1.5
fround(NaN); // NaN
```

@@ -27,0 +27,0 @@

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