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
1
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.2.2 to 2.2.3

6

CHANGELOG.md
# Changelog
## 2.2.3 (2020-10-27)
### Tax Rate Fixes
* **Canada**: fix updated tax rates for some states, as calculation errors were introduced in `v2.2.2` due to the GST offset not being taken into account when HST is used [[@valeriansaliou](https://github.com/valeriansaliou), [57b0620](https://github.com/valeriansaliou/node-sales-tax/commit/57b0620817ea261e60a3a4e89d0f825aa8d6ff63)].
## 2.2.2 (2020-10-21)

@@ -4,0 +10,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.2.2",
"version": "2.2.3",
"homepage": "https://github.com/valeriansaliou/node-sales-tax",

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

@@ -93,3 +93,3 @@ {

"NB": {
"rate": 0.15,
"rate": 0.10,
"type": "hst"

@@ -99,3 +99,3 @@ },

"NL": {
"rate": 0.15,
"rate": 0.10,
"type": "hst"

@@ -105,3 +105,3 @@ },

"NS": {
"rate": 0.15,
"rate": 0.10,
"type": "hst"

@@ -111,3 +111,3 @@ },

"ON": {
"rate": 0.13,
"rate": 0.08,
"type": "hst"

@@ -117,3 +117,3 @@ },

"PE": {
"rate": 0.15,
"rate": 0.10,
"type": "hst"

@@ -294,3 +294,3 @@ },

"rate": 0.23
}
}
}

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