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

sales-tax

Package Overview
Dependencies
Maintainers
0
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sales-tax - npm Package Compare versions

Comparing version 2.14.0 to 2.15.0

6

CHANGELOG.md
Changelog
=========
## 2.15.0 (2024-09-02)
### Tax Rate Updates
* **Finland**: 24% to 25.5% (1st September 2024) [[@brennofaneco](https://github.com/brennofaneco), [#69](https://github.com/valeriansaliou/node-sales-tax/pull/69)].
## 2.14.0 (2024-02-16)

@@ -5,0 +11,0 @@

2

package.json
{
"name": "sales-tax",
"description": "International sales tax calculator for Node (offline, but provides optional online VAT number fraud check). Tax rates are kept up-to-date.",
"version": "2.14.0",
"version": "2.15.0",
"homepage": "https://github.com/valeriansaliou/node-sales-tax",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -354,3 +354,11 @@ {

"currency": "EUR",
"rate": 0.24
"rate": 0.255,
"before": {
"2024-08-31T22:00:00.000Z": {
"type": "vat",
"currency": "EUR",
"rate": 0.24
}
}
},

@@ -357,0 +365,0 @@

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