New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

inc-validation

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inc-validation

Iran National Code Validation

latest
Source
npmnpm
Version
1.1.4
Version published
Weekly downloads
2
-60%
Maintainers
1
Weekly downloads
 
Created
Source

Iran National Code Validation

This package validates Iran National Code. Build Status

Table of content

Install

$ npm install inc-validation --save

Example

//Module format: Commonjs 
var incValidation = require('incValidation');
var valid = incValidation.isValid(incValidation);

//Module format: ES2015
import * as incValidation from 'incValidation';
var valid = incValidation.isValid(incValidation);

//Module format: umd
<script src="node_modules/inc-validation/index.umd.min.js"></script>
var valid = incValidation.isValid(incValidation);

Building From Source

Get Source From Git And Install Packages

git clone https://github.com/peekbyte/inc-validation
cd inc-validation
npm install

Run Test

npm run test

Test In Local

npm link

Publish

npm release

License

MIT

Keywords

Iran

FAQs

Package last updated on 03 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts