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

@dinero.js/calculator-number

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dinero.js/calculator-number - npm Package Compare versions

Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2

2

dist/umd/index.development.js

@@ -1,2 +0,2 @@

/*! @dinero.js/calculator-number 2.0.0-alpha.1 | MIT License | © Sarah Dayan and contributors | https://dinero.js.com/calculator-number */
/*! @dinero.js/calculator-number 2.0.0-alpha.2 | MIT License | © Sarah Dayan and contributors | https://dinero.js.com/calculator-number */
(function (global, factory) {

@@ -3,0 +3,0 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :

@@ -1,3 +0,3 @@

/*! @dinero.js/calculator-number 2.0.0-alpha.1 | MIT License | © Sarah Dayan and contributors | https://dinero.js.com/calculator-number */
/*! @dinero.js/calculator-number 2.0.0-alpha.2 | MIT License | © Sarah Dayan and contributors | https://dinero.js.com/calculator-number */
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n((e="undefined"!=typeof globalThis?globalThis:e||self)["@dinero.js/calculator-number"]={})}(this,(function(e){"use strict";var n,t=function(e,n){return e+n};!function(e){e[e.LT=-1]="LT",e[e.EQ=0]="EQ",e[e.GT=1]="GT"}(n||(n={}));var r=function(e,t){return e<t?n.LT:e>t?n.GT:n.EQ},o=function(e){return e-1},u=function(e){return e+1},i=function(e,n){return Math.trunc(e/n)},c=function(e,n){return e%n},f=function(e,n){return e*n},d=function(e,n){return Math.pow(e,n)},a=function(e,n){return e-n},l=function(e){return e};function m(){return 0}var p={add:t,compare:r,decrement:o,increment:u,integerDivide:i,modulo:c,multiply:f,power:d,subtract:a,toNumber:l,zero:m};e.add=t,e.calculator=p,e.compare=r,e.decrement=o,e.increment=u,e.integerDivide=i,e.modulo=c,e.multiply=f,e.power=d,e.subtract=a,e.toNumber=l,e.zero=m,Object.defineProperty(e,"__esModule",{value:!0})}));
//# sourceMappingURL=index.production.js.map
{
"name": "@dinero.js/calculator-number",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "Number calculator implementation for Dinero.js",

@@ -46,4 +46,4 @@ "keywords": [

"dependencies": {
"@dinero.js/core": "2.0.0-alpha.1"
"@dinero.js/core": "2.0.0-alpha.2"
}
}
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