New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sumor/validator

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sumor/validator - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

5

package.json
{
"name": "@sumor/validator",
"description": "This is a lightweight validator for Node.JS. It can validate the input string or number based on the rules you defined.",
"version": "1.0.6",
"version": "1.0.7",
"license": "MIT",
"repository": "sumor-cloud/validator",
"author": "Sumor Cloud Ltd",
"homepage": "https://sumor.cloud",
"homepage": "https://sumor.cloud/validator",
"type": "module",

@@ -41,2 +41,3 @@ "main": "./src/index.js",

"lint": "eslint .",
"autofix": "eslint --fix . && prettier --write . && npm audit fix --force",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --testMatch='**/test/**/*.test.js'",

@@ -43,0 +44,0 @@ "coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage --testMatch='**/test/**/*.test.js'",

4

README.md
# validator
A [Sumor Cloud](https://sumor.cloud) Tool.
[More Documentation](https://sumor.cloud)
[More Documentation](https://sumor.cloud/validator)

@@ -245,3 +245,3 @@ This is a lightweight validator for Node.JS.

const messages = validate(parameterInfo, 'demo123456', 'en', true)
const messages = validate(parameterInfo, 'demo123456')
console.log(messages)

@@ -248,0 +248,0 @@ /*

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