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 1.2.0 to 1.2.1

CHANGELOG.md

46

package.json
{
"name": "@chantouchsek/validatorjs",
"version": "1.2.0",
"version": "1.2.1",
"description": "The validatorjs library makes data validation in JavaScript very easy in both the browser and Node.js.",
"main": "dist/main.js",
"types": "dist/main.d.ts",
"scripts": {
"dev": "tsc -w",
"clean": "rimraf dist",
"build": "yarn clean && tsc",
"test": "vitest --run",
"test:watch": "yarn test",
"test:cov": "vitest run --coverage",
"release": "standard-version && git push --follow-tags origin main && yarn publish",
"lint:js": "eslint --ext \".js,.ts\" --ignore-path .gitignore .",
"lint:prettier": "prettier --check .",
"lint": "yarn lint:js && yarn lint:prettier",
"lintfix": "prettier --write --list-different . && yarn lint:js --fix",
"prepare": "husky install",
"typecheck": "tsc --noEmit"
},
"repository": {

@@ -40,6 +55,6 @@ "type": "git",

"@types/lodash": "^4.14.191",
"@types/node": "^18.0.0",
"@types/node": "^20.2.1",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@vitest/coverage-c8": "^0.27.1",
"@vitest/coverage-c8": "^0.31.1",
"eslint": "^8.6.0",

@@ -54,8 +69,7 @@ "eslint-config-prettier": "^8.3.0",

"prettier": "^2.6.2",
"rimraf": "^4.0.1",
"rimraf": "^5.0.1",
"standard-version": "^9.3.2",
"ts-node": "^10.7.0",
"typescript": "^4.5.4",
"vite": "^4.0.4",
"vitest": "^0.27.1"
"typescript": "^5.0.4",
"vitest": "^0.31.1"
},

@@ -65,17 +79,3 @@ "dependencies": {

},
"engineStrict": true,
"scripts": {
"dev": "tsc -w",
"clean": "rimraf dist",
"build": "pnpm clean && tsc",
"test": "vitest --run",
"test:watch": "pnpm test",
"test:cov": "vitest run --coverage",
"release": "standard-version && git push --follow-tags origin main && pnpm publish",
"lint:js": "eslint --ext \".js,.ts\" --ignore-path .gitignore .",
"lint:prettier": "prettier --check .",
"lint": "pnpm lint:js && pnpm lint:prettier",
"lintfix": "prettier --write --list-different . && pnpm lint:js --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