Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.0.2 to 2.0.3

45

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

@@ -42,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": {

@@ -47,9 +58,9 @@ "lodash-es": "^4.17.21"

"devDependencies": {
"@antfu/eslint-config": "^2.6.4",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@antfu/eslint-config": "^2.11.4",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.19",
"@vitest/coverage-v8": "^1.2.2",
"eslint": "^8.56.0",
"@types/node": "^20.11.30",
"@vitest/coverage-v8": "^1.4.0",
"eslint": "^8.57.0",
"husky": "^9.0.11",

@@ -60,5 +71,5 @@ "lint-staged": "^15.2.2",

"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"typescript": "^5.4.3",
"unbuild": "^2.0.0",
"vitest": "^1.2.2"
"vitest": "^1.4.0"
},

@@ -68,13 +79,3 @@ "lint-staged": {

},
"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