@imranbarbhuiya/decancer
Advanced tools
Comparing version 0.2.5-next.2f24217.0 to 0.2.5-next.311a07d.0
@@ -30,5 +30,3 @@ 'use strict'; | ||
// src/lib/isCancerous.ts | ||
var isCancerous = /* @__PURE__ */ __name((str) => { | ||
return /[^\p{ASCII}]/u.test(str); | ||
}, "isCancerous"); | ||
var isCancerous = /* @__PURE__ */ __name((str) => /[^\p{ASCII}]/u.test(str), "isCancerous"); | ||
@@ -35,0 +33,0 @@ exports.cancerPercentage = cancerPercentage; |
{ | ||
"name": "@imranbarbhuiya/decancer", | ||
"version": "0.2.5-next.2f24217.0", | ||
"version": "0.2.5-next.311a07d.0", | ||
"description": "A package to remove zalgo and common confusable characters from strings.", | ||
@@ -30,3 +30,3 @@ "main": "dist/index.js", | ||
"prepack": "yarn build && pinst --disable", | ||
"_postinstall": "husky install .github/husky", | ||
"_postinstall": "husky .github/husky", | ||
"postpack": "pinst --enable" | ||
@@ -41,26 +41,25 @@ }, | ||
"dependencies": { | ||
"unidecode": "^0.1.8" | ||
"unidecode": "^1.0.1" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.6.7", | ||
"@commitlint/config-conventional": "^17.6.7", | ||
"@favware/cliff-jumper": "^2.1.1", | ||
"@commitlint/cli": "^19.3.0", | ||
"@commitlint/config-conventional": "^19.2.2", | ||
"@favware/cliff-jumper": "^3.0.3", | ||
"@favware/npm-deprecate": "^1.0.7", | ||
"@types/jsdom": "^21.1.1", | ||
"@types/unidecode": "^0.1.1", | ||
"@vitest/coverage-v8": "^0.33.0", | ||
"@types/jsdom": "^21.1.6", | ||
"@types/unidecode": "^0.1.3", | ||
"@vitest/coverage-v8": "^1.6.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.46.0", | ||
"eslint-config-mahir": "^0.0.30", | ||
"husky": "^8.0.3", | ||
"jsdom": "^22.1.0", | ||
"lint-staged": "^13.2.3", | ||
"eslint": "^8.57.0", | ||
"eslint-config-mahir": "^0.0.43", | ||
"husky": "^9.0.11", | ||
"jsdom": "^24.1.0", | ||
"lint-staged": "^15.2.5", | ||
"pinst": "^3.0.0", | ||
"prettier": "^3.0.0", | ||
"pretty-quick": "^3.1.3", | ||
"tsup": "^7.1.0", | ||
"typedoc": "^0.24.8", | ||
"typescript": "^5.1.6", | ||
"vite": "^4.4.7", | ||
"vitest": "^0.33.0" | ||
"prettier": "^3.2.5", | ||
"pretty-quick": "^4.0.0", | ||
"tsup": "^8.0.2", | ||
"typedoc": "^0.25.13", | ||
"typescript": "^5.4.5", | ||
"vitest": "^1.6.0" | ||
}, | ||
@@ -96,3 +95,3 @@ "files": [ | ||
}, | ||
"packageManager": "yarn@3.6.1" | ||
"packageManager": "yarn@4.2.2" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1100464
20
2901
+ Addedunidecode@1.1.0(transitive)
- Removedunidecode@0.1.8(transitive)
Updatedunidecode@^1.0.1