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.17.0 to 2.18.0

6

CHANGELOG.md
Changelog
=========
## 2.18.0 (2025-01-06)
### Tax Rate Updates
* **Israel**: 17% to 18% (1st January 2025) [[@valeriansaliou](https://github.com/valeriansaliou), [46d696d](https://github.com/valeriansaliou/node-sales-tax/commit/46d696d1ed2da701cac049c23c9bf2e51db1b1f7)].
## 2.17.0 (2025-01-01)

@@ -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.17.0",
"version": "2.18.0",
"homepage": "https://github.com/valeriansaliou/node-sales-tax",

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

@@ -454,3 +454,11 @@ {

"currency": "ILS",
"rate": 0.17
"rate": 0.18,
"before": {
"2024-12-31T22:00:00.000Z": {
"type": "vat",
"currency": "ILS",
"rate": 0.17
}
}
},

@@ -457,0 +465,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