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.8 to 2.0.0-alpha.9

2

dist/cjs/index.development.js

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

/*! @dinero.js/calculator-number 2.0.0-alpha.8 | MIT License | © Sarah Dayan and contributors | https://v2.dinerojs.com */
/*! @dinero.js/calculator-number 2.0.0-alpha.9 | 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.8 | MIT License | © Sarah Dayan and contributors | https://v2.dinerojs.com */
/*! @dinero.js/calculator-number 2.0.0-alpha.9 | 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},a=function(r){return r};function f(){return 0}var x={add:t,compare:e,decrement:n,increment:o,integerDivide:u,modulo:c,multiply:i,power:p,subtract:s,toNumber:a,zero:f};exports.add=t,exports.calculator=x,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.toNumber=a,exports.zero=f;
//# sourceMappingURL=index.production.js.map

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

/*! @dinero.js/calculator-number 2.0.0-alpha.8 | MIT License | © Sarah Dayan and contributors | https://v2.dinerojs.com */
/*! @dinero.js/calculator-number 2.0.0-alpha.9 | MIT License | © Sarah Dayan and contributors | https://v2.dinerojs.com */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global['@dinero.js/calculator-number'] = {}));
}(this, (function (exports) { 'use strict';
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["@dinero.js/calculator-number"] = {}));
})(this, (function (exports) { 'use strict';

@@ -180,3 +180,3 @@ /**

})));
}));
//# sourceMappingURL=index.development.js.map

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

/*! @dinero.js/calculator-number 2.0.0-alpha.8 | MIT License | © Sarah Dayan and contributors | https://v2.dinerojs.com */
/*! @dinero.js/calculator-number 2.0.0-alpha.9 | 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},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.8",
"version": "2.0.0-alpha.9",
"description": "Number calculator implementation for Dinero.js",

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

"dependencies": {
"@dinero.js/core": "2.0.0-alpha.8"
"@dinero.js/core": "2.0.0-alpha.9"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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