is-valid-nip
Advanced tools
Comparing version 1.2.0-beta to 1.2.0
{ | ||
"name": "is-valid-nip", | ||
"version": "1.2.0-beta", | ||
"version": "1.2.0", | ||
"description": "Check if a number is a valid Numer Identyfikacji Podatkowej (NIP)", | ||
@@ -16,4 +16,4 @@ "main": "dist/cjs/index.js", | ||
"build": "yarn build-esm && yarn build-cjs", | ||
"build-esm": "tsc --outDir dist/esm --module esnext", | ||
"build-cjs": "tsc --outDir dist/cjs --module commonjs", | ||
"build-esm": "tsc --project tsconfig.build.json --outDir dist/esm --module esnext", | ||
"build-cjs": "tsc --project tsconfig.build.json --outDir dist/cjs --module commonjs", | ||
"clean": "rimraf dist", | ||
@@ -42,3 +42,3 @@ "jest": "jest", | ||
"@typescript-eslint/eslint-plugin": "^5.41.0", | ||
"@typescript-eslint/parser": "^5.41.0", | ||
"@typescript-eslint/parser": "^5.44.0", | ||
"eslint": "^8.26.0", | ||
@@ -51,3 +51,3 @@ "eslint-config-wojtekmaj": "^0.7.1", | ||
"rimraf": "^3.0.0", | ||
"typescript": "^4.8.4" | ||
"typescript": "^4.9.4" | ||
}, | ||
@@ -54,0 +54,0 @@ "resolutions": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
8050
1
0