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

@phensley/decimal

Package Overview
Dependencies
Maintainers
1
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phensley/decimal - npm Package Compare versions

Comparing version 0.25.6 to 0.25.7

3

lib-es/rational.d.ts

@@ -23,1 +23,4 @@ import { Decimal, DecimalArg } from './decimal';

}
export declare const RationalConstants: {
ONE: Rational;
};

@@ -96,2 +96,5 @@ import { Decimal, DecimalConstants } from './decimal';

export { Rational };
export var RationalConstants = {
ONE: new Rational(1, 1)
};
//# sourceMappingURL=rational.js.map

@@ -23,1 +23,4 @@ import { Decimal, DecimalArg } from './decimal';

}
export declare const RationalConstants: {
ONE: Rational;
};

@@ -98,2 +98,5 @@ "use strict";

exports.Rational = Rational;
exports.RationalConstants = {
ONE: new Rational(1, 1)
};
//# sourceMappingURL=rational.js.map

4

package.json
{
"name": "@phensley/decimal",
"version": "0.25.6",
"version": "0.25.7",
"description": "Arbitrary precision decimal math",

@@ -65,3 +65,3 @@ "main": "lib/index.js",

},
"gitHead": "33201bc0ca4e03b576b5a8bdd8bb3f9eb543024d"
"gitHead": "f0a3dec6085c0efa0661285198c89be3dd068c5e"
}

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc