@dinero.js/calculator-number
Advanced tools
Comparing version 2.0.0-alpha.12 to 2.0.0-alpha.13
@@ -1,2 +0,2 @@ | ||
/*! @dinero.js/calculator-number 2.0.0-alpha.12 | MIT License | © Sarah Dayan and contributors | https://v2.dinerojs.com */ | ||
/*! @dinero.js/calculator-number 2.0.0-alpha.13 | MIT License | © Sarah Dayan and contributors | https://v2.dinerojs.com */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,3 +0,3 @@ | ||
/*! @dinero.js/calculator-number 2.0.0-alpha.12 | MIT License | © Sarah Dayan and contributors | https://v2.dinerojs.com */ | ||
/*! @dinero.js/calculator-number 2.0.0-alpha.13 | MIT License | © Sarah Dayan and contributors | https://v2.dinerojs.com */ | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var r,t=function(r,t){return r+t};!function(r){r[r.LT=-1]="LT",r[r.EQ=0]="EQ",r[r.GT=1]="GT"}(r||(r={}));var e=function(t,e){return t<e?r.LT:t>e?r.GT:r.EQ},n=function(r){return r-1},o=function(r){return r+1},u=function(r,t){return Math.trunc(r/t)},c=function(r,t){return r%t},i=function(r,t){return r*t},p=function(r,t){return Math.pow(r,t)},s=function(r,t){return r-t};function a(){return 0}var d={add:t,compare:e,decrement:n,increment:o,integerDivide:u,modulo:c,multiply:i,power:p,subtract:s,zero:a};exports.add=t,exports.calculator=d,exports.compare=e,exports.decrement=n,exports.increment=o,exports.integerDivide=u,exports.modulo=c,exports.multiply=i,exports.power=p,exports.subtract=s,exports.zero=a; | ||
//# sourceMappingURL=index.production.js.map |
@@ -1,2 +0,2 @@ | ||
/*! @dinero.js/calculator-number 2.0.0-alpha.12 | MIT License | © Sarah Dayan and contributors | https://v2.dinerojs.com */ | ||
/*! @dinero.js/calculator-number 2.0.0-alpha.13 | MIT License | © Sarah Dayan and contributors | https://v2.dinerojs.com */ | ||
(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.12 | MIT License | © Sarah Dayan and contributors | https://v2.dinerojs.com */ | ||
/*! @dinero.js/calculator-number 2.0.0-alpha.13 | MIT License | © Sarah Dayan and contributors | https://v2.dinerojs.com */ | ||
!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};function l(){return 0}var p={add:t,compare:r,decrement:o,increment:u,integerDivide:i,modulo:c,multiply:f,power:d,subtract:a,zero:l};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.zero=l,Object.defineProperty(e,"__esModule",{value:!0})})); | ||
//# sourceMappingURL=index.production.js.map |
{ | ||
"name": "@dinero.js/calculator-number", | ||
"version": "2.0.0-alpha.12", | ||
"version": "2.0.0-alpha.13", | ||
"description": "Number calculator implementation for Dinero.js", | ||
@@ -47,4 +47,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@dinero.js/core": "2.0.0-alpha.12" | ||
"@dinero.js/core": "2.0.0-alpha.13" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
+ Added@dinero.js/core@2.0.0-alpha.13(transitive)
+ Added@dinero.js/currencies@2.0.0-alpha.13(transitive)
- Removed@dinero.js/core@2.0.0-alpha.12(transitive)
- Removed@dinero.js/currencies@2.0.0-alpha.12(transitive)