New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

money-calc

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

money-calc - npm Package Compare versions

Comparing version

to
1.3.1

4

package.json
{
"name": "money-calc",
"version": "1.3.0",
"version": "1.3.1",
"description": "Helper class for calculating money amounts without rounding errors.",

@@ -21,3 +21,3 @@ "author": "Adam Demasi <adam@chariz.com>",

"scripts": {
"build": "tsup ./src/index.ts --format cjs,esm --target es5 --dts --clean",
"build": "tsup ./src/index.ts --format cjs --target es5 --clean && tsup ./src/index.ts --format esm --target es2015 --dts",
"lint": "eslint ./src",

@@ -24,0 +24,0 @@ "lint:fix": "pnpm -s lint -- --fix",

Sorry, the diff of this file is not supported yet