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

fraction.js

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fraction.js - npm Package Compare versions

Comparing version 4.0.11 to 4.0.12

bigfraction.js

4

fraction.d.ts
declare module 'Fraction';
export interface NumeratorDenominator {
numerator: number;
denominator: number;
n: number;
d: number;
}

@@ -7,0 +7,0 @@

/**
* @license Fraction.js v4.0.11 09/09/2015
* @license Fraction.js v4.0.12 09/09/2015
* http://www.xarg.org/2014/03/rational-numbers-in-javascript/

@@ -4,0 +4,0 @@ *

/*
Fraction.js v4.0.11 09/09/2015
Fraction.js v4.0.12 09/09/2015
http://www.xarg.org/2014/03/rational-numbers-in-javascript/

@@ -4,0 +4,0 @@

{
"name": "fraction.js",
"title": "fraction.js",
"version": "4.0.11",
"version": "4.0.12",
"homepage": "http://www.xarg.org/2014/03/rational-numbers-in-javascript/",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/infusion/Fraction.js/issues",

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