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.1 to 2.2.2

6

CHANGELOG.md
# Changelog
## 2.2.2 (2020-10-21)
### Tax Rate Updates
* **Canada**: tax rates have been updated for some states [[@stephankaag](https://github.com/stephankaag), [#32](https://github.com/valeriansaliou/node-sales-tax/pull/32)].
## 2.2.1 (2020-09-01)

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

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

@@ -88,3 +88,3 @@ {

"MB": {
"rate": 0.08,
"rate": 0.07,
"type": "rst"

@@ -94,3 +94,3 @@ },

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

@@ -100,3 +100,3 @@ },

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

@@ -106,3 +106,3 @@ },

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

@@ -112,3 +112,3 @@ },

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

@@ -118,3 +118,3 @@ },

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

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