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.0 to 1.0.1

6

package.json
{
"name": "@moohng/validator",
"version": "1.0.0",
"version": "1.0.1",
"description": "一款简单的字段校验工具",
"main": "index.js",
"main": "dist/validator.min.js",
"module": "index.js",
"jsnext": "index.js",
"scripts": {

@@ -7,0 +9,0 @@ "build": "rollup -c",

// import validator from '../lib/validator'
const validator = require('../dist/validator.min')
const validator = require('@moohng/validator')

@@ -4,0 +4,0 @@ console.log('------', validator);

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