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.1.3 to 2.1.4

dist/main.cjs

28

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

@@ -42,13 +41,2 @@ "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": {

@@ -77,3 +65,13 @@ "lodash-es": "^4.17.21"

},
"engineStrict": true
}
"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"
}
}
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