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

car-tax-calculations

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

car-tax-calculations - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

4

dist/index.js

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const KM_TO_MILES_CONVERSION_RATE = 0.621371;

@@ -116,3 +118,3 @@ const getClaimableAmountWithTieredRates = (distanceTravelled, rateTiers) => {

};
export const getTaxClaimableMileage = ({ taxType, kmTravelled, rateTiers, currency, distanceUnit }) => {
exports.getTaxClaimableMileage = ({ taxType, kmTravelled, rateTiers, currency, distanceUnit }) => {
switch (taxType) {

@@ -119,0 +121,0 @@ case 'ATO_non_logbook':

{
"name": "car-tax-calculations",
"version": "1.1.3",
"version": "1.1.4",
"description": "Little util to calculate claimable cost of car mileage for different jurisdictions.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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