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

@moohng/validator

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moohng/validator - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

README.md

10

package.json
{
"name": "@moohng/validator",
"version": "1.0.1",
"description": "一款简单的字段校验工具",
"version": "1.0.2",
"description": "一款简单、轻量的字段校验工具",
"main": "dist/validator.min.js",

@@ -17,4 +17,8 @@ "module": "index.js",

],
"repository": {
"type": "git",
"url": "git@github.com:moohng/validator.git"
},
"author": "Kevin",
"license": "ISC",
"license": "MIT",
"devDependencies": {

@@ -21,0 +25,0 @@ "babel-core": "^6.26.0",

// import validator from '../lib/validator'
const validator = require('@moohng/validator')
console.log('------', validator);
const rules = {

@@ -7,0 +5,0 @@ name: {

Sorry, the diff of this file is not supported yet

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