validate-polish
Advanced tools
Comparing version 2.0.31 to 2.0.32
{ | ||
"name": "validate-polish", | ||
"version": "2.0.31", | ||
"version": "2.0.32", | ||
"description": "Utility library for validation of PESEL, NIP, REGON, identity card etc. Aimed mostly at Polish enviroment. [Polish] Walidacja numerów pesel, nip, regon, dowodu osobistego.", | ||
@@ -22,15 +22,18 @@ "license": "MIT", | ||
"module": "dist/index.module.js", | ||
"browser": "dist/index.browser.js", | ||
"browser": { | ||
"./dist/index.js": "./dist/index.browser.js", | ||
"./dist/index.module.js": "./dist/index.module.js" | ||
}, | ||
"types": "dist/index.d.ts", | ||
"devDependencies": { | ||
"@types/jest": "^26.0.20", | ||
"@rollup/plugin-typescript": "^8.2.0", | ||
"@types/jest": "^26.0.21", | ||
"@types/node": "^14.14.35", | ||
"jest": "^26.6.3", | ||
"rollup": "^2.41.3", | ||
"rollup": "^2.42.2", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"ts-jest": "^26.5.3", | ||
"ts-jest": "^26.5.4", | ||
"typescript": "^4.2.3" | ||
}, | ||
"gitHead": "7836ca5f61957d3d67507a74db139732c29f8bba" | ||
"gitHead": "7c31f6df779282de7244b9954aa50eaaca5425fd" | ||
} |
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
13605