🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@sentinel-password/react

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentinel-password/react - npm Package Compare versions

Comparing version
1.3.5
to
1.3.6
+9
-4
package.json
{
"name": "@sentinel-password/react",
"version": "1.3.5",
"version": "1.3.6",
"type": "module",

@@ -25,3 +25,4 @@ "description": "React hook (usePasswordValidator) for @sentinel-password/core - password validation made simple",

"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},

@@ -41,5 +42,8 @@ "sideEffects": false,

"license": "MIT",
"engines": {
"node": ">=20"
},
"repository": {
"type": "git",
"url": "https://github.com/akankov/sentinel-password",
"url": "git+https://github.com/akankov/sentinel-password.git",
"directory": "packages/react"

@@ -55,3 +59,3 @@ },

"dependencies": {
"@sentinel-password/core": "1.2.5"
"@sentinel-password/core": "1.3.0"
},

@@ -78,2 +82,3 @@ "devDependencies": {

"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"lint": "eslint src",

@@ -80,0 +85,0 @@ "lint:fix": "eslint src --fix",