country-vat
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/Kikobeats/country-vat", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"main": "src/index.js", | ||
@@ -73,5 +73,4 @@ "author": { | ||
"lint": "standard-markdown README.md && standard", | ||
"postinstall": "node scripts/postinstall", | ||
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)", | ||
"prerelease": "npm run update:check && npm run contributors", | ||
"prerelease": "npm run update:check", | ||
"pretest": "npm run lint", | ||
@@ -78,0 +77,0 @@ "release": "standard-version -a", |
@@ -17,3 +17,2 @@ 'use strict' | ||
.then(buffer => writeJsonFile('src/rates.json', mapper(buffer))) | ||
.catch(err => console.error(err) && process.exit(0)) | ||
.then(process.exit) | ||
.catch(error => console.error(error)) |
{ | ||
"AI": 0.13, | ||
"AL": 0.2, | ||
@@ -9,3 +8,2 @@ "AR": 0.21, | ||
"AZ": 0.18, | ||
"AW": 0.125, | ||
"BS": 0.12, | ||
@@ -47,3 +45,3 @@ "BH": 0.05, | ||
"IN": 0.18, | ||
"ID": 0.11, | ||
"ID": 0.1, | ||
"IE": 0.23, | ||
@@ -64,3 +62,2 @@ "IM": 0.2, | ||
"LB": 0.11, | ||
"LK": 0.12, | ||
"LT": 0.21, | ||
@@ -72,3 +69,3 @@ "LU": 0.17, | ||
"MY": 0.1, | ||
"MV": 0.08, | ||
"MV": 0.06, | ||
"MT": 0.18, | ||
@@ -105,3 +102,3 @@ "MU": 0.15, | ||
"SC": 0.15, | ||
"SG": 0.09, | ||
"SG": 0.07, | ||
"SK": 0.2, | ||
@@ -111,3 +108,3 @@ "SI": 0.22, | ||
"ES": 0.21, | ||
"SR": 0.15, | ||
"SR": 0.1, | ||
"SE": 0.25, | ||
@@ -117,3 +114,3 @@ "CH": 0.077, | ||
"TZ": 0.18, | ||
"TH": 0.1, | ||
"TH": 0.07, | ||
"TT": 0.125, | ||
@@ -128,3 +125,2 @@ "TN": 0.19, | ||
"UY": 0.22, | ||
"UZ": 0.12, | ||
"VE": 0.16, | ||
@@ -131,0 +127,0 @@ "VN": 0.1, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
0
7999
151