helper-fns
Advanced tools
Comparing version 2.2.3 to 2.3.0
{ | ||
"name": "helper-fns", | ||
"version": "2.2.3", | ||
"version": "2.3.0", | ||
"description": "Some common utilities functions for everyday backend usage with zero dependencies", | ||
@@ -27,12 +27,12 @@ "scripts": { | ||
"devDependencies": { | ||
"@types/jest": "^27.5.0", | ||
"@types/node": "^17.0.31", | ||
"@types/jest": "^27.4.1", | ||
"@types/node": "^17.0.25", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"husky": "^7.0.4", | ||
"jest": "^28.1.0", | ||
"lint-staged": "^12.4.1", | ||
"jest": "^27.5.1", | ||
"lint-staged": "^12.4.0", | ||
"prettier": "^2.6.2", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^28.0.1", | ||
"typescript": "^4.6.4" | ||
"ts-jest": "^27.1.4", | ||
"typescript": "^4.6.3" | ||
}, | ||
@@ -39,0 +39,0 @@ "publishConfig": { |
@@ -7,3 +7,3 @@ import { | ||
sumOfAnArray, | ||
pipeFunctions, | ||
pipes as pipeFunctions, | ||
fixedDecimal, | ||
@@ -10,0 +10,0 @@ generateRandomString, |
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
36383