Socket
Socket
Sign inDemoInstall

@chantouchsek/validatorjs

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chantouchsek/validatorjs - npm Package Compare versions

Comparing version 2.1.4 to 2.2.0

34

package.json
{
"name": "@chantouchsek/validatorjs",
"type": "module",
"version": "2.1.4",
"version": "2.2.0",
"packageManager": "pnpm@9.1.4",
"description": "The validator.js library makes data validation in JavaScript very easy in both the browser and Node.js.",

@@ -41,2 +42,13 @@ "author": {

},
"scripts": {
"build": "unbuild",
"test": "vitest --run",
"test:watch": "vitest watch",
"test:cov": "vitest run --coverage",
"release": "standard-version && git push --follow-tags origin main && pnpm publish",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky",
"typecheck": "tsc --noEmit"
},
"dependencies": {

@@ -46,11 +58,11 @@ "lodash-es": "^4.17.21"

"devDependencies": {
"@antfu/eslint-config": "^2.18.1",
"@antfu/eslint-config": "^2.19.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.12",
"@types/node": "^20.12.13",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^9.3.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.5",
"node-notifier": "^10.0.1",

@@ -66,13 +78,3 @@ "standard-version": "^9.5.0",

},
"engineStrict": true,
"scripts": {
"build": "unbuild",
"test": "vitest --run",
"test:watch": "vitest watch",
"test:cov": "vitest run --coverage",
"release": "standard-version && git push --follow-tags origin main && pnpm publish",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "tsc --noEmit"
}
}
"engineStrict": true
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc