Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@avivharuzi/validate

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@avivharuzi/validate - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

0

index.js
const Validate = require('./lib/validate');
module.exports = Validate;

@@ -0,0 +0,0 @@ class Security {

@@ -0,0 +0,0 @@ const ALPHA_REGEX = /^[A-Za-z]*$/;

2

package.json
{
"name": "@avivharuzi/validate",
"version": "1.0.0",
"version": "1.0.1",
"description": "a lightweight validation library",

@@ -5,0 +5,0 @@ "main": "index.js",

# Validate
[![Build Status](https://travis-ci.org/avivharuzi/node-validate.svg?branch=master)](https://travis-ci.org/avivharuzi/node-validate)
![npm](https://img.shields.io/npm/l/express.svg)
> a lightweight validation library
## Installation
`npm install @avivharuzi/validate`
## Usage
```javascript
const Validate = require('validate');
const Validate = require('@avivharuzi/validate');

@@ -10,0 +17,0 @@ const user = {

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