@sentinel-password/breach
Advanced tools
+21
| MIT License | ||
| Copyright (c) 2025 sentinel-password | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
+14
-14
| { | ||
| "name": "@sentinel-password/breach", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "type": "module", | ||
@@ -28,12 +28,2 @@ "description": "Have I Been Pwned breach checking via k-anonymity for sentinel-password. Zero runtime dependencies; ≤ 10 KB gzipped (CI enforced).", | ||
| "sideEffects": false, | ||
| "scripts": { | ||
| "build": "tsup", | ||
| "test": "vitest run", | ||
| "test:watch": "vitest", | ||
| "test:coverage": "vitest run --coverage", | ||
| "lint": "eslint src", | ||
| "lint:fix": "eslint src --fix", | ||
| "typecheck": "tsc --noEmit", | ||
| "clean": "rm -rf dist coverage" | ||
| }, | ||
| "keywords": [ | ||
@@ -62,7 +52,17 @@ "password", | ||
| "devDependencies": { | ||
| "@vitest/coverage-v8": "^4.1.5", | ||
| "@vitest/coverage-v8": "^4.1.6", | ||
| "tsup": "^8.5.1", | ||
| "typescript": "^6.0.3", | ||
| "vitest": "^4.1.5" | ||
| "vitest": "^4.1.6" | ||
| }, | ||
| "scripts": { | ||
| "build": "tsup", | ||
| "test": "vitest run", | ||
| "test:watch": "vitest", | ||
| "test:coverage": "vitest run --coverage", | ||
| "lint": "eslint src", | ||
| "lint:fix": "eslint src --fix", | ||
| "typecheck": "tsc --noEmit", | ||
| "clean": "rm -rf dist coverage" | ||
| } | ||
| } | ||
| } |
52831
2.07%9
12.5%